We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29790a4 commit b80a823Copy full SHA for b80a823
configuration-ghc-94.nix
@@ -25,7 +25,7 @@ let
25
ptr-poker = hself.callCabal2nix "ptr-poker" inputs.ptr-poker { };
26
27
ghc-exactprint =
28
- hself.callCabal2nix "ghc-exactprint" inputs.ghc-exactprint-150 { };
+ hself.callCabal2nix "ghc-exactprint" inputs.ghc-exactprint-160 { };
29
# Hlint is still broken
30
hlint = doJailbreak (hself.callCabal2nix "hlint" inputs.hlint { });
31
0 commit comments