Skip to content

Commit 8e9c500

Browse files
ulysses4everpeterbecich
authored andcommitted
nix: move to Cabal 3.10
1 parent 042a421 commit 8e9c500

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

flake.lock

Lines changed: 42 additions & 42 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
];
6161
packages.hackage-server.root = ./.; # Auto-discovered by haskell-flake
6262
overrides = self: super: {
63-
Cabal = super.Cabal_3_8_1_0;
64-
Cabal-syntax = super.Cabal-syntax_3_8_1_0;
65-
doctest-parallel = super.doctest-parallel_0_3_0;
63+
Cabal = super.Cabal_3_10_1_0;
64+
Cabal-syntax = super.Cabal-syntax_3_10_1_0;
65+
doctest-parallel = super.doctest-parallel_0_3_0_1;
6666

6767
ghc-lib-parser = super.ghc-lib-parser_9_4_4_20221225;
6868
ghc-lib-parser-ex = super.ghc-lib-parser-ex_9_4_0_0;
69-
text = super.text_2_0_1;
69+
text = super.text_2_0_2;
7070
parsec = self.callHackage "parsec" "3.1.16.1" {};
7171

7272
chell = pkgs.haskell.lib.doJailbreak (self.callHackage "chell" "0.5.0.1" {});

0 commit comments

Comments
 (0)