Name: stringprep Version: 0.1.4 Description: Implements the "StringPrep" algorithm Synopsis: Implements the "StringPrep" algorithm License: BSD3 Author: George Pollard Maintainer: George Pollard Build-Type: Simple Cabal-Version: >=1.6 License-file: LICENSE Category: data extra-source-files: Text/*.hs Library Build-Depends: base>=3 && < 5, containers>=0.2, ranges>=0.2.2, stream-fusion>=0.1.2.1, text-icu>=0.6, text>=0.9 Exposed-modules: Text.StringPrep, Text.NamePrep ghc-options: -O2 -Wall