Skip to content

Commit

Permalink
add more stack yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Apr 4, 2024
1 parent b170fe3 commit 556a7d4
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
strategy:
matrix:
stack-yaml:
- stack.yaml # ghc-9.0
- stack.yaml # ghc-9.6
- stack-lts-21.25.yaml # ghc-9.4
- stack-lts-20.26.yaml # ghc-9.2
- stack-lts-19.1.yaml # ghc-9.0
- stack-lts-18.28.yaml # ghc-8.10
- stack-lts-16.31.yaml # ghc-8.8
- stack-lts-14.27.yaml # ghc-8.6
Expand Down
1 change: 1 addition & 0 deletions stack-lts-19.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: lts-19.1
File renamed without changes.
1 change: 1 addition & 0 deletions stack-lts-20.26.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: lts-20.26
12 changes: 12 additions & 0 deletions stack-lts-20.26.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
snapshots:
- completed:
sha256: 5a59b2a405b3aba3c00188453be172b85893cab8ebc352b1ef58b0eae5d248a2
size: 650475
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/26.yaml
original: lts-20.26
1 change: 1 addition & 0 deletions stack-lts-21.25.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: lts-21.25
12 changes: 12 additions & 0 deletions stack-lts-21.25.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
snapshots:
- completed:
sha256: a81fb3877c4f9031e1325eb3935122e608d80715dc16b586eb11ddbff8671ecd
size: 640086
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/25.yaml
original: lts-21.25
2 changes: 1 addition & 1 deletion stack-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: nightly-2022-03-30
resolver: nightly-2024-04-04
8 changes: 4 additions & 4 deletions stack-nightly.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
size: 539378
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2022/3/30.yaml
sha256: 745431a4c5b78cc93d81e99b2253a1e0eacd4f94e00cf17dab7cc14e665332e3
original: nightly-2022-03-30
sha256: 31177dd01e2b7801b9347776d892d1e808396c21ab3b60f7f8c96856bdbe5f52
size: 622360
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/4/4.yaml
original: nightly-2024-04-04

0 comments on commit 556a7d4

Please sign in to comment.