diff --git a/appveyor.yml b/appveyor.yml index 8f05d2cf..d544676d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,9 @@ build: off before_test: +# http://help.appveyor.com/discussions/problems/6312-curl-command-not-found +- set PATH=C:\Program Files\Git\mingw64\bin;%PATH% + - curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386 - 7z x stack.zip stack.exe diff --git a/yesod-core/ChangeLog.md b/yesod-core/ChangeLog.md index 6ee1fdda..5f7df3cd 100644 --- a/yesod-core/ChangeLog.md +++ b/yesod-core/ChangeLog.md @@ -3,6 +3,10 @@ * Contexts can be included in generated TH instances. [1365](https://github.com/yesodweb/yesod/issues/1365) * Type variables can be included in routes. +## 1.4.33 + +* Adds curly brackets to route parser. [#1363](https://github.com/yesodweb/yesod/pull/1363) + ## 1.4.32 * Fix warnings