Use --no-nix-pure #1357
This commit is contained in:
parent
55623b76f6
commit
4f30dfca1e
@ -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
|
||||
|
||||
@ -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
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user