Skip to content

Commit b80a823

Browse files
committed
Try fix nix buildings for ghc-9.4
1 parent 29790a4 commit b80a823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration-ghc-94.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let
2525
ptr-poker = hself.callCabal2nix "ptr-poker" inputs.ptr-poker { };
2626

2727
ghc-exactprint =
28-
hself.callCabal2nix "ghc-exactprint" inputs.ghc-exactprint-150 { };
28+
hself.callCabal2nix "ghc-exactprint" inputs.ghc-exactprint-160 { };
2929
# Hlint is still broken
3030
hlint = doJailbreak (hself.callCabal2nix "hlint" inputs.hlint { });
3131

0 commit comments

Comments
 (0)