Skip to content

Commit b4184a5

Browse files
authored
Merge pull request #1253 from peterbecich/flake-update
`nix flake update`
2 parents 613f5eb + 9c91563 commit b4184a5

File tree

2 files changed

+26
-15
lines changed

2 files changed

+26
-15
lines changed

flake.lock

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

flake.nix

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,29 @@
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

0 commit comments

Comments
 (0)