Skip to content

Commit 799f412

Browse files
authored
Merge pull request #1438 from peterbecich/flake-update
`nix flake update`
2 parents 8dc26ea + 8f5336a commit 799f412

File tree

2 files changed

+13
-51
lines changed

2 files changed

+13
-51
lines changed

flake.lock

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:nixos/nixpkgs/haskell-updates";
3+
nixpkgs.url = "github:nixos/nixpkgs";
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";
@@ -48,55 +48,18 @@
4848
settings = {
4949
hackage-server.check = false;
5050

51-
cabal-add.jailbreak = true;
52-
cabal-install-parsers.jailbreak = true;
53-
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
5451
Cabal-syntax = { super, ... }:
55-
{ custom = _: super.Cabal-syntax_3_14_2_0; };
52+
{ custom = _: super.Cabal-syntax_3_16_0_0; };
5653
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; };
6555

66-
Diff = { super, ... }:
67-
{ custom = _: super.Diff_1_0_2; };
56+
sandwich.check = false;
6857

69-
threads.check = false;
7058
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-
};
9459
};
9560
packages = {
9661
# https://community.flake.parts/haskell-flake/dependency#path
9762
# tls.source = "1.9.0";
98-
fourmolu.source = "0.18.0.0";
99-
stylish-haskell.source = "0.15.1.0";
10063
};
10164
devShell = {
10265
tools = hp: {

0 commit comments

Comments
 (0)