File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 6
6
"hls-tactics-plugin"
7
7
"hls-brittany-plugin"
8
8
"hls-stylish-haskell-plugin"
9
- "hls-fourmolu-plugin"
10
9
] ;
11
10
12
11
hpkgsOverride = hself : hsuper :
13
12
with pkgs . haskell . lib ;
14
13
{
15
-
16
- # Released on hackage, but not in nixpkgs yet
17
- primitive-extras = hself . callCabal2nix "primitive-extras" ( pkgs . fetchFromGitHub {
18
- owner = "metrix-ai" ;
19
- repo = "primitive-extras" ;
20
- rev = "c758d7366b99d85889cb13425fc0140879f8b936" ;
21
- sha256 = "sha256-vTT7svbM7IkhyxYx2xQ8p1ptoYe+ndcMN5+j9qx++7E=" ;
22
- } ) { } ;
14
+ fourmolu = hself . fourmolu_0_4_0_0 ;
15
+ primitive-extras = hself . primitive-extras_0_10_1_2 ;
23
16
24
17
# Re-generate HLS drv excluding some plugins
25
18
haskell-language-server =
26
19
hself . callCabal2nixWithOptions "haskell-language-server" ./.
27
20
( pkgs . lib . concatStringsSep " " [
28
21
"-f-brittany"
29
- "-f-fourmolu"
30
22
"-f-stylishhaskell"
31
23
"-f-tactic"
32
24
] ) { } ;
You can’t perform that action at this time.
0 commit comments