-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add stack to dev-env * Manually run stack update before build To work around multiple concurrent attempts to take the hackage-security-lock.
- Loading branch information
1 parent
f4d0eb6
commit 02f806b
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
"nodejs-10.16.3", | ||
"python-3.6.7", | ||
"nsis-3.04", | ||
"maven-3.6.1" | ||
"maven-3.6.1", | ||
"stack" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"homepage": "https://docs.haskellstack.org/en/stable/README/", | ||
"version": "2.1.3", | ||
"bin": "stack.exe", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/commercialhaskell/stack/releases/download/v2.1.3/stack-2.1.3-windows-x86_64.zip", | ||
"hash": "415fb140c7497c4771b84e45a38b65ad47f50b9adc06499b03c4f5a8899aa32a" | ||
} | ||
} | ||
} |