summaryrefslogtreecommitdiff
path: root/p/haskell-ltk
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2012-02-25 01:32:43 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2012-02-25 01:32:43 +0400
commitebf7d934aff770d12b59ae280b181f76dcf6dc47 (patch)
tree313afacf7269327dd07e039f9c471c80eefc82d0 /p/haskell-ltk
parentc465fd9365911194824e0838baa4b0d93d3a10a8 (diff)
downloadDHG_packages-ebf7d934aff770d12b59ae280b181f76dcf6dc47.tar.gz
haskell-ltk: Add forgotten patch
Diffstat (limited to 'p/haskell-ltk')
-rw-r--r--p/haskell-ltk/debian/patches/no-haddock-dep.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/p/haskell-ltk/debian/patches/no-haddock-dep.patch b/p/haskell-ltk/debian/patches/no-haddock-dep.patch
new file mode 100644
index 000000000..9a25b3f8a
--- /dev/null
+++ b/p/haskell-ltk/debian/patches/no-haddock-dep.patch
@@ -0,0 +1,15 @@
+Index: haskell-ltk-0.10.0.4/ltk.cabal
+===================================================================
+--- haskell-ltk-0.10.0.4.orig/ltk.cabal 2011-05-27 17:22:19.000000000 +0200
++++ haskell-ltk-0.10.0.4/ltk.cabal 2011-05-27 17:22:43.000000000 +0200
+@@ -20,9 +20,7 @@
+ containers >=0.2 && <0.5, filepath >=1.1.0 && <1.3,
+ glib >=0.10.0 && <0.13, gtk >=0.10.0 && <0.13,
+ mtl >=1.1.0.2 && <2.1, parsec >=3 && <3.2,
+- pretty >=1.0.1.0 && <1.1,
+- -- Make sure we get the Cabal compaitble with ghc and haddock
+- haddock <2.10, ghc <7.3
++ pretty >=1.0.1.0 && <1.1
+ exposed-modules: Default MyMissing Control.Event
+ Graphics.UI.Editor.Basics Graphics.UI.Editor.Composite
+ Graphics.UI.Editor.DescriptionPP Graphics.UI.Editor.MakeEditor