cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: c2d1679544a41e4847b7ff39dd859cf11cd5f2f6dd8ad00b4f09417a70240524
name: utf8-conversions
version: 0.1.0.0
synopsis: A conversion library that assumes utf8
description: Please see the README on GitHub at <https://github.com/chemirea/utf8-conversions#readme>
category: Data, Codec
homepage: https://github.com/chemirea/utf8-conversions#readme
bug-reports: https://github.com/chemirea/utf8-conversions/issues
author: Shintaro Sakata
maintainer: Shintaro Sakata
copyright: 2020 Shintaro Sakata
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/chemirea/utf8-conversions
library
exposed-modules:
Data.Convertible.Utf8
other-modules:
Paths_utf8_conversions
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, bytestring >=0.10.4 && <0.11
, text >=1.0 && <1.3
, text-short >=0.1.2 && <0.1.4
, utf8-string >=1.0 && <1.2
default-language: Haskell2010
test-suite utf8-conversions-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_utf8_conversions
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, bytestring >=0.10.4 && <0.11
, text >=1.0 && <1.3
, text-short >=0.1.2 && <0.1.4
, utf8-conversions
, utf8-string >=1.0 && <1.2
default-language: Haskell2010