Skip to content

Commit 9106945

Browse files
authored
Merge pull request #487 from tweag/ghc-9.12
CI: Test with GHC 9.12
2 parents a89eab5 + 136390b commit 9106945

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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: [96, 98, 910]
13+
ghc-version: [96, 98, 910, 912]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4

nix/sources.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"homepage": "https://github.com/nmattia/niv",
66
"owner": "nmattia",
77
"repo": "niv",
8-
"rev": "f7c538837892dd2eb83567c9f380a11efb59b53f",
9-
"sha256": "0xl33k24vfc29cg9lnp95kvcq69qbq5fzb7jk9ig4lgrhaarh651",
8+
"rev": "dd678782cae74508d6b4824580d2b0935308011e",
9+
"sha256": "0dk8dhh9vla2s409anmrfkva6h3r32xmz3cm8ha09wyk8iyf1f87",
1010
"type": "tarball",
11-
"url": "https://github.com/nmattia/niv/archive/f7c538837892dd2eb83567c9f380a11efb59b53f.tar.gz",
11+
"url": "https://github.com/nmattia/niv/archive/dd678782cae74508d6b4824580d2b0935308011e.tar.gz",
1212
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
1313
},
1414
"nixpkgs": {
@@ -17,10 +17,10 @@
1717
"homepage": "https://github.com/NixOS/nixpkgs",
1818
"owner": "NixOS",
1919
"repo": "nixpkgs",
20-
"rev": "574d1eac1c200690e27b8eb4e24887f8df7ac27c",
21-
"sha256": "0s6h7r9jin9sd8l85hdjwl3jsvzkddn3blggy78w4f21qa3chymz",
20+
"rev": "0c501072d51fca9fc0f9fd123e106ad2f89c6b09",
21+
"sha256": "0xmhs479g1gzqv320zlmx44wzqlnb741kp6zwj1m3nzzdv94v472",
2222
"type": "tarball",
23-
"url": "https://github.com/NixOS/nixpkgs/archive/574d1eac1c200690e27b8eb4e24887f8df7ac27c.tar.gz",
23+
"url": "https://github.com/NixOS/nixpkgs/archive/0c501072d51fca9fc0f9fd123e106ad2f89c6b09.tar.gz",
2424
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
2525
}
2626
}

0 commit comments

Comments
 (0)