Last active
March 4, 2016 21:11
-
-
Save fizruk/a203aecee813ef513aec to your computer and use it in GitHub Desktop.
Stack config with GHC 8.0.1-rc2 on Mac OS X.
This file contains hidden or 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
compiler: ghc-8.0.0.20160204 | |
setup-info: | |
ghc: | |
macosx: | |
8.0.0.20160204: | |
url: "http://downloads.haskell.org/~ghc/8.0.1-rc2/ghc-8.0.0.20160204-x86_64-apple-darwin.tar.xz" | |
packages: | |
- base-orphans-0.5.1 | |
- array-0.5.1.0 | |
- containers-0.5.7.1 | |
- stm-2.4.4.1 | |
- transformers-0.5.1.0 | |
- StateVar-1.1.0.3 | |
- semigroups-0.18.1 | |
- transformers-compat-0.5.1.4 | |
- binary-0.8.2.0 | |
- text-1.2.2.0 | |
- hashable-1.2.4.0 | |
- void-0.7.1 | |
- contravariant-1.4 | |
- filepath-1.4.1.0 | |
- time-1.6 | |
- directory-1.2.5.0 | |
- pretty-1.1.3.2 | |
- tagged-0.8.3 | |
- distributive-0.5.0.2 | |
- comonad-5 | |
- bifunctors-5.2.1 | |
- semigroupoids-5.0.1 | |
- profunctors-5.2 | |
- prelude-extras-0.4.0.3 | |
- mtl-2.2.1 | |
- exceptions-0.8.2.1 |
This file contains hidden or 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: | |
location: snapshot-ghc8.yaml | |
name: snapshot-ghc8 | |
packages: | |
- '.' | |
extra-deps: [] | |
flags: {} | |
extra-package-dbs: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You also need to install
xz
: