|
1 | 1 | { |
2 | 2 | inputs = { |
3 | | - nixpkgs.url = "github:nixos/nixpkgs/haskell-updates"; |
| 3 | + nixpkgs.url = "github:nixos/nixpkgs"; |
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"; |
|
48 | 48 | settings = { |
49 | 49 | hackage-server.check = false; |
50 | 50 |
|
51 | | - cabal-add.jailbreak = true; |
52 | | - cabal-install-parsers.jailbreak = true; |
53 | | - # https://community.flake.parts/haskell-flake/dependency#nixpkgs |
54 | 51 | Cabal-syntax = { super, ... }: |
55 | | - { custom = _: super.Cabal-syntax_3_14_2_0; }; |
| 52 | + { custom = _: super.Cabal-syntax_3_16_0_0; }; |
56 | 53 | Cabal = { super, ... }: |
57 | | - { custom = _: super.Cabal_3_14_2_0; }; |
58 | | - fourmolu.check = false; |
59 | | - doctest.check = false; |
60 | | - system-filepath.check = false; |
61 | | - hls-plugin-api.jailbreak = true; |
62 | | - ghcide.jailbreak = true; |
63 | | - # stylish-haskell.jailbreak = true; |
64 | | - haskell-language-server.jailbreak = true; |
| 54 | + { custom = _: super.Cabal_3_16_0_0; }; |
65 | 55 |
|
66 | | - Diff = { super, ... }: |
67 | | - { custom = _: super.Diff_1_0_2; }; |
| 56 | + sandwich.check = false; |
68 | 57 |
|
69 | | - threads.check = false; |
70 | 58 | unicode-data.check = false; |
71 | | - tree-diff.check = false; |
72 | | - |
73 | | - ormolu = { super, ... }: |
74 | | - { custom = _: super.ormolu_0_8_0_0; |
75 | | - check = false; |
76 | | - }; |
77 | | - extensions = { super, ... }: |
78 | | - { custom = _: super.extensions_0_1_0_3; |
79 | | - jailbreak = true; |
80 | | - }; |
81 | | - |
82 | | - brick = { super, ... }: |
83 | | - { custom = _: super.brick_2_9; }; |
84 | | - |
85 | | - hlint = { super, ... }: |
86 | | - { custom = _: super.hlint_3_10; }; |
87 | | - ghc-lib-parser-ex = { super, ... }: |
88 | | - { custom = _: super.ghc-lib-parser-ex_9_12_0_0; }; |
89 | | - ghc-lib-parser = { super, ... }: |
90 | | - { |
91 | | - custom = _: super.ghc-lib-parser_9_12_2_20250421; |
92 | | - # custom = _: super.ghc-lib-parser_9_12_2_20250320; |
93 | | - }; |
94 | 59 | }; |
95 | 60 | packages = { |
96 | 61 | # https://community.flake.parts/haskell-flake/dependency#path |
97 | 62 | # tls.source = "1.9.0"; |
98 | | - fourmolu.source = "0.18.0.0"; |
99 | | - stylish-haskell.source = "0.15.1.0"; |
100 | 63 | }; |
101 | 64 | devShell = { |
102 | 65 | tools = hp: { |
|
0 commit comments