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 11{
22 inputs = {
3- nixpkgs . url = "github:nixos/nixpkgs" ;
3+ nixpkgs . url = "github:nixos/nixpkgs/haskell-updates " ;
44 flake-parts . url = "github:hercules-ci/flake-parts" ;
55 haskell-flake . url = "github:srid/haskell-flake" ;
66 flake-root . url = "github:srid/flake-root" ;
5656 fourmolu . check = false ;
5757 hls-plugin-api . jailbreak = true ;
5858 ghcide . jailbreak = true ;
59+ # stylish-haskell.jailbreak = true;
5960 haskell-language-server . jailbreak = true ;
6061
6162 Diff = { super , ... } :
7980 { custom = _ : super . ghc-lib-parser-ex_9_12_0_0 ; } ;
8081 ghc-lib-parser = { super , ... } :
8182 {
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;
8485 } ;
8586 } ;
8687 packages = {
8788 # https://community.flake.parts/haskell-flake/dependency#path
8889 # tls.source = "1.9.0";
8990 fourmolu . source = "0.18.0.0" ;
91+ stylish-haskell . source = "0.15.1.0" ;
9092 } ;
9193 devShell = {
9294 tools = hp : {
You can’t perform that action at this time.
0 commit comments