From d1815857df4b44655a47e0a79f20c9bcf9492e63 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Nov 2014 23:38:33 +0200 Subject: [PATCH] Version bump --- yesod-bin/ChangeLog.md | 1 + yesod-bin/yesod-bin.cabal | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 yesod-bin/ChangeLog.md diff --git a/yesod-bin/ChangeLog.md b/yesod-bin/ChangeLog.md new file mode 100644 index 00000000..107b7ab3 --- /dev/null +++ b/yesod-bin/ChangeLog.md @@ -0,0 +1 @@ +__1.4.0.7__ Fix a bug in `yesod devel` when cabal config has `tests: True` #864 diff --git a/yesod-bin/yesod-bin.cabal b/yesod-bin/yesod-bin.cabal index 80c4f1ea..6fa5422b 100644 --- a/yesod-bin/yesod-bin.cabal +++ b/yesod-bin/yesod-bin.cabal @@ -1,5 +1,5 @@ name: yesod-bin -version: 1.4.0.6 +version: 1.4.0.7 license: MIT license-file: LICENSE author: Michael Snoyman @@ -21,6 +21,7 @@ extra-source-files: hsfiles/postgres-fay.hsfiles hsfiles/simple.hsfiles hsfiles/sqlite.hsfiles + ChangeLog.md executable yesod-ghc-wrapper main-is: ghcwrapper.hs