Skip to content

Commit 362020c

Browse files
committed
bump apply-refact, 0.12 -> 0.13
1 parent d287267 commit 362020c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configuration-ghc-92.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let
1919
doCheck = false;
2020
});
2121
} // (builtins.mapAttrs (_: drv: disableLibraryProfiling drv) {
22-
apply-refact = hsuper.apply-refact_0_12_0_0;
22+
apply-refact = hsuper.apply-refact_0_13_0_0;
2323

2424
# ptr-poker breaks on MacOS without SSE2 optimizations
2525
# https://github.com/nikita-volkov/ptr-poker/issues/11

configuration-ghc-94.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let
1313
{
1414
hlsDisabledPlugins = disabledPlugins;
1515
} // (builtins.mapAttrs (_: drv: disableLibraryProfiling drv) {
16-
apply-refact = hsuper.apply-refact_0_12_0_0;
16+
apply-refact = hsuper.apply-refact_0_13_0_0;
1717

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

configuration-ghc-96.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let
2828
broken = false;
2929
doCheck = false;
3030
});
31-
apply-refact = hsuper.apply-refact_0_12_0_0;
31+
apply-refact = hsuper.apply-refact_0_13_0_0;
3232
tagged = hself.callHackage "tagged" "0.8.7" { };
3333
primitive = hself.callHackage "primitive" "0.8.0.0" { };
3434
unix-compat = hself.callCabal2nix "unix-compat" inputs.haskell-unix-compat { };

0 commit comments

Comments
 (0)