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

Commit 5e44671

Browse files
committed
lift required stack-version to 2.1.1
1 parent 5ce3eae commit 5e44671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/src/Stack.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ stackExeIsOldFailMsg stackVersion =
8686
++ "Please run `stack upgrade` to upgrade your stack installation"
8787

8888
requiredStackVersion :: RequiredVersion
89-
requiredStackVersion = [1, 9, 3]
89+
requiredStackVersion = [2, 1, 1]
9090

9191
-- |Stack build fails message
9292
stackBuildFailMsg :: String

0 commit comments

Comments
 (0)