Skip to content

Commit

Permalink
Upgrade stackage lts
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Jul 6, 2023
1 parent 7ef8ead commit 71d5800
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build, Test & Upload
runs-on: ubuntu-latest
container:
image: haskell:9.2-buster
image: haskell:9.4-buster
options: --user root
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 4 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
resolver: lts-20.21
resolver: lts-21.1

packages:
- .

extra-deps:
- discord-haskell-1.15.4
- discord-haskell-1.15.5
- emoji-0.1.0.2

allow-newer: true
14 changes: 7 additions & 7 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

packages:
- completed:
hackage: discord-haskell-1.15.4@sha256:2501cc3ae8464b56c253bff211c14a29b4a69868e20286184eeca3bdc0332fc4,6376
hackage: discord-haskell-1.15.5@sha256:e28335c30b105475411e8f67fe7cf47206f445850edef31c93c55fd806f13862,6376
pantry-tree:
sha256: b4caa76c78f41f90e668c6b3ac2f6c47b0133df6908bba2a9e3720c428e73f8f
sha256: e80335ad892aac4ca53d8d17425043bfbcfde248955ac64c4803764fd5c8f22e
size: 3494
original:
hackage: discord-haskell-1.15.4
hackage: discord-haskell-1.15.5
- completed:
hackage: emoji-0.1.0.2@sha256:d995572a5c7dcd28f98eb15c6e387a7b3bda1ac2477ab0d9dba8580d5d7b161f,1273
pantry-tree:
Expand All @@ -20,7 +20,7 @@ packages:
hackage: emoji-0.1.0.2
snapshots:
- completed:
sha256: 401a0e813162ba62f04517f60c7d25e93a0f867f94a902421ebf07d1fb5a8c46
size: 650044
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/21.yaml
original: lts-20.21
sha256: c4381351ba5837a6356fcc0ebeb7a61fdcaf3a085c903a6f730f56b131d5cb58
size: 639143
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/1.yaml
original: lts-21.1

0 comments on commit 71d5800

Please sign in to comment.