Skip to content

Commit

Permalink
Add stack.yaml file to containers.
Browse files Browse the repository at this point in the history
`stack setup` fails due to ChasingBottoms missing from Stackage

We default to lts-9.20 because lts-10.0 is currently not supported by many
development tools (such as intero) because ghc-mod does not yet support GHC
8.2 (DanielG/ghc-mod#900).
  • Loading branch information
m-renaud committed Dec 26, 2017
1 parent 36bd13a commit e1c8089
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
flags: {}
packages:
- '.'
# Uncoment the resolver you want to use and re-run `stack build/test/bench`.
# resolver: lts-10.0
resolver: lts-9.20
# resolver: lts-7.24
# resolver: lts-6.35

0 comments on commit e1c8089

Please sign in to comment.