File tree 5 files changed +40
-302
lines changed
5 files changed +40
-302
lines changed Original file line number Diff line number Diff line change 18
18
# https://github.com/nikita-volkov/ptr-poker/issues/11
19
19
ptr-poker = hself . callCabal2nix "ptr-poker" inputs . ptr-poker { } ;
20
20
21
- ghc-lib = hself . ghc-lib_9_2_2_20220307 ;
21
+ ghc-lib = hself . ghc-lib_9_2_4_20220729 ;
22
22
ghc-lib-parser = hself . ghc-lib-parser_9_2_4_20220729 ;
23
- ghc-lib-parser-ex = hself . ghc-lib-parser-ex_9_2_0_4 ;
23
+ ghc-lib-parser-ex = hself . ghc-lib-parser-ex_9_2_1_1 ;
24
24
25
25
Cabal = hself . Cabal_3_6_3_0 ;
26
26
ormolu = hself . ormolu_0_5_0_1 ;
27
- fourmolu = hself . fourmolu_0_6_0_0 ;
27
+
28
28
# Hlint is still broken
29
29
hlint = doJailbreak ( hself . callCabal2nix "hlint" inputs . hlint-34 { } ) ;
30
30
Original file line number Diff line number Diff line change 24
24
# https://github.com/nikita-volkov/ptr-poker/issues/11
25
25
ptr-poker = hself . callCabal2nix "ptr-poker" inputs . ptr-poker { } ;
26
26
27
- ghc-exactprint =
28
- hself . callCabal2nix "ghc-exactprint" inputs . ghc-exactprint-150 { } ;
29
27
# Hlint is still broken
30
28
hlint = doJailbreak ( hself . callCabal2nix "hlint" inputs . hlint { } ) ;
31
29
Original file line number Diff line number Diff line change 31
31
32
32
stylish-haskell = appendConfigureFlag hsuper . stylish-haskell "-fghc-lib" ;
33
33
34
- cereal = hsuper . callHackage "cereal" "0.5.8.3" { } ;
35
- base-compat = hsuper . callHackage "base-compat" "0.12.2" { } ;
36
- base-compat-batteries = hsuper . callHackage "base-compat-batteries" "0.12.2" { } ;
37
- hashable = hsuper . callHackage "hashable" "1.4.1.0" { } ;
38
- primitive = hsuper . callHackage "primitive" "0.7.4.0" { } ;
39
- ghc-check = hsuper . callHackage "ghc-check" "0.5.0.8" { } ;
40
- lens = hsuper . callHackage "lens" "5.2" { } ;
41
- integer-logarithms = hsuper . callHackage "integer-logarithms" "1.0.3.1" { } ;
42
- hiedb = hsuper . callHackage "hiedb" "0.4.2.0" { } ;
43
- hie-bios = hsuper . callHackage "hie-bios" "0.11.0" { } ;
44
- lsp = hsuper . callCabal2nix "lsp" inputs . lsp { } ;
45
- lsp-types = hsuper . callCabal2nix "lsp-types" inputs . lsp-types { } ;
46
-
47
34
# Re-generate HLS drv excluding some plugins
48
35
haskell-language-server =
49
36
hself . callCabal2nixWithOptions "haskell-language-server" ./.
You can’t perform that action at this time.
0 commit comments