Skip to content

Commit

Permalink
GHC 9.4.7 -> 9.4.8, 9.8.1 -> 9.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Dec 7, 2024
1 parent 300d44c commit e1fe053
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/aeson-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- "8.10.7"
- "9.0.2"
- "9.2.8"
- "9.4.7"
- "9.4.8"
- "9.6.6"
- "9.8.1"
- "9.8.2"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -69,12 +69,12 @@ jobs:
yaml: "stack-9.0.2.yaml"
- ghc: "9.2.8"
yaml: "stack-9.2.8.yaml"
- ghc: "9.4.7"
yaml: "stack-9.4.7.yaml"
- ghc: "9.4.8"
yaml: "stack-9.4.8.yaml"
- ghc: "9.6.6"
yaml: "stack-9.6.6.yaml"
- ghc: "9.8.1"
yaml: "stack-9.8.1.yaml"
- ghc: "9.8.2"
yaml: "stack-9.8.2.yaml"

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 0 additions & 5 deletions stack-9.4.7.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions stack-9.4.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

resolver: lts-21.25

packages:
- .
8 changes: 4 additions & 4 deletions stack-9.4.7.yaml.lock → stack-9.4.8.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
sha256: 5921ddc75f5dd3f197fbc32e1e5676895a8e7b971d4f82ef6b556657801dd18a
size: 640054
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/20.yaml
original: lts-21.20
sha256: a81fb3877c4f9031e1325eb3935122e608d80715dc16b586eb11ddbff8671ecd
size: 640086
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/25.yaml
original: lts-21.25
5 changes: 0 additions & 5 deletions stack-9.8.1.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions stack-9.8.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

resolver: nightly-2024-10-21

packages:
- .
8 changes: 4 additions & 4 deletions stack-9.8.1.yaml.lock → stack-9.8.4.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
sha256: 876a5c75d90718add42e1ad36d66000bf35050ce1c66748119897a32df613186
size: 563963
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/1/26.yaml
original: nightly-2024-01-26
sha256: 867086a789eaf6da9f48a56bb5e8bfd6df27b120023c144cc7bbec5c95717915
size: 669588
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/10/21.yaml
original: nightly-2024-10-21

0 comments on commit e1fe053

Please sign in to comment.