Skip to content
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.

Commit

Permalink
Update stack configuration (#44)
Browse files Browse the repository at this point in the history
* use recent lts-12 for ghc 8.4.3

* ignore the usual build dirs

* remove lts-11 stack file
  • Loading branch information
jneira committed Jul 16, 2018
1 parent 1c3fa37 commit c6f88d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
dist
dist-*
.stack-work/
3 changes: 1 addition & 2 deletions stack.yaml
@@ -1,2 +1 @@
resolver: lts-10.6
allow-newer: true
resolver: lts-12.0

0 comments on commit c6f88d2

Please sign in to comment.