web-fpco 0.1.0.0 → 0.1.1.0
raw patch · 1 files changed
+2/−1 lines, 1 filesdep +snapPVP ok
version bump matches the API change (PVP)
Dependencies added: snap
API changes (from Hackage documentation)
Files
- web-fpco.cabal +2/−1
web-fpco.cabal view
@@ -1,5 +1,5 @@ name: web-fpco-version: 0.1.0.0+version: 0.1.1.0 synopsis: Wrappers for web frameworks to ease usage with the FP Complete environment. description: This package provides very simplistic wrappers to enable running code using the Snap and Happstack web frameworks on the FP Complete environment. The only modification to standard behavior is that the port number is read from the PORT environment variable as opposed to being specified on either the command line or in the code itself. If you're using Yesod, the function warpEnv is provided in the Yesod module itself, which performs the same function. .@@ -18,6 +18,7 @@ Happstack.Server.Env build-depends: base >= 4 && < 5 , safe >= 0.3+ , snap >= 0.11 , snap-core >= 0.9 , snap-server >= 0.9 , happstack-server >= 7.1