File tree Expand file tree Collapse file tree 2 files changed +26
-15
lines changed Expand file tree Collapse file tree 2 files changed +26
-15
lines changed Original file line number Diff line number Diff line change 22
22
settings = {
23
23
hackage-server . check = false ;
24
24
heist . check = false ;
25
+ fourmolu . check = false ;
25
26
threads . check = false ;
27
+ hls-cabal-plugin . check = false ;
28
+ hls-fourmolu-plugin . check = false ;
29
+ hw-prim . jailbreak = true ;
30
+ hw-hspec-hedgehog . jailbreak = true ;
31
+ hw-fingertree . jailbreak = true ;
26
32
} ;
27
33
packages = {
28
34
Cabal . source = "3.10.1.0" ;
29
35
Cabal-syntax . source = "3.10.1.0" ;
30
36
attoparsec-aeson . source = "2.1.0.0" ;
31
- hedgehog . source = "1.3" ;
37
+ hedgehog . source = "1.4" ;
38
+ ormolu . source = "0.7.2.0" ;
39
+ fourmolu . source = "0.13.1.0" ;
40
+ tasty-hedgehog . source = "1.4.0.2" ;
41
+ ghc-lib-parser . source = "9.6.2.20230523" ;
42
+ ghc-lib-parser-ex . source = "9.6.0.2" ;
43
+ hlint . source = "3.6.1" ;
44
+ stylish-haskell . source = "0.14.5.0" ;
32
45
} ;
33
46
devShell = {
34
47
tools = hp : {
35
- # Setting to null should remove this tool from defaults.
36
- haskell-language-server = null ;
37
48
inherit ( pkgs )
38
49
cabal-install
39
50
ghc
You can’t perform that action at this time.
0 commit comments