yesod-bin 1.5.0 → 1.5.0.1
raw patch · 3 files changed
+7/−3 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- ChangeLog.md +4/−0
- Devel.hs +2/−2
- yesod-bin.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.5.0.1++* Fix build failure+ ## 1.5.0 Rewrite of `yesod devel` to take advantage of Stack for a simpler codebase.
Devel.hs view
@@ -320,8 +320,8 @@ -- make sure that all content to stdout or stderr from the build -- process is piped to the actual stdout and stderr handles. withProcess_ procConfig $ \p -> do- let helper getter h = runConduit- $ getter p+ let helper getter h =+ getter p $$ CL.iterM (\_ -> atomically $ writeTVar appPortVar (-1)) =$ CB.sinkHandle h race_ (helper getStdout stdout) (helper getStderr stderr)
yesod-bin.cabal view
@@ -1,5 +1,5 @@ name: yesod-bin-version: 1.5.0+version: 1.5.0.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>