aboutsummaryrefslogtreecommitdiff
path: root/sharing-recovery.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-08-28 12:01:08 +0200
committerTom Smeding <tom@tomsmeding.com>2024-08-28 12:01:08 +0200
commit869be329dd05eede1dd1adb3c3b6ce2340074818 (patch)
tree492e36267ffa55294525e7c83e1e3adbd7e58892 /sharing-recovery.cabal
parenta6f925deaa2044a0fe18a74fc52703e00f111056 (diff)
It does something
Diffstat (limited to 'sharing-recovery.cabal')
-rw-r--r--sharing-recovery.cabal11
1 files changed, 11 insertions, 0 deletions
diff --git a/sharing-recovery.cabal b/sharing-recovery.cabal
index a994e03..df63c42 100644
--- a/sharing-recovery.cabal
+++ b/sharing-recovery.cabal
@@ -8,6 +8,7 @@ build-type: Simple
library
exposed-modules:
Data.Expr.SharingRecovery
+ other-modules:
Data.StableName.Extra
build-depends:
base >=4.16,
@@ -18,3 +19,13 @@ library
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
+
+test-suite test
+ type: exitcode-stdio-1.0
+ main-is: Main.hs
+ hs-source-dirs: test
+ build-depends:
+ sharing-recovery,
+ base,
+ default-language: Haskell2010
+ ghc-options: -Wall