packages feed

text-replace 0.0.0.2 → 0.0.0.3

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~basedep ~hedgehog

Dependency ranges changed: base, hedgehog

Files

text-replace.cabal view
@@ -1,5 +1,5 @@ name: text-replace-version: 0.0.0.2+version: 0.0.0.3 category: Text, Application synopsis: Simple text replacements from a list of search/replace pairs @@ -30,7 +30,7 @@   ghc-options: -Wall   exposed-modules: Text.Replace   build-depends:-      base       >=4.9     && <4.11+      base       >=4.9     && <4.12     , containers >=0.5.7.1 && <0.6  executable text-replace@@ -39,7 +39,7 @@   main-is: text-replace.hs   ghc-options: -Wall   build-depends: text-replace-    , base                 >=4.9      && <4.11+    , base                 >=4.9      && <4.12     , parsec               >=3.1      && <3.2     , optparse-applicative >=0.12.1.0 && <0.15 @@ -50,7 +50,7 @@   hs-source-dirs: test   ghc-options: -Wall -threaded   build-depends: text-replace-    , base               >=4.9     && <4.11-    , hedgehog           >=0.5     && <0.6+    , base               >=4.9     && <4.12+    , hedgehog           >=0.5     && <0.7     , neat-interpolation >=0.3     && <0.3.3     , text               >=1.2.2.2 && <1.2.4