packages feed

text-regex-replace 0.1.1.3 → 0.1.1.4

raw patch · 1 files changed

+12/−13 lines, 1 filesdep ~attoparsecPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

Dependency ranges changed: attoparsec

API changes (from Hackage documentation)

+ Data.Text.ICU.Replace: instance GHC.Base.Semigroup Data.Text.ICU.Replace.Replace

Files

text-regex-replace.cabal view
@@ -1,11 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+cabal-version: 1.12++-- This file has been generated from package.yaml by hpack version 0.34.3. -- -- see: https://github.com/sol/hpack------ hash: 9d4497c69c14d123aaffebeb4ebeaea384653be0d376c494ea958f4d172ee358  name:           text-regex-replace-version:        0.1.1.3+version:        0.1.1.4 synopsis:       Easy replacement when using text-icu regexes. description:    This provides a convenient API for doing replacements off of a regular                 expression, similar to what regex libraries in other languages provide.@@ -18,29 +18,31 @@ license:        Apache-2.0 license-file:   LICENSE build-type:     Simple-cabal-version:  >= 1.10  source-repository head   type: git   location: git://github.com/erochest/text-regex-replace.git  library+  exposed-modules:+      Data.Text.ICU.Replace+  other-modules:+      Paths_text_regex_replace   hs-source-dirs:       src   build-depends:-      attoparsec >=0.12 && <0.14+      attoparsec >=0.12 && <0.15     , base >=4.7 && <5     , text >=1.2 && <1.3     , text-icu >=0.7 && <0.8-  exposed-modules:-      Data.Text.ICU.Replace-  other-modules:-      Paths_text_regex_replace   default-language: Haskell2010  test-suite text-regex-replace-specs   type: exitcode-stdio-1.0   main-is: Specs.hs+  other-modules:+      Data.Text.ICU.ReplaceSpec+      Paths_text_regex_replace   hs-source-dirs:       specs   ghc-options: -threaded -rtsopts@@ -52,7 +54,4 @@     , text >=1.2 && <1.3     , text-icu >=0.7 && <0.8     , text-regex-replace-  other-modules:-      Data.Text.ICU.ReplaceSpec-      Paths_text_regex_replace   default-language: Haskell2010