enum-text-0.5.3.0: enum-text.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: enum-text
version: 0.5.3.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
, attoparsec
, base >=4.9 && <10
, bytestring
, fmt
, hashable
, possibly
, scientific
, text
, time
, unordered-containers
default-language: Haskell2010
test-suite enum-text-tests
type: exitcode-stdio-1.0
main-is: Doctest.hs
other-modules:
Paths_enum_text
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
array
, attoparsec
, base >=4.9 && <10
, bytestring
, doctest
, doctest-discover
, enum-text
, fmt
, hashable
, possibly
, scientific
, text
, time
, unordered-containers
default-language: Haskell2010