packages feed

happstack-plugins 6.0.0 → 6.0.1

raw patch · 1 files changed

+2/−2 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-plugins.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-plugins-Version:             6.0.0+Version:             6.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@@ -34,7 +34,7 @@   build-depends:       base >= 3 && < 5,                        containers,                        filepath,-                       happstack-server >= 6.0 && < 6.1,+                       happstack-server >= 6.0 && < 6.2,                        hinotify,                        mtl,                        plugins >= 1.5.1.4,