Skip to content

Commit 0c7ffb4

Browse files
committed
stack: update resolver to 23.16 lts
also update haskell to the newe required version 9.8.4
1 parent b1c3bd2 commit 0c7ffb4

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
137137
- uses: haskell-actions/setup@v2
138138
with:
139-
ghc-version: '9.6.6'
139+
ghc-version: '9.8.4'
140140
enable-stack: true
141141
stack-version: 'latest'
142142

oopetris-haskell-wrapper.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 0.1.0.0
99
description: Please see the README.md
1010
author: Totto16
1111
maintainer: Totto16
12-
copyright: 2024 Totto16
12+
copyright: 2024-2025 Totto16
1313
license: MIT
1414
license-file: LICENSE
1515
build-type: Simple

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: oopetris-haskell-wrapper
22
version: 0.1.0.0
33
license: MIT
44
author: "Totto16"
5-
copyright: "2024 Totto16"
5+
copyright: "2024-2025 Totto16"
66

77
extra-source-files:
88
- README.md

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# resolver: ./custom-snapshot.yaml
1919
# resolver: https://example.com/snapshots/2023-01-01.yaml
2020
resolver:
21-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/40.yaml
21+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/23/16.yaml
2222

2323
# User packages to be built.
2424
# Various formats can be used as shown in the example below.

stack.yaml.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file was autogenerated by Stack.
22
# You should not edit this file by hand.
33
# For more information, please see the documentation at:
4-
# https://docs.haskellstack.org/en/stable/lock_files
4+
# https://docs.haskellstack.org/en/stable/topics/lock_files
55

66
packages:
77
- completed:
@@ -13,8 +13,8 @@ packages:
1313
hackage: c-storable-deriving-0.1.3
1414
snapshots:
1515
- completed:
16-
sha256: 521009bd88879b6993fab5ea5abe1ee2a539dfd8ec2dfc7c57017a8eaee1e78b
17-
size: 720262
18-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/40.yaml
16+
sha256: 925e1bf884fd7a1ed2bfca9a041bed96fba51be6148cfa9fc4a590e218c2e483
17+
size: 683820
18+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/23/16.yaml
1919
original:
20-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/40.yaml
20+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/23/16.yaml

0 commit comments

Comments
 (0)