Skip to content

Commit

Permalink
Change circle-ci ghc version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Jan 5, 2017
1 parent 2772ee5 commit 8a97db7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions circle.yml
@@ -1,3 +1,7 @@
machine:
ghc:
version: 7.10.2

dependencies:
cache_directories:
- "~/.stack"
Expand All @@ -9,9 +13,9 @@ dependencies:
- gunzip /tmp/stack.gz && chmod +x /tmp/stack
- sudo mv /tmp/stack /usr/bin/stack
override:
- stack setup --no-system-ghc
- stack build --no-system-ghc
- stack setup
- stack build

test:
override:
- stack test --no-system-ghc
- stack test

0 comments on commit 8a97db7

Please sign in to comment.