packages feed

happstack-plugins 7.0.1 → 7.0.2

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:             7.0.1+Version:             7.0.2 Synopsis:            The haskell application server stack + reload Description:         This library provides support for automatically recompiling and reloading modules into a running server. License:             BSD3@@ -7,14 +7,14 @@ Author:              Happstack team, HAppS LLC Maintainer:          Happstack team <happs@googlegroups.com> homepage:            http://happstack.com-Category:            Web, Distributed Computing+Category:            Web, Happstack Build-Type:          Simple Cabal-Version:       >= 1.6  source-repository head     type:     darcs     subdir:   happstack-plugins-    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.@@ -30,7 +30,7 @@   build-depends:       base             >= 3 && < 5,                        plugins-auto     == 0.0.*,                        mtl              >= 2.0 && <2.2,-                       happstack-server >= 6   && <7.1,+                       happstack-server >= 6   && <7.2,                        template-haskell >= 2.6 && <2.8,                        th-lift          == 0.5.*