rematch 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.cabal +2/−2
rematch.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: rematch-version: 0.1.0.0+version: 0.1.0.1 synopsis: A simple api for "matchers" description: Rematch is a simple library of matchers, which express rules@@ -27,4 +27,4 @@ library exposed-modules: Control.Rematch, Control.Rematch.Formatting- build-depends: base ==4.5.*, HUnit >= 1.0+ build-depends: base >= 4.5.0 && < 5, HUnit >= 1.0