Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1338 from power-fungus/stack-version-requirement
Browse files Browse the repository at this point in the history
lift required stack-version to 2.1.1
  • Loading branch information
samuelpilz authored Jul 25, 2019
2 parents a3840a8 + 5e44671 commit cbc49f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/src/Stack.hs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ stackExeIsOldFailMsg stackVersion =
++ "Please run `stack upgrade` to upgrade your stack installation"

requiredStackVersion :: RequiredVersion
requiredStackVersion = [1, 9, 3]
requiredStackVersion = [2, 1, 1]

-- |Stack build fails message
stackBuildFailMsg :: String
Expand Down

0 comments on commit cbc49f8

Please sign in to comment.