Skip to content

Commit

Permalink
Fix older stack configs
Browse files Browse the repository at this point in the history
  • Loading branch information
lykahb committed Dec 25, 2018
1 parent e5a9e7a commit 57afc56
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions stack-ghc-7.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ packages:
- groundhog-test/
extra-deps:
- aeson-pretty-0.8.7
- libyaml-0.1.0.0
- yaml-0.11.0.0
resolver: lts-6.35
2 changes: 2 additions & 0 deletions stack-ghc-7.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ extra-deps:
- base-compat-0.10.4
- safe-exceptions-0.1.7.0
- semigroups-0.16.2.2
- libyaml-0.1.0.0
- yaml-0.11.0.0
# had trouble getting a build solution with newer versions of semigroups
# - semigroups-0.17.0.1
# - semigroups-0.18.1
Expand Down
4 changes: 3 additions & 1 deletion stack-ghc-8.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ packages:
- groundhog-sqlite/
- groundhog-th/
- groundhog-test/
extra-deps: []
extra-deps:
- libyaml-0.1.0.0
- yaml-0.11.0.0
resolver: lts-9.21
4 changes: 3 additions & 1 deletion stack-ghc-8.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ packages:
- groundhog-sqlite/
- groundhog-th/
- groundhog-test/
extra-deps: []
extra-deps:
- libyaml-0.1.0.0
- yaml-0.11.0.0
resolver: lts-11.17
4 changes: 3 additions & 1 deletion stack-ghc-8.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ packages:
- groundhog-sqlite/
- groundhog-th/
- groundhog-test/
extra-deps: []
extra-deps:
- libyaml-0.1.0.0
- yaml-0.11.0.0
resolver: lts-12.0

0 comments on commit 57afc56

Please sign in to comment.