yesod-static 1.5.1 → 1.5.1.1
raw patch · 2 files changed
+6/−1 lines, 2 files
Files
- ChangeLog.md +4/−0
- yesod-static.cabal +2/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.5.1.1++* Fix test suite compilation+ ## 1.5.1 * yesod-static doesn't obey Authentication [#1286](https://github.com/yesodweb/yesod/issues/1286)
yesod-static.cabal view
@@ -1,5 +1,5 @@ name: yesod-static-version: 1.5.1+version: 1.5.1.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -112,6 +112,7 @@ , async , process , conduit-extra+ , exceptions ghc-options: -Wall -threaded extensions: TemplateHaskell