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.Expr.SharingRecovery.Internal other-modules: Data.StableName.Extra build-depends: base >=4.16, hashable, some, transformers, unordered-containers, hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall test-suite test type: exitcode-stdio-1.0 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