Version bump/changelog start
This commit is contained in:
parent
972e117005
commit
5a426529db
1
yesod-core/changelog.md
Normal file
1
yesod-core/changelog.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
__1.4.3__ Switch to mwc-random for token generation.
|
||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-core
|
name: yesod-core
|
||||||
version: 1.4.2
|
version: 1.4.3
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -21,6 +21,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
|
||||||
|
changelog.md
|
||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4.3 && < 5
|
build-depends: base >= 4.3 && < 5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user