Missing changes
This commit is contained in:
parent
ed1d6ad6bb
commit
af600271bf
@ -1,7 +1,11 @@
|
|||||||
## 1.4.3.10
|
## 1.4.3.11
|
||||||
|
|
||||||
* Disregard proxy environment variables in yesod devel [#945](https://github.com/yesodweb/yesod/pull/945)
|
* Disregard proxy environment variables in yesod devel [#945](https://github.com/yesodweb/yesod/pull/945)
|
||||||
|
|
||||||
|
## 1.4.3.10
|
||||||
|
|
||||||
|
* Allow blaze-builder 0.4
|
||||||
|
|
||||||
## 1.4.3.9
|
## 1.4.3.9
|
||||||
|
|
||||||
* Scaffold update: minimal scaffold uses yesod-core instead of yesod [yesodweb/yesod-scaffold#65](https://github.com/yesodweb/yesod-scaffold/issues/65)
|
* Scaffold update: minimal scaffold uses yesod-core instead of yesod [yesodweb/yesod-scaffold#65](https://github.com/yesodweb/yesod-scaffold/issues/65)
|
||||||
|
|||||||
@ -57,7 +57,7 @@ executable yesod
|
|||||||
, containers >= 0.2
|
, containers >= 0.2
|
||||||
, attoparsec >= 0.10
|
, attoparsec >= 0.10
|
||||||
, http-types >= 0.7
|
, http-types >= 0.7
|
||||||
, blaze-builder >= 0.2.1.4 && < 0.4
|
, blaze-builder >= 0.2.1.4 && < 0.5
|
||||||
, filepath >= 1.1
|
, filepath >= 1.1
|
||||||
, process
|
, process
|
||||||
, zlib >= 0.5 && < 0.6
|
, zlib >= 0.5 && < 0.6
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user