Created
February 3, 2016 06:28
-
-
Save NathanHowell/d807532a6d19daf367e8 to your computer and use it in GitHub Desktop.
GHC 8.0 release candidate stack/stackage yaml
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
resolver: ghc-8.0.0.20160111 | |
setup-info: | |
ghc: | |
linux64: | |
8.0.0.20160111: | |
url: "http://downloads.haskell.org/~ghc/8.0.1-rc1/ghc-8.0.0.20160111-x86_64-deb7-linux.tar.xz" | |
content-length: 111404852 | |
sha1: 30d39c6ca6994dcafe25595e053035ad23198b52 | |
macosx: | |
8.0.0.20160111: | |
url: "http://downloads.haskell.org/~ghc/8.0.1-rc1/ghc-8.0.0b.20160111-x86_64-apple-darwin.tar.xz" | |
content-length: 111479416 | |
sha1: 8af8cad1cc2ad40741fb771ab631fef8f3e4c998 | |
ghc-options: | |
# All packages | |
"*": -Wall -auto-all | |
rebuild-ghc-options: true | |
apply-ghc-options: everything |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment