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 318abbe commit f855afdCopy full SHA for f855afd
configuration-ghc-96.nix
@@ -43,7 +43,7 @@ let
43
# https://github.com/nikita-volkov/ptr-poker/issues/11
44
ptr-poker = hself.callCabal2nix "ptr-poker" inputs.ptr-poker { };
45
46
- ormolu = hself.callHackage "ormolu" "0.5.3.0" { };
+ ormolu = hself.callHackage "ormolu" "0.7.0.1" { };
47
48
# TODO: smunix: nix fails to build fourmolu-0.13 from Hackage with these errors:
49
# tar: */fourmolu/0.13.0.0/fourmolu.json: Not found in archive
0 commit comments