packages feed

happstack-plugins 7.0.0 → 7.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~mtl

Dependency ranges changed: mtl

Files

happstack-plugins.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-plugins-Version:             7.0.0+Version:             7.0.1 Synopsis:            The haskell application server stack + reload Description:         This library provides support for automatically recompiling and reloading modules into a running server. License:             BSD3@@ -29,7 +29,7 @@    build-depends:       base             >= 3 && < 5,                        plugins-auto     == 0.0.*,-                       mtl              == 2.0.*,+                       mtl              >= 2.0 && <2.2,                        happstack-server >= 6   && <7.1,                        template-haskell >= 2.6 && <2.8,                        th-lift          == 0.5.*