aboutsummaryrefslogtreecommitdiff
path: root/sharing-recovery.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-08-28 23:28:57 +0200
committerTom Smeding <tom@tomsmeding.com>2024-08-28 23:28:57 +0200
commit3a71d9c6c61afa3efb6bc190bf1ddae644ca0dff (patch)
tree847bf9d34f5c55d218a51e5ec2290b173fcdafef /sharing-recovery.cabal
parent912d262c8aef92657b8991d05b7fe39dcb5b5fd4 (diff)
WIP TH for non-base ASTs
Diffstat (limited to 'sharing-recovery.cabal')
-rw-r--r--sharing-recovery.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/sharing-recovery.cabal b/sharing-recovery.cabal
index 1a7228c..74cc7dc 100644
--- a/sharing-recovery.cabal
+++ b/sharing-recovery.cabal
@@ -26,9 +26,12 @@ test-suite test
main-is: Main.hs
other-modules:
Arith
+ Arith.NonBase
+ NonBaseTH
hs-source-dirs: test
build-depends:
sharing-recovery,
base,
+ template-haskell,
default-language: Haskell2010
ghc-options: -Wall