cabal-version: 3.0 name: enummaps version: 0.6.2.1 synopsis: Enum wrappers for IntMap and IntSet description: This package provides wrappers for IntMap and IntSet that allow one to use any type with an Enum instance as a key. The map functions in this library are monomorphic over the key type, unlike those in enummapset-th. -- bug-reports: license: BSD-3-Clause -- license-file: LICENSE author: Leif Metcalf maintainer: me@leif.nz -- copyright: category: Data Structures build-type: Simple extra-source-files: CHANGELOG.md library exposed-modules: Data.EnumSet, Data.EnumMap.Lazy, Data.EnumMap.Strict other-modules: Data.EnumMap.Wrapper, Data.EnumSet.Wrapper -- other-extensions: build-depends: base ^>= { 4.13, 4.14 }, containers ^>= 0.6, deepseq ^>= 1.4 hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010