File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
inputs = {
3
- nixpkgs . url = "github:nixos/nixpkgs" ;
3
+ nixpkgs . url = "github:nixos/nixpkgs/haskell-updates " ;
4
4
flake-parts . url = "github:hercules-ci/flake-parts" ;
5
5
haskell-flake . url = "github:srid/haskell-flake" ;
6
6
flake-root . url = "github:srid/flake-root" ;
56
56
fourmolu . check = false ;
57
57
hls-plugin-api . jailbreak = true ;
58
58
ghcide . jailbreak = true ;
59
+ # stylish-haskell.jailbreak = true;
59
60
haskell-language-server . jailbreak = true ;
60
61
61
62
Diff = { super , ... } :
79
80
{ custom = _ : super . ghc-lib-parser-ex_9_12_0_0 ; } ;
80
81
ghc-lib-parser = { super , ... } :
81
82
{
82
- # custom = _: super.ghc-lib-parser_9_12_2_20250421;
83
- custom = _ : super . ghc-lib-parser_9_12_2_20250320 ;
83
+ custom = _ : super . ghc-lib-parser_9_12_2_20250421 ;
84
+ # custom = _: super.ghc-lib-parser_9_12_2_20250320;
84
85
} ;
85
86
} ;
86
87
packages = {
87
88
# https://community.flake.parts/haskell-flake/dependency#path
88
89
# tls.source = "1.9.0";
89
90
fourmolu . source = "0.18.0.0" ;
91
+ stylish-haskell . source = "0.15.1.0" ;
90
92
} ;
91
93
devShell = {
92
94
tools = hp : {
You can’t perform that action at this time.
0 commit comments