Skip to content

Commit

Permalink
Disable environment files due to haskell#4010.
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
  • Loading branch information
ezyang committed Nov 25, 2016
1 parent f43c06c commit cee5e05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cabal-install/Distribution/Client/ProjectPlanOutput.hs
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,8 @@ writePlanGhcEnvironment projectRootDir
| compilerFlavor compiler == GHC
, supportsPkgEnvFiles (getImplInfo compiler)
--TODO: check ghcjs compat
--TODO: This feature is temporarily disabled due to #4010
, False
= writeGhcEnvironmentFile
projectRootDir
platform (compilerVersion compiler)
Expand Down

0 comments on commit cee5e05

Please sign in to comment.