yesod 0.6.0.1 → 0.6.0.2
raw patch · 3 files changed
+4/−3 lines, 3 filesdep ~hamletPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
Dependency ranges changed: hamlet
API changes (from Hackage documentation)
+ Yesod.Handler: BadMethod :: String -> ErrorResponse
+ Yesod.Handler: InternalError :: String -> ErrorResponse
+ Yesod.Handler: InvalidArgs :: [String] -> ErrorResponse
+ Yesod.Handler: NotFound :: ErrorResponse
+ Yesod.Handler: PermissionDenied :: String -> ErrorResponse
+ Yesod.Handler: data ErrorResponse
Files
- Yesod/Handler.hs +1/−0
- scaffold/cabal.cg +1/−1
- yesod.cabal +2/−2
Yesod/Handler.hs view
@@ -77,6 +77,7 @@ , toMasterHandler , localNoCurrent , HandlerData+ , ErrorResponse (..) #if TEST , testSuite #endif
scaffold/cabal.cg view
@@ -47,11 +47,11 @@ executable fastcgi if flag(production) Buildable: True+ build-depends: wai-handler-fastcgi >= 0.2.2 && < 0.3 else Buildable: False cpp-options: -DPRODUCTION main-is: fastcgi.hs- build-depends: wai-handler-fastcgi >= 0.2.2 && < 0.3 ghc-options: -Wall extensions: TemplateHaskell, QuasiQuotes, TypeFamilies
yesod.cabal view
@@ -1,5 +1,5 @@ name: yesod-version: 0.6.0.1+version: 0.6.0.2 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -30,7 +30,7 @@ , text >= 0.5 && < 0.11 , template-haskell >= 2.4 && < 2.6 , web-routes-quasi >= 0.6 && < 0.7- , hamlet >= 0.5.1 && < 0.6+ , hamlet >= 0.5.1 && < 0.7 , blaze-builder >= 0.1 && < 0.2 , transformers >= 0.2 && < 0.3 , clientsession >= 0.4.0 && < 0.5