packages feed

stringprep-0.1.2: stringprep.cabal

Name: stringprep
Version: 0.1.2
Description: Implements the "StringPrep" algorithm
Synopsis: Implements the "StringPrep" algorithm
License: BSD3
Author: George Pollard <porges@porg.es>
Maintainer: George Pollard <porges@porg.es>
Build-Type: Simple
Cabal-Version: >=1.6
License-file: LICENSE
Category: data
extra-source-files: Text/*.hs

Library
 Build-Depends: base, containers>=0.2, ranges>=0.2.2, stream-fusion>=0.1.2.1, text-icu>=0.1, text>=0.1
 Exposed-modules: Text.StringPrep, Text.NamePrep
 ghc-options: -O2 -Wall