summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-11-18 13:42:07 +0000
committerMark Wright <gienah@gentoo.org>2012-11-18 13:42:07 +0000
commitc4c1d823ee1323034b1552990ad44d0075cfc07e (patch)
treeb5adc509bb95ecdfe218557b8a0a18cb74ff9183 /dev-haskell/haddock/files
parentVersion bump, remove old. (diff)
downloadgentoo-2-c4c1d823ee1323034b1552990ad44d0075cfc07e.tar.gz
gentoo-2-c4c1d823ee1323034b1552990ad44d0075cfc07e.tar.bz2
gentoo-2-c4c1d823ee1323034b1552990ad44d0075cfc07e.zip
Bump haddock to 2.13.1 with no keywords, as depends on ghc 7.6.1 which is not yet in portage
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/haddock/files')
-rw-r--r--dev-haskell/haddock/files/haddock-2.13.1-drop-tools.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-haskell/haddock/files/haddock-2.13.1-drop-tools.patch b/dev-haskell/haddock/files/haddock-2.13.1-drop-tools.patch
new file mode 100644
index 000000000000..f8e4365674c4
--- /dev/null
+++ b/dev-haskell/haddock/files/haddock-2.13.1-drop-tools.patch
@@ -0,0 +1,13 @@
+--- haddock-2.13.1-orig/haddock.cabal 2012-10-11 21:56:14.000000000 +1100
++++ haddock-2.13.1/haddock.cabal 2012-10-11 22:21:37.594323046 +1100
+@@ -108,10 +108,6 @@
+
+ library
+ default-language: Haskell2010
+- -- In a GHC tree - in particular, in a source tarball - we don't
+- -- require alex or happy
+- if !flag(in-ghc-tree)
+- build-tools: alex >= 2.3, happy >= 1.18
+ build-depends:
+ base >= 4.3 && < 4.7,
+ filepath,