summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-03-25 14:25:09 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-03-25 14:25:09 +0000
commit0f58f0718b9b41a5be65deb94ba287ca6d037cbf (patch)
tree3a90bba38c542962ce2115feffacd4ae927f9fe4 /dev-haskell/haddock/files
parentMarking Module-Runtime-0.13.0 ~ppc64 for bug 403413 (diff)
downloadgentoo-2-0f58f0718b9b41a5be65deb94ba287ca6d037cbf.tar.gz
gentoo-2-0f58f0718b9b41a5be65deb94ba287ca6d037cbf.tar.bz2
gentoo-2-0f58f0718b9b41a5be65deb94ba287ca6d037cbf.zip
Get rid of dev-haskell/happy and dev-haskell/alex depends (reported by judu).
(Portage version: 2.2.0_alpha91/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/haddock/files')
-rw-r--r--dev-haskell/haddock/files/haddock-2.10.0-drop-tools.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-haskell/haddock/files/haddock-2.10.0-drop-tools.patch b/dev-haskell/haddock/files/haddock-2.10.0-drop-tools.patch
new file mode 100644
index 000000000000..f7f7f4a3ee1e
--- /dev/null
+++ b/dev-haskell/haddock/files/haddock-2.10.0-drop-tools.patch
@@ -0,0 +1,26 @@
+diff --git a/haddock.cabal b/haddock.cabal
+index 84d3c2a..9587450 100644
+--- a/haddock.cabal
++++ b/haddock.cabal
+@@ -78,10 +78,6 @@ flag test
+
+ executable haddock
+ 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.6,
+ filepath,
+@@ -140,10 +136,6 @@ executable haddock
+
+ 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.6,
+ filepath,