Skip to content

Commit 4bfe905

Browse files
committed
Upgrade Haskell tool stack
1 parent bbffb0b commit 4bfe905

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.github/workflows/stack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Setup Haskell environment
1818
uses: haskell-actions/setup@v2
1919
with:
20-
ghc-version: '9.4.8'
21-
cabal-version: '3.10.3.0'
20+
ghc-version: '9.8.4'
21+
cabal-version: '3.12.1.0'
2222
enable-stack: true
23-
stack-version: '2.15.5'
23+
stack-version: '3.3.1'
2424

2525
- name: Setup stack cache
2626
uses: actions/cache@v4

package.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ description: Please see the README on GitHub at <https://github.com/bori
2020

2121
dependencies:
2222
- base >= 4.7 && < 5
23-
- split == 0.2.3.5
23+
- split == 0.2.5
2424
- regex-posix == 0.96.*
2525
- time == 1.12.*
26-
- integer-logarithms == 1.0.3.*
27-
- text == 2.0.2.*
28-
- containers == 0.6.7.*
29-
- array == 0.5.4.*
30-
- filepath == 1.4.2.*
31-
- parsec == 3.1.16.*
32-
- megaparsec == 9.3.*
26+
- integer-logarithms == 1.0.4.*
27+
- text == 2.1.1.*
28+
- containers == 0.6.8.*
29+
- array == 0.5.8.*
30+
- filepath == 1.4.301.*
31+
- parsec == 3.1.17.*
32+
- megaparsec == 9.6.*
3333

3434
library:
3535
source-dirs: src
@@ -44,10 +44,10 @@ tests:
4444
- -with-rtsopts=-N
4545
dependencies:
4646
- haskell-katas
47-
- hspec == 2.10.*
48-
- hspec-core == 2.10.*
47+
- hspec == 2.11.*
48+
- hspec-core == 2.11.*
4949
- QuickCheck == 2.14.3
5050
- HUnit == 1.6.2.0
5151
- haskell-src-exts == 1.23.*
5252
- async == 2.2.*
53-
- vector == 0.13.1.*
53+
- vector == 0.13.2.*

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
resolver: lts-21.16
2+
resolver: lts-23.18
33

44
packages:
55
- .

stack.yaml.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
snapshots:
88
- completed:
9-
sha256: 1d663bec402f77fa09fa3e8cf288c3c7eb18a1f28a5e0c331ac47adeacd21346
10-
size: 640034
11-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/16.yaml
12-
original: lts-21.16
9+
sha256: d133abe75e408a407cce3f032c96ac1bbadf474a93b5156ebf4135b53382d56b
10+
size: 683827
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/23/18.yaml
12+
original: lts-23.18

0 commit comments

Comments
 (0)