aboutsummaryrefslogtreecommitdiff
path: root/sharing-recovery.cabal
blob: a994e03aa0a8cccb2bab2310d4c3e8e14bc52ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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