Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Commit

Permalink
Merge pull request #248 from psagers/master
Browse files Browse the repository at this point in the history
Disable cabal's backjump limit.
  • Loading branch information
evancz authored Aug 8, 2018
2 parents 4d06a87 + 82b2d47 commit 5e40a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/BuildFromSource.hs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ makeRepos artifactDirectory version repos =

-- install all of the packages together in order to resolve transitive dependencies robustly
-- (install the dependencies a bit more quietly than the elm packages)
cabal ([ "install", "-j", "--only-dependencies", "--ghc-options=\"-w\"" ]
cabal ([ "install", "-j", "--only-dependencies", "--ghc-options=\"-w\"", "--max-backjumps=-1" ]
++ (if version <= "0.15.1" then [ "--constraint=fsnotify<0.2" ] else [])
++ map fst repos)
cabal ([ "install", "-j" ]
Expand Down

0 comments on commit 5e40a88

Please sign in to comment.