packages feed

happstack-plugins 6.3.2 → 7.0.0

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~happstack-server

Dependency ranges changed: happstack-server

Files

happstack-plugins.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-plugins-Version:             6.3.2+Version:             7.0.0 Synopsis:            The haskell application server stack + reload Description:         This library provides support for automatically recompiling and reloading modules into a running server. License:             BSD3@@ -14,7 +14,7 @@ source-repository head     type:     darcs     subdir:   happstack-plugins-    location: http://patch-tag.com/r/mae/happstack/pullrepo+    location: http://patch-tag.com/r/mae/happstack  Flag base4     Description: Choose the even newer, even smaller, split-up base package.@@ -30,8 +30,8 @@   build-depends:       base             >= 3 && < 5,                        plugins-auto     == 0.0.*,                        mtl              == 2.0.*,-                       happstack-server >= 6,+                       happstack-server >= 6   && <7.1,                        template-haskell >= 2.6 && <2.8,                        th-lift          == 0.5.*-                       +   ghc-options:      -Wall