text-regex-replace 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+8/−7 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- text-regex-replace.cabal +8/−7
text-regex-replace.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: text-regex-replace-version: 0.1.0.0+version: 0.1.0.1 synopsis: Easy replacement when using text-icu regexes. description: This provides a convenient API for doing replacements off of a regular@@ -24,7 +24,7 @@ exposed-modules: Data.Text.ICU.Replace -- other-modules: -- other-extensions: - build-depends: base >= 4.7 && <4.8+ build-depends: base >= 4.7 && <5 , attoparsec >= 0.12 && <0.13 , text >= 1.2 && <1.3 , text-icu >= 0.7 && <0.8@@ -36,20 +36,21 @@ ghc-options: -threaded -rtsopts hs-source-dirs: specs main-is: Specs.hs- build-depends: base == 4.7.*+ build-depends: base , text-regex-replace , QuickCheck , smallcheck , hspec , text >= 1.2 && <1.3 , text-icu >= 0.7 && <0.8- -- , tasty- -- , tasty-quickcheck- -- , tasty-smallcheck default-language: Haskell2010 +source-repository head+ type: git+ location: git://github.com/erochest/text-regex-replace.git+ source-repository this type: git- tag: master+ tag: 0.1.0.1 location: git://github.com/erochest/text-regex-replace.git