spata 2009.9.18 → 2009.9.18.1
raw patch · 3 files changed
+11/−3 lines, 3 filesdep ~mpsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mps
API changes (from Hackage documentation)
Files
- changelog.md +8/−0
- spata.cabal +2/−2
- src/Network/Spata.hs +1/−1
changelog.md view
@@ -1,3 +1,11 @@+2009.9.18.1+-----------++### Fix++* strict mps dependency+* exclude p / predicate by default+ 2009.9.18 ---------
spata.cabal view
@@ -1,5 +1,5 @@ Name: spata-Version: 2009.9.18+Version: 2009.9.18.1 Build-type: Simple Synopsis: bruteforce form validation Description:@@ -18,7 +18,7 @@ library ghc-options: -Wall- build-depends: base >= 4 && < 5, mps, mtl, dlist+ build-depends: base >= 4 && < 5, mps >= 2009.9.18, mtl, dlist hs-source-dirs: src/ exposed-modules: Network.Spata
src/Network/Spata.hs view
@@ -3,4 +3,4 @@ module Network.Spata.DSL ) where -import Network.Spata.DSL+import Network.Spata.DSL hiding (p, predicate)