Skip to content

Commit 7f9214a

Browse files
committed
Bump GHC version to 9.6 and stackage to LTS
1 parent 9f6eb15 commit 7f9214a

File tree

4 files changed

+8
-17
lines changed

4 files changed

+8
-17
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: cabal test - GHC ${{ matrix.ghc-version }}
1111
strategy:
1212
matrix:
13-
ghc-version: [94, 96]
13+
ghc-version: [96, 98, 910]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2

shell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ system ? builtins.currentSystem, sources ? import ./nix/sources.nix, ghcVersion ? "94" }:
1+
{ system ? builtins.currentSystem, sources ? import ./nix/sources.nix, ghcVersion ? "96" }:
22

33
let
44
selectHls = self: super: {

stack.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
resolver: nightly-2023-04-21
1+
resolver: lts-22.34
22
packages:
33
- '.'
44
extra-deps:
5-
# linear-generic has been temporarily removed from Stackage nightly, see https://github.com/commercialhaskell/stackage/pull/6951
6-
- linear-generics-0.2.1@sha256:dfe005e94e9080a12a6e30ce2f2bd552f4085cea380161b785b04a3c2fd39a8a,5894

stack.yaml.lock

+5-12
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,10 @@
33
# For more information, please see the documentation at:
44
# https://docs.haskellstack.org/en/stable/lock_files
55

6-
packages:
7-
- completed:
8-
hackage: linear-generics-0.2.1@sha256:dfe005e94e9080a12a6e30ce2f2bd552f4085cea380161b785b04a3c2fd39a8a,5894
9-
pantry-tree:
10-
sha256: b5e5d4fadb4f3603647fffbee0626d14ac4076b1cc2256c721835a32db25f513
11-
size: 2818
12-
original:
13-
hackage: linear-generics-0.2.1@sha256:dfe005e94e9080a12a6e30ce2f2bd552f4085cea380161b785b04a3c2fd39a8a,5894
6+
packages: []
147
snapshots:
158
- completed:
16-
sha256: 9f8b7563aeafe035eae2304131454e6c1a96611ad9921dde6981474e988a5873
17-
size: 608629
18-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/4/21.yaml
19-
original: nightly-2023-04-21
9+
sha256: edbd50d7e7c85c13ad5f5835ae2db92fab1e9cf05ecf85340e2622ec0a303df1
10+
size: 720020
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/34.yaml
12+
original: lts-22.34

0 commit comments

Comments
 (0)