Skip to content

Commit

Permalink
PostProcess.hs: Cabal 2.2.0.1 has undeclared setup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 22, 2018
1 parent 06cc00a commit 7ccbd66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Distribution/Nixpkgs/Haskell/FromCabal/PostProcess.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ hooks =
, ("bindings-lxc", over (metaSection . platforms) (Set.filter (\(Platform _ os) -> os == Linux))) , ("bustle", set (libraryDepends . pkgconfig . contains "system-glib = pkgs.glib") True)
, ("bustle", set (libraryDepends . pkgconfig . contains "system-glib = pkgs.glib") True)
, ("Cabal", set doCheck False) -- test suite doesn't work in Nix
, ("Cabal >2.2", over (setupDepends . haskell) (Set.union (Set.fromList [bind "self.mtl", bind "self.parsec"]))) -- https://github.com/haskell/cabal/issues/5391
, ("cabal-helper", set doCheck False) -- https://github.com/DanielG/cabal-helper/issues/17
, ("cabal-install", set doCheck False . set phaseOverrides cabalInstallPostInstall)
, ("darcs", set phaseOverrides darcsInstallPostInstall . set doCheck False)
Expand Down

0 comments on commit 7ccbd66

Please sign in to comment.