Skip to content

Commit

Permalink
Bump the stack resolver; don't build demos by default
Browse files Browse the repository at this point in the history
  • Loading branch information
acowley committed Mar 23, 2021
1 parent 89f8436 commit 50157fc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# resolver: lts-10.0
resolver: ghc-8.4.3
resolver: lts-16.12

packages:
- '.'
flags:
Frames:
demos: true
demos: false
extra-package-dbs: []
nix:
shell-file: shell.nix
extra-deps:
- discrimination-0.4.1
- vinyl-0.13.0
- contravariant-1.5.3
- primitive-0.7.1.0

0 comments on commit 50157fc

Please sign in to comment.