cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: some-dict-of version: 0.1.0.2 synopsis: Carry evidence of constraints around description: Please see the README on GitHub at category: Constraints homepage: https://github.com/parsonsmatt/some-dict-of#readme bug-reports: https://github.com/parsonsmatt/some-dict-of/issues author: Matt Parsons maintainer: parsonsmatt@gmail.com copyright: Matt Parsons license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md changelog.md source-repository head type: git location: https://github.com/parsonsmatt/some-dict-of library exposed-modules: SomeDictOf other-modules: Paths_some_dict_of hs-source-dirs: src build-depends: base >=4.10 && <5 , constraints default-language: Haskell2010 test-suite discover-instances-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_some_dict_of hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.10 && <5 , constraints , some-dict-of default-language: Haskell2010