yesod-static 1.1.1.1 → 1.1.1.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Yesod/Static.hs +1/−1
- yesod-static.cabal +1/−1
Yesod/Static.hs view
@@ -301,7 +301,7 @@ pack' <- [|pack|] qs <- if makeHash then do hash <- qRunIO $ base64md5File $ pathFromRawPieces fp f- [|[("etag" :: Text, pack $(lift hash))]|]+ [|[(pack "etag", pack $(lift hash))]|] else return $ ListE [] return [ SigD routeName $ ConT route
yesod-static.cabal view
@@ -1,5 +1,5 @@ name: yesod-static-version: 1.1.1.1+version: 1.1.1.2 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>