cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: c34b99cb7785b40b9930c5de60ab842dfd436ec4458a51b595b426da5fcd4a3f name: type-errors version: 0.1.0.0 synopsis: Tools for writing better type errors description: Please see the README on GitHub at category: Type homepage: https://github.com/isovector/type-errors#readme bug-reports: https://github.com/isovector/type-errors/issues author: Sandy Maguire maintainer: sandy@sandymaguire.me copyright: 2019 Sandy Maguire license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/isovector/type-errors library exposed-modules: Type.Errors other-modules: Paths_type_errors hs-source-dirs: src default-extensions: ConstraintKinds DataKinds PolyKinds ScopedTypeVariables TypeFamilies TypeOperators UndecidableInstances TypeApplications FlexibleContexts ghc-options: -Wall build-depends: base >=4.7 && <5 , first-class-families >=0.5.0.0 if impl(ghc < 8.6) default-extensions: TypeInType default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Paths_type_errors hs-source-dirs: test default-extensions: ConstraintKinds DataKinds PolyKinds ScopedTypeVariables TypeFamilies TypeOperators UndecidableInstances TypeApplications FlexibleContexts ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , doctest >=0.16.0.1 && <0.17 , first-class-families >=0.5.0.0 , type-errors if impl(ghc < 8.6) default-extensions: TypeInType default-language: Haskell2010