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: 3b4e66bcfdf70bc5d83e2a5accad1ca013b0205b5677de6a796ed6a3983bec67 name: cmptype version: 0.1.0.1 synopsis: Compare types of any kinds description: Please see the README on GitHub at category: Type homepage: https://github.com/isovector/type-sets#readme bug-reports: https://github.com/isovector/type-sets/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-sets subdir: cmptype library exposed-modules: Type.Compare Type.Compare.Plugin other-modules: GHC.NameViolation hs-source-dirs: src build-depends: base >=4.7 && <5 , ghc >=8.6.3 && <8.8 , magic-tyfams >=0.1.0.0 && <0.2 default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: ShouldNotTypecheck ShouldTypecheck Paths_cmptype hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N -fplugin=Type.Compare.Plugin build-depends: base >=4.7 && <5 , cmptype , ghc >=8.6.3 && <8.8 , magic-tyfams >=0.1.0.0 && <0.2 , should-not-typecheck default-language: Haskell2010