call-stack-0.1.0: test/Spec.hs
module Main where import Test.Hspec import qualified Data.CallStackSpec spec :: Spec spec = do describe "Data.CallStack" Data.CallStackSpec.spec main :: IO () main = hspec spec
module Main where import Test.Hspec import qualified Data.CallStackSpec spec :: Spec spec = do describe "Data.CallStack" Data.CallStackSpec.spec main :: IO () main = hspec spec