packages feed

enum-utf8-0.1.0.0: enum-utf8.cabal

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

name:           enum-utf8
version:        0.1.0.0
synopsis:       An experimental Utf8 parsing toolkit for enumerated types
description:    An experimental Utf8 rendering and parsing toolkit for enumerated types based on enum-text and render-utf8. 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.Utf8
  other-modules:
      Paths_enum_utf8
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      array
    , base >=4.8.2 && <10
    , bytestring
    , hashable
    , possibly
    , render-utf8
    , unordered-containers
  default-language: Haskell2010