Skip to content

Commit

Permalink
Merge pull request #80378 from simonchatts/hu-cabal-fmt
Browse files Browse the repository at this point in the history
haskell.cabal-fmt: override Cabal to version 3.0.x
  • Loading branch information
cdepillabout committed Feb 18, 2020
2 parents c0a22c4 + c39ed34 commit f829f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1413,4 +1413,7 @@ self: super: {
'';
});

# cabal-fmt requires Cabal3
cabal-fmt = super.cabal-fmt.override { Cabal = self.Cabal_3_0_0_0; };

} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
Original file line number Diff line number Diff line change
Expand Up @@ -3488,7 +3488,6 @@ broken-packages:
- cabal-dev
- cabal-dir
- cabal-flatpak
- cabal-fmt
- cabal-ghc-dynflags
- cabal-ghci
- cabal-graphdeps
Expand Down

0 comments on commit f829f1a

Please sign in to comment.