summaryrefslogtreecommitdiff
path: root/p/haskell-ltk
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2010-06-01 23:57:19 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2010-06-01 23:57:19 +0400
commit010b763e787a6fd1369c980b4801e3fe0c89d113 (patch)
tree0c2212d8a9564b122838e8be210d3849107b412b /p/haskell-ltk
parent2e1eb86e4ea3238f49483249d46dc9a404e85dcd (diff)
downloadDHG_packages-010b763e787a6fd1369c980b4801e3fe0c89d113.tar.gz
haskell-ltk: Force parsec 2
Diffstat (limited to 'p/haskell-ltk')
-rw-r--r--p/haskell-ltk/debian/patches/force-parsec-2.patch13
-rw-r--r--p/haskell-ltk/debian/patches/series1
2 files changed, 14 insertions, 0 deletions
diff --git a/p/haskell-ltk/debian/patches/force-parsec-2.patch b/p/haskell-ltk/debian/patches/force-parsec-2.patch
new file mode 100644
index 000000000..e47d4fa06
--- /dev/null
+++ b/p/haskell-ltk/debian/patches/force-parsec-2.patch
@@ -0,0 +1,13 @@
+Index: haskell-ltk-0.8.0.6/ltk.cabal
+===================================================================
+--- haskell-ltk-0.8.0.6.orig/ltk.cabal 2010-06-01 21:56:45.000000000 +0200
++++ haskell-ltk-0.8.0.6/ltk.cabal 2010-06-01 21:57:02.000000000 +0200
+@@ -8,7 +8,7 @@
+ maintainer: maintainer@leksah.org
+ build-depends: Cabal >=1.6.0, base >=4.0.0.0 && <5.0.0.0,
+ containers >=0.2, filepath >=1.1.0, glib >=0.10.0, gtk >=0.10.0,
+- mtl >=1.1.0.2, parsec >=2.1.0.1, pretty >=1.0.1.0
++ mtl >=1.1.0.2, parsec >=2.1.0.1 && <3, pretty >=1.0.1.0
+ stability:
+ homepage: http://www.leksah.org
+ package-url: http://code.haskell.org/ltk
diff --git a/p/haskell-ltk/debian/patches/series b/p/haskell-ltk/debian/patches/series
new file mode 100644
index 000000000..99d07ad9e
--- /dev/null
+++ b/p/haskell-ltk/debian/patches/series
@@ -0,0 +1 @@
+force-parsec-2.patch