File tree 3 files changed +5
-4
lines changed 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 19
19
doCheck = false ;
20
20
} ) ;
21
21
} // ( builtins . mapAttrs ( _ : drv : disableLibraryProfiling drv ) {
22
- apply-refact = hsuper . apply-refact_0_13_0_0 ;
22
+ apply-refact = hself . callHackage " apply-refact" "0.13.0.0" { } ;
23
23
24
24
# ptr-poker breaks on MacOS without SSE2 optimizations
25
25
# https://github.com/nikita-volkov/ptr-poker/issues/11
Original file line number Diff line number Diff line change 13
13
{
14
14
hlsDisabledPlugins = disabledPlugins ;
15
15
} // ( builtins . mapAttrs ( _ : drv : disableLibraryProfiling drv ) {
16
- apply-refact = hsuper . apply-refact_0_13_0_0 ;
16
+ apply-refact = hself . callHackage " apply-refact" "0.13.0.0" { } ;
17
17
18
18
stylish-haskell = appendConfigureFlag hsuper . stylish-haskell "-fghc-lib" ;
19
19
Original file line number Diff line number Diff line change 28
28
broken = false ;
29
29
doCheck = false ;
30
30
} ) ;
31
- apply-refact = hsuper . apply-refact_0_13_0_0 ;
31
+
32
+ apply-refact = hself . callHackage "apply-refact" "0.13.0.0" { } ;
32
33
tagged = hself . callHackage "tagged" "0.8.7" { } ;
33
34
primitive = hself . callHackage "primitive" "0.8.0.0" { } ;
34
35
unix-compat = hself . callCabal2nix "unix-compat" inputs . haskell-unix-compat { } ;
42
43
# https://github.com/nikita-volkov/ptr-poker/issues/11
43
44
ptr-poker = hself . callCabal2nix "ptr-poker" inputs . ptr-poker { } ;
44
45
45
- ormolu = hself . ormolu_0_5_3_0 ;
46
+ ormolu = hself . callHackage "ormolu" "0.5.3.0" { } ;
46
47
47
48
# TODO: smunix: nix fails to build fourmolu-0.13 from Hackage with these errors:
48
49
# tar: */fourmolu/0.13.0.0/fourmolu.json: Not found in archive
You can’t perform that action at this time.
0 commit comments