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: type-errors version: 0.2.0.1 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 FlexibleContexts LambdaCase PolyKinds ScopedTypeVariables TemplateHaskellQuotes TypeApplications TypeFamilies TypeOperators UndecidableInstances ghc-options: -Wall build-depends: base >=4.7 && <5 , first-class-families >=0.5.0.0 , syb , template-haskell , th-abstraction if impl(ghc < 8.6) default-extensions: TypeInType if impl(ghc >= 9.2) default-extensions: StandaloneKindSignatures 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 FlexibleContexts LambdaCase PolyKinds ScopedTypeVariables TemplateHaskellQuotes TypeApplications TypeFamilies TypeOperators UndecidableInstances ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , doctest >=0.16.0.1 && <0.21 , first-class-families >=0.5.0.0 , syb , template-haskell , th-abstraction , type-errors if impl(ghc < 8.6) default-extensions: TypeInType if impl(ghc >= 9.2) default-extensions: StandaloneKindSignatures default-language: Haskell2010