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: de41441f44fa188062adf3893567b62b7ee598e3ad3cac9d4a37c598b02684da

name:           enum-text
version:        0.1.0.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 <https://github.com/cdornan/enum-text#readme>
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
    , unordered-containers
  default-language: Haskell2010