You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/haddock/files/haddock-2.6.1-cabal-1.8.patch

14 lines
292 B

diff --git a/haddock.cabal b/haddock.cabal
index 4a00ce1..5323628 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -71,7 +71,7 @@ executable haddock
pretty,
containers,
array,
- Cabal >= 1.5,
+ Cabal >= 1.5 && <1.10,
ghc >= 6.12 && < 6.14
if flag(in-ghc-tree)