Skip to content

Commit

Permalink
Use lts-7.24 for cabal-install
Browse files Browse the repository at this point in the history
  • Loading branch information
bidhan-a committed Feb 6, 2018
1 parent 54c2152 commit ae2a8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_haskell.hs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ setupHaskell = do
-- out-of-the-box compatibility.
stackInstall stackResolver "ghc-mod" False
-- Stack dependency solving requires cabal to be on the PATH.
stackInstall stackResolver "cabal-install" True
stackInstall "lts-7.24" "cabal-install" True
-- Install hindent via pinned LTS to ensure we have version 5.
stackInstall "lts-8.14" "hindent" True
let helperDependenciesCabalText =
Expand Down

0 comments on commit ae2a8fa

Please sign in to comment.