happstack-lite 7.3.5 → 7.3.6
raw patch · 1 files changed
+6/−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-lite.cabal +6/−2
happstack-lite.cabal view
@@ -1,5 +1,5 @@ Name: happstack-lite-Version: 7.3.5+Version: 7.3.6 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/@@ -12,12 +12,16 @@ Build-type: Simple Cabal-version: >=1.6 +source-repository head+ type: git+ location: https://github.com/Happstack/happstack-lite.git+ Library Exposed-modules: Happstack.Lite Build-depends: base < 5, bytestring >= 0.9 && < 0.11,- happstack-server >= 7.1 && < 7.4,+ happstack-server >= 7.1 && < 7.5, mtl >= 2 && < 2.3, text >= 0.11 && < 1.3