cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: aa4522c3c0e28379109cad28a0f168141981649e20d845d6327e43f08f4c8024 name: enum-text version: 0.5.1.0 synopsis: A text rendering and parsing toolkit for enumerated types description: A text rendering and parsing toolkit for enumerated types. Please see the README on GitHub at category: Text homepage: https://github.com/cdornan/enum-text#readme bug-reports: https://github.com/cdornan/enum-text/issues author: Chris Dornan maintainer: chris@chrisdornan.com copyright: 2019 Chris Dornan license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/cdornan/enum-text library exposed-modules: Text.Enum.Text other-modules: Paths_enum_text hs-source-dirs: src ghc-options: -Wall build-depends: array , base >=4.8.2 && <10 , bytestring , fmt , hashable , possibly , text , time , unordered-containers default-language: Haskell2010