packages feed

rematch-text 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

rematch-text.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                rematch-text-version:             0.1.0.0+version:             0.1.0.1 synopsis:            `rematch` matchers for Data.Text -- description: license:             MIT@@ -17,4 +17,4 @@ library   exposed-modules: Control.Rematch.Text.Strict, Control.Rematch.Text.Lazy   -- other-modules:-  build-depends:       base ==4.5.*, rematch == 0.1.*, text >= 0.10+  build-depends:       base >=4.5.0 && < 5, rematch == 0.1.*, text >= 0.10