happstack 7.0.0 → 7.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~happstack-serverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: happstack-server
API changes (from Hackage documentation)
Files
- happstack.cabal +3/−3
happstack.cabal view
@@ -1,5 +1,5 @@ Name: happstack-Version: 7.0.0+Version: 7.0.1 Synopsis: The haskell application server stack + code generation Description: The haskell application server stack License: BSD3@@ -14,7 +14,7 @@ source-repository head type: darcs subdir: happstack- location: http://patch-tag.com/r/mae/happstack+ location: http://hub.darcs.net/stepcut/happstack Flag base4 Description: Choose the even newer, even smaller, split-up base package.@@ -29,7 +29,7 @@ other-modules: Paths_happstack build-depends: base >= 3 && <5,- happstack-server >= 7.0 && < 7.1+ happstack-server >= 7.0 && < 7.2 if flag(tests) hs-source-dirs: tests