Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configuration-ghc-92.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let
doCheck = false;
});
} // (builtins.mapAttrs (_: drv: disableLibraryProfiling drv) {
apply-refact = hsuper.apply-refact_0_13_0_0;
apply-refact = hself.callHackage "apply-refact" "0.13.0.0" { };

# ptr-poker breaks on MacOS without SSE2 optimizations
# https://github.com/nikita-volkov/ptr-poker/issues/11
Expand Down
2 changes: 1 addition & 1 deletion configuration-ghc-94.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
{
hlsDisabledPlugins = disabledPlugins;
} // (builtins.mapAttrs (_: drv: disableLibraryProfiling drv) {
apply-refact = hsuper.apply-refact_0_13_0_0;
apply-refact = hself.callHackage "apply-refact" "0.13.0.0" { };

stylish-haskell = appendConfigureFlag hsuper.stylish-haskell "-fghc-lib";

Expand Down
5 changes: 3 additions & 2 deletions configuration-ghc-96.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ let
broken = false;
doCheck = false;
});
apply-refact = hsuper.apply-refact_0_13_0_0;

apply-refact = hself.callHackage "apply-refact" "0.13.0.0" { };
tagged = hself.callHackage "tagged" "0.8.7" { };
primitive = hself.callHackage "primitive" "0.8.0.0" { };
unix-compat = hself.callCabal2nix "unix-compat" inputs.haskell-unix-compat { };
Expand All @@ -42,7 +43,7 @@ let
# https://github.com/nikita-volkov/ptr-poker/issues/11
ptr-poker = hself.callCabal2nix "ptr-poker" inputs.ptr-poker { };

ormolu = hself.ormolu_0_5_3_0;
ormolu = hself.callHackage "ormolu" "0.7.0.1" { };

# TODO: smunix: nix fails to build fourmolu-0.13 from Hackage with these errors:
# tar: */fourmolu/0.13.0.0/fourmolu.json: Not found in archive
Expand Down