Skip to content

Instantly share code, notes, and snippets.

@fizruk
Last active March 4, 2016 21:11
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fizruk/a203aecee813ef513aec to your computer and use it in GitHub Desktop.
Save fizruk/a203aecee813ef513aec to your computer and use it in GitHub Desktop.
Stack config with GHC 8.0.1-rc2 on Mac OS X.
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
resolver:
location: snapshot-ghc8.yaml
name: snapshot-ghc8
packages:
- '.'
extra-deps: []
flags: {}
extra-package-dbs: []
@fizruk
Copy link
Author

fizruk commented Feb 7, 2016

You also need to install xz:

brew install xz

@phadej
Copy link

phadej commented Feb 8, 2016

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment