aboutsummaryrefslogtreecommitdiff
path: root/chelleport.cabal
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-22 21:50:25 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-22 21:50:25 +0530
commitdfdf1600ba251f6b3cfef85f6904d79a1c60b49d (patch)
treef61d78eeb88b170d18488070d52a5369dd21816b /chelleport.cabal
parent7cd1f9c93a0bb80171541ce5f0c953ca0f645139 (diff)
downloadchelleport-dfdf1600ba251f6b3cfef85f6904d79a1c60b49d.tar.gz
chelleport-dfdf1600ba251f6b3cfef85f6904d79a1c60b49d.zip
Generate mock call type from typeclasses th
Diffstat (limited to '')
-rw-r--r--chelleport.cabal3
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