-- Initial text-icu-normalized.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: text-icu-normalized version: 0.1.5.1 synopsis: Dealing with Strict Text in NFC normalization. description: Handle Text in NFC normalization. homepage: https://gitlab.com/theunixman/text-icu-normalized license: GPL-3 license-file: LICENSE author: Evan Cofsky maintainer: evan@theunixman.com copyright: ©2016 Evan Cofsky category: Data, Text build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.Text.ICU.Normalized.NFC -- other-modules: default-extensions: DeriveDataTypeable DeriveGeneric UnicodeSyntax build-depends: base >=4.8 && <4.9, base-unicode-symbols, bytestring, lens, text, text-icu hs-source-dirs: Source/Library default-language: Haskell2010 source-repository head type: git location: git@gitlab.com:theunixman/text-icu-normalized.git