Skip to content

Commit

Permalink
Merge pull request #295 from zoominsoftware/fix/stack-build
Browse files Browse the repository at this point in the history
Fix stack build
  • Loading branch information
jappeace authored Jul 23, 2024
2 parents eec83b5 + a941723 commit 6b7f1e4
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# this tells Github to hide (collapse by default) generated files in diffs & PRs
stack.yaml.lock linguist-generated=true

10 changes: 8 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
resolver: lts-20.26
flags:
keter: {}
packages:
- '.'
extra-deps: []
resolver: lts-20
extra-deps:
# pull newer from hackage; tar 0.6+ is only in Stackage Nighly, not in any LTS e.g. 22.30.
# we require tar 0.6+ due to https://github.com/snoyberg/keter/pull/292
- tar-0.6.2.0@sha256:619828cae098a7b6deeb0316e12f55011101d88f756787ed024ceedb81cf1eba,4576

# os-string is a dependency of tar 0.6.1.0 onwards. on Stackage starting from LTS 22.12.
- os-string-2.0.2.1@sha256:0bf4ff8f387d7fd05a43c18fa677dd02259c99d63c2d02c5823f152736513bef,3261
26 changes: 26 additions & 0 deletions stack.yaml.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b7f1e4

Please sign in to comment.