Fix test suite compilation
This commit is contained in:
parent
cc15bc6580
commit
b074279832
@ -1,3 +1,7 @@
|
|||||||
|
## 1.5.1.1
|
||||||
|
|
||||||
|
* Fix test suite compilation
|
||||||
|
|
||||||
## 1.5.1
|
## 1.5.1
|
||||||
|
|
||||||
* yesod-static doesn't obey Authentication [#1286](https://github.com/yesodweb/yesod/issues/1286)
|
* yesod-static doesn't obey Authentication [#1286](https://github.com/yesodweb/yesod/issues/1286)
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-static
|
name: yesod-static
|
||||||
version: 1.5.1
|
version: 1.5.1.1
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -112,6 +112,7 @@ test-suite tests
|
|||||||
, async
|
, async
|
||||||
, process
|
, process
|
||||||
, conduit-extra
|
, conduit-extra
|
||||||
|
, exceptions
|
||||||
|
|
||||||
ghc-options: -Wall -threaded
|
ghc-options: -Wall -threaded
|
||||||
extensions: TemplateHaskell
|
extensions: TemplateHaskell
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user