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: 17be1c9dd266d0583157f173d496b2cc43c279f96842fbfaaab08cc1f4aabadb
name: utf8-conversions
version: 0.1.0.2
synopsis: A string 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.tokyo@gmail.com
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.1 && <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:
Data.Convertible.Utf8Spec
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
, charsetdetect
, hspec
, text >=1.0 && <1.3
, text-short >=0.1.1 && <0.1.4
, utf8-conversions
, utf8-string >=1.0 && <1.2
default-language: Haskell2010