aboutsummaryrefslogtreecommitdiff
path: root/sharing-recovery.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-08-01 22:04:52 +0200
committerTom Smeding <tom@tomsmeding.com>2024-08-01 22:04:52 +0200
commit250e3beae7a961fc740f775a563c303b4cc390fe (patch)
treeccbb8a090cdb082d86c0651935eeb986e2cddcea /sharing-recovery.cabal
Initial
Diffstat (limited to 'sharing-recovery.cabal')
-rw-r--r--sharing-recovery.cabal20
1 files changed, 20 insertions, 0 deletions
diff --git a/sharing-recovery.cabal b/sharing-recovery.cabal
new file mode 100644
index 0000000..a994e03
--- /dev/null
+++ b/sharing-recovery.cabal
@@ -0,0 +1,20 @@
+cabal-version: 3.0
+name: sharing-recovery
+version: 0.1.0.0
+license: BSD-3-Clause
+author: Tom Smeding
+build-type: Simple
+
+library
+ exposed-modules:
+ Data.Expr.SharingRecovery
+ Data.StableName.Extra
+ build-depends:
+ base >=4.16,
+ hashable,
+ some,
+ transformers,
+ unordered-containers,
+ hs-source-dirs: src
+ default-language: Haskell2010
+ ghc-options: -Wall