project skeleton
This commit is contained in:
parent
55aaed7550
commit
2b64fe2a0b
4 changed files with 54 additions and 1 deletions
9
test/Spec.hs
Normal file
9
test/Spec.hs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
module Main where
|
||||
|
||||
import Test.Hspec
|
||||
|
||||
spec :: Spec
|
||||
spec = undefined
|
||||
|
||||
main :: IO ()
|
||||
main = hspec spec
|
||||
Loading…
Add table
Add a link
Reference in a new issue