Skip to content

Commit ff821fa

Browse files
wolfgangwaltherlaurenceisla
authored andcommitted
nix: build with GHC 9.6.7
1 parent a91327e commit ff821fa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ system ? builtins.currentSystem
22

3-
, compiler ? "ghc948"
3+
, compiler ? "ghc967"
44

55
, # Commit of the Nixpkgs repository that we want to use.
66
# It defaults to reading the inputs from flake.lock, which serves

postgrest.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ extra-source-files: CHANGELOG.md
1616
cabal-version: >= 1.10
1717

1818
tested-with:
19-
-- nix
20-
GHC == 9.4.8
2119
-- cabal on Ubuntu
20+
-- nix
2221
-- stack on FreeBSD, MacOS, Ubuntu, Windows
23-
, GHC == 9.6.7
22+
GHC == 9.6.7
2423
-- cabal on Ubuntu
2524
, GHC == 9.8.4
2625

0 commit comments

Comments
 (0)