cabal-version: 3.0 name: generic-enumeration version: 0.1.0.2 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: 2023 Rick Owens -- category: build-type: Simple extra-source-files: README.md LICENSE common dependencies build-depends: , base >= 4.13.0.0 && < 4.20 common warnings ghc-options: -Wmissing-deriving-strategies -Wmissing-export-lists -Wmissing-import-lists -Wredundant-constraints -Wall library import: dependencies, warnings exposed-modules: Data.Enumeration.Generic -- other-modules: -- other-extensions: hs-source-dirs: src default-language: Haskell2010