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