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 2222 settings = {
2323 hackage-server . check = false ;
2424 heist . check = false ;
25+ fourmolu . check = false ;
2526 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 ;
2632 } ;
2733 packages = {
2834 Cabal . source = "3.10.1.0" ;
2935 Cabal-syntax . source = "3.10.1.0" ;
3036 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" ;
3245 } ;
3346 devShell = {
3447 tools = hp : {
35- # Setting to null should remove this tool from defaults.
36- haskell-language-server = null ;
3748 inherit ( pkgs )
3849 cabal-install
3950 ghc
You can’t perform that action at this time.
0 commit comments