Skip to content

Commit

Permalink
Downgrade cabal version from 3.14.1.0 to 3.12.1.0 (#6824)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored Feb 5, 2025
1 parent 2f47d80 commit f60b2f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
let

tools = project.tools {
cabal = "latest";
# "latest" cabal would be 3.14.1.0 which breaks haddock generation.
# TODO update cabal version once haddock generation is fixed upstream.
cabal = "3.12.1.0";
cabal-fmt = "latest";
haskell-language-server = "latest";
fourmolu = "latest";
Expand Down

0 comments on commit f60b2f8

Please sign in to comment.