Use --no-nix-pure #1357

This commit is contained in:
Michael Snoyman 2017-03-05 19:12:14 +02:00
parent 55623b76f6
commit 4f30dfca1e
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -406,7 +406,8 @@ devel opts passThroughArgs = do
]
-}
let procDef = setStdin closed $ setEnv env' $ proc "stack"
[ "runghc"
[ "--no-nix-pure" -- https://github.com/yesodweb/yesod/issues/1357
, "runghc"
, "--"
, develHsPath
]