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-compare version: 0.1.1 synopsis: Type-level Ord compatibility layer description: In @base-4.16.0.0@, an open type family @Compare@ was added as a type-level analog of @Ord@. This package provides a compatible interface on earlier versions of @base@, and re-exports the canonical one with later versions. category: Type homepage: https://github.com/google/hs-dependent-literals#readme bug-reports: https://github.com/google/hs-dependent-literals/issues author: Andrew Pritchard maintainer: Andrew Pritchard copyright: 2021 Google LLC license: Apache-2.0 license-file: LICENSE build-type: Simple extra-source-files: CHANGELOG.md source-repository head type: git location: https://github.com/google/hs-dependent-literals subdir: type-compare library exposed-modules: Kinds.Ord hs-source-dirs: src build-depends: base >=4.9 && <4.17 default-language: Haskell2010