happstack-lite 7.2.0 → 7.3.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~bytestringdep ~happstack-serverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, happstack-server
API changes (from Hackage documentation)
Files
- happstack-lite.cabal +4/−4
happstack-lite.cabal view
@@ -1,5 +1,5 @@ Name: happstack-lite-Version: 7.2.0+Version: 7.3.0 Synopsis: Happstack minus the useless stuff Description: This packages provides a subset of Happstack that is easier to learn but still very useful. It as 100% compatible with the full version of Happstack. Homepage: http://www.happstack.com/@@ -8,7 +8,7 @@ Author: Jeremy Shaw Maintainer: jeremy@n-heptane.com Stability: Provisional-Category: Web+Category: Web, Happstack Build-type: Simple Cabal-version: >=1.6 @@ -17,7 +17,7 @@ Happstack.Lite Build-depends: base < 5,- bytestring == 0.9.*,- happstack-server == 7.0.*,+ bytestring >= 0.9 && < 0.11,+ happstack-server == 7.1.*, mtl >= 2 && < 2.2, text == 0.11.*