packages feed

yesod-bin 1.5.2 → 1.5.2.1

raw patch · 3 files changed

+7/−2 lines, 3 files

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.5.2.1++* Use `--no-nix-pure` [#1357](https://github.com/yesodweb/yesod/issues/1357)+ ## 1.5.2  * Fix warnings
Devel.hs view
@@ -406,7 +406,8 @@                     ]             -}             let procDef = setStdin closed $ setEnv env' $ proc "stack"-                    [ "runghc"+                    [ "--no-nix-pure" -- https://github.com/yesodweb/yesod/issues/1357+                    , "runghc"                     , "--"                     , develHsPath                     ]
yesod-bin.cabal view
@@ -1,5 +1,5 @@ name:            yesod-bin-version:         1.5.2+version:         1.5.2.1 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>