diff options
Diffstat (limited to 'chelleport.cabal')
| -rw-r--r-- | chelleport.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chelleport.cabal b/chelleport.cabal index 4e1482d..adef7b0 100644 --- a/chelleport.cabal +++ b/chelleport.cabal @@ -14,6 +14,7 @@ common common-config ExplicitForAll FlexibleContexts FlexibleInstances + GADTs GeneralizedNewtypeDeriving LambdaCase NamedFieldPuns @@ -75,10 +76,12 @@ test-suite specs ghc-options: -Wno-name-shadowing other-modules: Mock + TestUtils Specs.KeySequenceSpec Specs.AppStateUpdateSpec Specs.AppEventSpec Specs.ViewSpec build-depends: lib-chelleport, + template-haskell, hspec |
