cabal-version: >=1.10 -- Initial package description 'zsdd.cabal' generated by 'cabal init'. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: zsdd version: 0.1.0.0 synopsis: Zero-suppressed decision diagrams description: An efficient representation of abstract propositions -- bug-reports: license: BSD3 license-file: LICENSE author: Eddie Jones maintainer: eddiejones2108@gmail.com -- copyright: category: Data build-type: Simple extra-source-files: CHANGELOG.md source-repository head type: git location: https://github.com/eddiejones2108/decision-diagrams library exposed-modules: Data.ZSDD -- other-modules: -- other-extensions: build-depends: base >=4.13 && <4.14, containers >= 0.6.2 && < 0.7, hashable >= 1.3.0 && < 1.4, mtl >= 2.2.2 && < 2.3, unordered-containers >= 0.2.10 && < 0.3 ghc-options: -Wall hs-source-dirs: src default-language: Haskell2010