enum-text-rio-1.0.0.0: enum-text-rio.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: ed3ec7d9ef5873879b0d4f5cc7e129361ec3a063458d81eba59afa804e0d8298
name: enum-text-rio
version: 1.0.0.0
synopsis: Making fmt available with rio
description: Please see the README on GitHub at <https://github.com/cdornan/enum-text-rio#readme>
category: Control
homepage: https://github.com/cdornan/enum-text-rio#readme
bug-reports: https://github.com/cdornan/enum-text-rio/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-rio
library
exposed-modules:
Text.Enum.RIO.Fmt
other-modules:
Paths_enum_text_rio
hs-source-dirs:
src
ghc-options: -Wall -Wcompat
build-depends:
base >=4.10 && <10
, bytestring >=0.10
, enum-text >=0.5.1.0
, fmt >=0.6
, rio >=0.1.0.0
, text >=1.2.2.2
default-language: Haskell2010
executable demo-enum-text-rio
main-is: demo-enum-text-rio.hs
other-modules:
Paths_enum_text_rio
hs-source-dirs:
app
ghc-options: -Wall -Wcompat -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.10 && <10
, bytestring >=0.10
, enum-text >=0.5.1.0
, enum-text-rio
, fmt >=0.6
, rio >=0.1.0.0
, text >=1.2.2.2
default-language: Haskell2010