Skip to content

Commit

Permalink
Add WIP build config using ghc 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Apr 20, 2016
1 parent 4791083 commit 875962b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions stack-8.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
resolver: nightly-2016-04-19
compiler: ghc-8.0
image:
containers:
- base: "fpco/stack-base" # see ./etc/docker/stack-base/Dockerfile
name: "fpco/stack-test"
nix:
# --nix on the command-line to enable.
enable: false
packages:
- zlib
extra-deps:
- hpack-0.12.0
- path-0.5.7
- path-io-1.1.0
- transformers-0.5.2.0
- unix-2.7.2.0
packages:
- .
- location:
git: https://github.com/ekmett/either
commit: 40261cf
extra-dep: true
allow-newer: true

0 comments on commit 875962b

Please sign in to comment.