snap 0.5.0 → 0.5.1
raw patch · 1 files changed
+24/−24 lines, 1 filesdep ~snap-coredep ~snap-server
Dependency ranges changed: snap-core, snap-server
Files
- snap.cabal +24/−24
snap.cabal view
@@ -1,5 +1,5 @@ name: snap-version: 0.5.0+version: 0.5.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@@ -54,19 +54,19 @@ Snap.Extension.Loader.Devel.TreeWatcher build-depends:- base >= 4 && < 5,- blaze-builder >= 0.2.1.4 && <0.4,- bytestring >= 0.9.1 && < 0.10,- directory >= 1.0 && < 1.2,- directory-tree >= 0.10 && < 0.11,- enumerator == 0.4.*,- filepath >= 1.1 && <1.3,+ base >= 4 && < 5,+ blaze-builder >= 0.2.1.4 && <0.4,+ bytestring >= 0.9.1 && < 0.10,+ directory >= 1.0 && < 1.2,+ directory-tree >= 0.10 && < 0.11,+ enumerator >= 0.4 && <0.5,+ filepath >= 1.1 && <1.3, MonadCatchIO-transformers >= 0.2.1 && < 0.3,- snap-core == 0.5.*,- heist >= 0.5 && < 0.6,- hint >= 0.3.3.1 && < 0.4,- template-haskell >= 2.3 && < 2.6,- time >= 1.0 && < 1.3+ snap-core >= 0.5.1 && <0.6,+ heist >= 0.5 && < 0.6,+ hint >= 0.3.3.1 && < 0.4,+ template-haskell >= 2.3 && < 2.6,+ time >= 1.0 && < 1.3 if !os(windows) { build-depends: unix >= 2.2.0.0 && < 2.5@@ -86,25 +86,25 @@ other-modules: Snap.StarterTH build-depends:- attoparsec >= 0.8.0.2 && < 0.9,- base >= 4 && < 5,+ attoparsec >= 0.8.0.2 && < 0.9,+ base >= 4 && < 5, bytestring, bytestring-nums,- cereal >= 0.3 && < 0.4,+ cereal >= 0.3 && < 0.4, containers,- directory >= 1.0 && < 1.2,+ directory >= 1.0 && < 1.2, directory-tree,- dlist >= 0.5 && < 0.6,- enumerator == 0.4.*,- filepath >= 1.1 && <1.3,+ dlist >= 0.5 && < 0.6,+ enumerator == 0.4.*,+ filepath >= 1.1 && <1.3, haskell98,- mtl >= 2,+ mtl >= 2, old-locale, old-time,- snap-core == 0.5.*,- snap-server >= 0.5 && <0.6,+ snap-core >= 0.5.1 && <0.6,+ snap-server >= 0.5.1 && <0.6, template-haskell >= 2.3 && < 2.6,- text >= 0.11 && <0.12,+ text >= 0.11 && <0.12, time, unix-compat, zlib