test: Testing caught me doing stupid stuff
This commit is contained in:
parent
cff27337e7
commit
c78d261a1b
7 changed files with 87 additions and 6 deletions
19
hon.cabal
19
hon.cabal
|
@ -29,10 +29,14 @@ library
|
|||
src
|
||||
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
|
||||
build-depends:
|
||||
array
|
||||
QuickCheck
|
||||
, array
|
||||
, base >=4.7 && <5
|
||||
, containers
|
||||
, pretty-parse
|
||||
, quickcheck-instances
|
||||
, tasty
|
||||
, tasty-quickcheck
|
||||
, text
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -44,11 +48,15 @@ executable hon-exe
|
|||
app
|
||||
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
array
|
||||
QuickCheck
|
||||
, array
|
||||
, base >=4.7 && <5
|
||||
, containers
|
||||
, hon
|
||||
, pretty-parse
|
||||
, quickcheck-instances
|
||||
, tasty
|
||||
, tasty-quickcheck
|
||||
, text
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -56,15 +64,20 @@ test-suite hon-test
|
|||
type: exitcode-stdio-1.0
|
||||
main-is: Spec.hs
|
||||
other-modules:
|
||||
Test.Language.Json.Type
|
||||
Paths_hon
|
||||
hs-source-dirs:
|
||||
test
|
||||
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
array
|
||||
QuickCheck
|
||||
, array
|
||||
, base >=4.7 && <5
|
||||
, containers
|
||||
, hon
|
||||
, pretty-parse
|
||||
, quickcheck-instances
|
||||
, tasty
|
||||
, tasty-quickcheck
|
||||
, text
|
||||
default-language: Haskell2010
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue