snap 0.5.3 → 0.5.3.1
raw patch · 4 files changed
+6/−6 lines, 4 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- project_template/barebones/foo.cabal +1/−1
- project_template/default/foo.cabal +1/−1
- snap.cabal +3/−3
- test/snap-testsuite.cabal +1/−1
project_template/barebones/foo.cabal view
@@ -15,7 +15,7 @@ main-is: Main.hs Build-depends:- base >= 4 && < 5,+ base >= 4.3 && < 5, bytestring >= 0.9.1 && < 0.10, MonadCatchIO-transformers >= 0.2.1 && < 0.3, mtl >= 2 && < 3,
project_template/default/foo.cabal view
@@ -19,7 +19,7 @@ main-is: Main.hs Build-depends:- base >= 4 && < 5,+ base >= 4.3 && < 5, bytestring >= 0.9.1 && < 0.10, heist >= 0.5 && < 0.6, MonadCatchIO-transformers >= 0.2.1 && < 0.3,
snap.cabal view
@@ -1,5 +1,5 @@ name: snap-version: 0.5.3+version: 0.5.3.1 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@@ -60,7 +60,7 @@ Snap.Extension.Loader.Devel.TreeWatcher build-depends:- base >= 4 && < 5,+ base >= 4.3 && < 5, blaze-builder >= 0.2.1.4 && <0.4, bytestring >= 0.9.1 && < 0.10, directory >= 1.0 && < 1.2,@@ -95,7 +95,7 @@ build-depends: attoparsec >= 0.8.0.2 && < 0.10,- base >= 4 && < 5,+ base >= 4.3 && < 5, bytestring, bytestring-nums, cereal >= 0.3 && < 0.4,
test/snap-testsuite.cabal view
@@ -9,7 +9,7 @@ build-depends: QuickCheck >= 2.3.0.2,- base >= 4 && < 5,+ base >= 4.3 && < 5, bytestring == 0.9.*, directory, filepath,