From b07427983247cb146c2ca6896a95e96fb1c0f0f3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Nov 2016 12:08:05 +0200 Subject: [PATCH] Fix test suite compilation --- yesod-static/ChangeLog.md | 4 ++++ yesod-static/yesod-static.cabal | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/yesod-static/ChangeLog.md b/yesod-static/ChangeLog.md index dc2ff0dd..48b51236 100644 --- a/yesod-static/ChangeLog.md +++ b/yesod-static/ChangeLog.md @@ -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) diff --git a/yesod-static/yesod-static.cabal b/yesod-static/yesod-static.cabal index e09e9cfc..2685255f 100644 --- a/yesod-static/yesod-static.cabal +++ b/yesod-static/yesod-static.cabal @@ -1,5 +1,5 @@ name: yesod-static -version: 1.5.1 +version: 1.5.1.1 license: MIT license-file: LICENSE author: Michael Snoyman @@ -112,6 +112,7 @@ test-suite tests , async , process , conduit-extra + , exceptions ghc-options: -Wall -threaded extensions: TemplateHaskell