Add missing test file (fixes #1563)
This commit is contained in:
parent
f7e177d5f2
commit
6eb91bdb77
@ -1,5 +1,9 @@
|
|||||||
# ChangeLog for yesod-core
|
# ChangeLog for yesod-core
|
||||||
|
|
||||||
|
## 1.6.8.1
|
||||||
|
|
||||||
|
* Add missing test file to tarball [#1563](https://github.com/yesodweb/yesod/issues/1563)
|
||||||
|
|
||||||
## 1.6.8
|
## 1.6.8
|
||||||
* In the route syntax, allow trailing backslashes to indicate line
|
* In the route syntax, allow trailing backslashes to indicate line
|
||||||
continuation. [#1558](https://github.com/yesodweb/yesod/pull/1558)
|
continuation. [#1558](https://github.com/yesodweb/yesod/pull/1558)
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-core
|
name: yesod-core
|
||||||
version: 1.6.8
|
version: 1.6.8.1
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -17,6 +17,7 @@ extra-source-files:
|
|||||||
test/YesodCoreTest/JsLoaderSites/Bottom.hs
|
test/YesodCoreTest/JsLoaderSites/Bottom.hs
|
||||||
test/en.msg
|
test/en.msg
|
||||||
test/test.hs
|
test/test.hs
|
||||||
|
test/fixtures/routes_with_line_continuations
|
||||||
ChangeLog.md
|
ChangeLog.md
|
||||||
README.md
|
README.md
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user