yesod-bin 1.4.0.6 → 1.4.0.7
raw patch · 3 files changed
+5/−1 lines, 3 files
Files
- ChangeLog.md +1/−0
- Devel.hs +2/−0
- yesod-bin.cabal +2/−1
+ ChangeLog.md view
@@ -0,0 +1,1 @@+__1.4.0.7__ Fix a bug in `yesod devel` when cabal config has `tests: True` #864
Devel.hs view
@@ -300,6 +300,8 @@ checkExit =<< createProcess (proc (cabalProgram opts) $ [ "configure" , "-flibrary-only"+ , "--disable-tests"+ , "--disable-benchmarks" , "-fdevel" , "--disable-library-profiling" , "--with-ld=yesod-ld-wrapper"
yesod-bin.cabal view
@@ -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 <michael@snoyman.com>@@ -21,6 +21,7 @@ hsfiles/postgres-fay.hsfiles hsfiles/simple.hsfiles hsfiles/sqlite.hsfiles+ ChangeLog.md executable yesod-ghc-wrapper main-is: ghcwrapper.hs