snap 0.5.1.3 → 0.5.2
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~enumeratordep ~snap-coredep ~snap-server
Dependency ranges changed: enumerator, snap-core, snap-server
Files
- snap.cabal +7/−7
snap.cabal view
@@ -1,5 +1,5 @@ name: snap-version: 0.5.1.3+version: 0.5.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@@ -59,10 +59,10 @@ bytestring >= 0.9.1 && < 0.10, directory >= 1.0 && < 1.2, directory-tree >= 0.10 && < 0.11,- enumerator >= 0.4.8 && <0.5,+ enumerator >= 0.4.13.1 && <0.5, filepath >= 1.1 && <1.3, MonadCatchIO-transformers >= 0.2.1 && < 0.3,- snap-core >= 0.5.1 && <0.6,+ snap-core >= 0.5.2 && <0.6, heist >= 0.5 && < 0.6, hint >= 0.3.3.1 && < 0.4, template-haskell >= 2.3 && < 2.6,@@ -95,14 +95,14 @@ directory >= 1.0 && < 1.2, directory-tree, dlist >= 0.5 && < 0.6,- enumerator == 0.4.*,+ enumerator >= 0.4.13.1 && <0.5, filepath >= 1.1 && <1.3, haskell98, mtl >= 2, old-locale, old-time,- snap-core >= 0.5.1.4 && <0.6,- snap-server >= 0.5.1.3 && <0.6,+ snap-core >= 0.5.2 && <0.6,+ snap-server >= 0.5.2 && <0.6, template-haskell >= 2.3 && < 2.6, text >= 0.11 && <0.12, time,@@ -120,4 +120,4 @@ source-repository head type: git- location: http://git.snapframework.com/snap.git+ location: https://github.com/snapframework/snap.git