packages feed

rematch 0.1.1.0 → 0.1.2.0

raw patch · 1 files changed

+2/−2 lines, 1 filesdep +QuickCheckPVP ok

version bump matches the API change (PVP)

Dependencies added: QuickCheck

API changes (from Hackage documentation)

Files

rematch.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                rematch-version:             0.1.1.0+version:             0.1.2.0 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, Control.Rematch.Run-  build-depends:       base >= 4.5.0 && < 5, HUnit >= 1.0+  build-depends:       base >= 4.5.0 && < 5, HUnit >= 1.0, QuickCheck >= 2.0