packages feed

stringprep 0.1.2 → 0.1.3

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~basedep ~textdep ~text-icu

Dependency ranges changed: base, text, text-icu

Files

Text/StringPrep.hs view
@@ -9,7 +9,7 @@  import Data.Text (Text) import qualified Data.Text as Text-import Data.Text.ICU.Normalizer (NormalizationMode(NFKC),normalize)+import Data.Text.ICU.Normalize (NormalizationMode(NFKC),normalize) import Data.List.Stream import Prelude hiding (any,concatMap,concat,foldr,map) import qualified Data.Set as Set
stringprep.cabal view
@@ -1,5 +1,5 @@ Name: stringprep-Version: 0.1.2+Version: 0.1.3 Description: Implements the "StringPrep" algorithm Synopsis: Implements the "StringPrep" algorithm License: BSD3@@ -12,6 +12,6 @@ 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+ 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