-- Initial generic-enumeration.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: generic-enumeration version: 0.1.0.0 synopsis: Generically derived enumerations. description: This package provides a way to generically obtain every possible value of a type, provided that the generic representation of the type is compatible. homepage: https://github.com/owensmurray/generic-enumeration license: MIT license-file: LICENSE author: Rick Owens maintainer: rick@owensmurray.com copyright: 2020 Owens Murray, LLC. -- category: build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Data.Enumeration.Generic build-depends: base >= 4.13 && < 4.14 hs-source-dirs: src default-language: Haskell2010