Skip to content

Commit

Permalink
Update stack.yaml files/GHC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 14, 2023
1 parent 0c62a92 commit 9465d8d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/aeson-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- "8.10.7"
- "9.0.2"
- "9.2.8"
- "9.4.5"
- "9.6.2"
- "9.4.7"
- "9.6.3"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -68,9 +68,9 @@ jobs:
yaml: "stack-9.0.2.yaml"
- ghc: "9.2.8"
yaml: "stack-9.2.8.yaml"
- ghc: "9.4.5"
yaml: "stack-9.4.5.yaml"
- ghc: "9.6.2"
- ghc: "9.4.7"
yaml: "stack-9.4.7.yaml"
- ghc: "9.6.3"
yaml: "stack.yaml"

steps:
Expand Down
5 changes: 0 additions & 5 deletions stack-9.4.5.yaml

This file was deleted.

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

resolver: lts-21.20

packages:
- .
8 changes: 4 additions & 4 deletions stack-9.4.5.yaml.lock → stack-9.4.7.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
sha256: 1867d84255dff8c87373f5dd03e5a5cb1c10a99587e26c8793e750c54e83ffdc
size: 639139
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/0.yaml
original: lts-21.0
sha256: 5921ddc75f5dd3f197fbc32e1e5676895a8e7b971d4f82ef6b556657801dd18a
size: 640054
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/20.yaml
original: lts-21.20
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

resolver: nightly-2023-06-27
resolver: nightly-2023-11-14

packages:
- .
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
sha256: 7cb8c85885c204500c43790ea0e7802a6f8bdaf1a27309de33cbd8898f2c1c00
size: 531943
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/6/27.yaml
original: nightly-2023-06-27
sha256: 0eaacfc9de6b0ab46ab6026166d2ba7718ab06a8612086b3ee21d7667e682df0
size: 698974
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/11/14.yaml
original: nightly-2023-11-14

0 comments on commit 9465d8d

Please sign in to comment.