From dfdf1600ba251f6b3cfef85f6904d79a1c60b49d Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 22 Dec 2024 21:50:25 +0530 Subject: Generate mock call type from typeclasses th --- chelleport.cabal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chelleport.cabal') 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 -- cgit v1.3.1