Skip to content

Commit

Permalink
Update Stackage resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Nov 17, 2020
1 parent 0a6decc commit f300a1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
stack-build: pbrisbin/stack-build@1.0.0
stack-build: pbrisbin/stack-build@4.0.0

workflows:
commit:
Expand Down
7 changes: 4 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
resolver: lts-15.13
resolver: lts-16.22

extra-deps:
- generics-eot-0.4.0.1@sha256:3d8df1d8ca010238ec5f20ba30282daa0fac99c7de495fae64e26a7ea1dadb08,2312

# Fix weeder with stack-2.0
ghc-options: { "$locals": -ddump-to-file -ddump-hi }
ghc-options:
"$locals": -fwrite-ide-info

0 comments on commit f300a1c

Please sign in to comment.