render-utf8-0.1.0.0: render-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: 17f07980f5a8f4ae61cbf57f247148649e28f71ee96c2a1c00053483ef17c58b
name: render-utf8
version: 0.1.0.0
synopsis: Simple Utf8 wrapper for ByteString Builder with conversion classes
description: Simple Utf8 wrapper for ByteString Builder with conversion classes. Please see the README on GitHub at <https://github.com/cdornan/render-utf8#readme>
category: Text
homepage: https://github.com/cdornan/render-utf8#readme
bug-reports: https://github.com/cdornan/render-utf8/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/render-utf8
library
exposed-modules:
Text.Utf8
other-modules:
Text.Utf8.Compat
Paths_render_utf8
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.8.2.0 && <10
, bytestring
, fmt >=0.6.0.0
, semigroups
, text
, transformers
default-language: Haskell2010