Created
May 16, 2017 22:41
-
-
Save mwotton/acf72fa62e487e58566677194619d242 to your computer and use it in GitHub Desktop.
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
# trying out new compiler | |
compiler: ghc-8.2.0.20170507 | |
compiler-check: match-exact | |
allow-newer: true | |
ghc-options: { deepseq: -XTypeSynonymInstances } | |
setup-info: | |
ghc: | |
linux64: | |
8.2.0.20170507: | |
url: https://downloads.haskell.org/~ghc/8.2.1-rc2/ghc-8.2.0.20170507-x86_64-deb8-linux.tar.xz | |
content-length: 141011788 | |
sha1: ff886437c1d2ddfa5686d6c9efb0819a957c3dde | |
macosx: | |
8.2.0.20170507: | |
url: https://downloads.haskell.org/~ghc/8.2.1-rc2/ghc-8.2.0.20170507-x86_64-apple-darwin.tar.xz | |
content-length: 126192308 | |
sha1: f059fe6f8a898d5619ab03e06e0ff0912a5f3340 | |
windows64: | |
8.2.0.20170507: | |
url: https://downloads.haskell.org/~ghc/8.2.1-rc2/ghc-8.2.0.20170507-x86_64-unknown-mingw32.tar.xz | |
content-length: 177295548 | |
sha1: 87646ca3a89278775ceb7be429faafac3cf738d8 | |
resolver: lts-8.14 | |
packages: | |
- '.' | |
- '../twitter-conduit' | |
- location: | |
git: https://github.com/ekmett/distributive | |
commit: 3f29260b756894c26f528ed981c5a2523263d054 | |
extra-dep: true | |
- location: | |
git: https://github.com/ekmett/comonad | |
commit: ee96020177c28c3d4e3c9d7bdffd56a5c64f89c0 | |
extra-dep: true | |
- location: | |
git: https://github.com/ekmett/semigroupoids | |
commit: c3297f970658ae874db098190327ec742044a2e6 | |
extra-dep: true | |
- location: | |
git: https://github.com/ekmett/lens | |
commit: 7031e00f62a704a86c3149c75c1e2afc059af022 | |
extra-dep: true | |
- location: | |
git: https://github.com/lens/lens-aeson | |
commit: 1bb9a095b97f9ca0f0c013d8aceb19108b78c36a | |
extra-dep: true | |
extra-deps: | |
- twitter-conduit-0.2.2 | |
- yesod-auth-oauth-1.4.2 | |
- authenticate-oauth-1.5.1.2 | |
flags: {} | |
# Extra package databases containing global packages | |
extra-package-dbs: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment