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

Commit

Permalink
lift required stack-version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelpilz committed Jul 22, 2019
1 parent 5ce3eae commit 5e44671
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 5e44671

Please sign in to comment.