hspec framework

This commit is contained in:
Jonathan Lamothe 2019-08-08 16:42:58 -04:00
parent 98274615cc
commit 37b3046c31
3 changed files with 16 additions and 1 deletions

View File

@ -46,3 +46,4 @@ tests:
- -with-rtsopts=-N
dependencies:
- mtlstats
- hspec >= 2.7.1 && < 2.8

12
stack.yaml.lock Normal file
View File

@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files
packages: []
snapshots:
- completed:
size: 523443
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/0.yaml
sha256: 283773e7120f5446d961eab35ea95c9af9c24187cc178537bd29273200a05171
original: lts-14.0

View File

@ -1,2 +1,4 @@
import Test.Hspec (hspec)
main :: IO ()
main = putStrLn "Test suite not yet implemented"
main = hspec $ return ()