snap 0.5.1.1 → 0.5.1.2
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~attoparsecdep ~snap-coredep ~snap-serverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec, snap-core, snap-server
API changes (from Hackage documentation)
Files
- snap.cabal +4/−4
- test/snap-testsuite.cabal +1/−1
snap.cabal view
@@ -1,5 +1,5 @@ name: snap-version: 0.5.1.1+version: 0.5.1.2 synopsis: Snap: A Haskell Web Framework: project starter executable and glue code library description: Snap Framework project starter executable and glue code library license: BSD3@@ -86,7 +86,7 @@ other-modules: Snap.StarterTH build-depends:- attoparsec >= 0.8.0.2 && < 0.9,+ attoparsec >= 0.8.0.2 && < 0.10, base >= 4 && < 5, bytestring, bytestring-nums,@@ -101,8 +101,8 @@ mtl >= 2, old-locale, old-time,- snap-core >= 0.5.1 && <0.6,- snap-server >= 0.5.1 && <0.6,+ snap-core >= 0.5.1.4 && <0.6,+ snap-server >= 0.5.1.2 && <0.6, template-haskell >= 2.3 && < 2.6, text >= 0.11 && <0.12, time,
test/snap-testsuite.cabal view
@@ -15,7 +15,7 @@ filepath, Glob == 0.5.*, HUnit >= 1.2 && < 2,- http-enumerator >= 0.6.5.3 && <0.7,+ http-enumerator >= 0.6.5.4 && <0.7, process == 1.*, test-framework >= 0.3.1 && <0.4, test-framework-hunit >= 0.2.5 && < 0.3,