yesod 0.3.1 → 0.3.1.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~wai-extra
Dependency ranges changed: wai-extra
Files
- Yesod/Dispatch.hs +1/−1
- yesod.cabal +2/−2
Yesod/Dispatch.hs view
@@ -171,7 +171,7 @@ toWaiApp a = return $ gzip $ jsonp- $ cleanPath+ $ cleanPathRel (B.pack $ approot a) $ toWaiApp' a toWaiApp' :: (Yesod y, YesodSite y)
yesod.cabal view
@@ -1,5 +1,5 @@ name: yesod-version: 0.3.1+version: 0.3.1.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -23,7 +23,7 @@ build-depends: base >= 4 && < 5, time >= 1.1.3 && < 1.2, wai >= 0.1.0 && < 0.2,- wai-extra >= 0.1.2 && < 0.2,+ wai-extra >= 0.1.3 && < 0.2, authenticate >= 0.6.2 && < 0.7, bytestring >= 0.9.1.4 && < 0.10, directory >= 1 && < 1.1,