summaryrefslogtreecommitdiff
path: root/p/haskell-ltk
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-ltk')
-rw-r--r--p/haskell-ltk/debian/patches/bump-mtl-dependency16
-rw-r--r--p/haskell-ltk/debian/patches/series1
2 files changed, 0 insertions, 17 deletions
diff --git a/p/haskell-ltk/debian/patches/bump-mtl-dependency b/p/haskell-ltk/debian/patches/bump-mtl-dependency
deleted file mode 100644
index ce46881aa..000000000
--- a/p/haskell-ltk/debian/patches/bump-mtl-dependency
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Bump mtl and transformers dependency
-Author: Joachim Breitner <nomeata@debian.org>
-
---- haskell-ltk-0.12.0.0.orig/ltk.cabal
-+++ haskell-ltk-0.12.0.0/ltk.cabal
-@@ -19,8 +19,8 @@ Library
- build-depends: Cabal >=1.6.0 && <1.15, base >=4.0.0.0 && <4.6,
- containers >=0.2 && <0.5, filepath >=1.1.0 && <1.4,
- 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.2, transformers >=0.2.2.0 && <0.3
-+ mtl >=1.1.0.2 && <2.2, parsec >=2.1.0.1 && <3.2,
-+ pretty >=1.0.1.0 && <1.2, transformers >=0.2.2.0 && <0.4
-
- exposed-modules: Default MyMissing Control.Event
- Graphics.UI.Editor.Basics Graphics.UI.Editor.Composite
diff --git a/p/haskell-ltk/debian/patches/series b/p/haskell-ltk/debian/patches/series
index d95779981..7683d2427 100644
--- a/p/haskell-ltk/debian/patches/series
+++ b/p/haskell-ltk/debian/patches/series
@@ -1,2 +1 @@
force-parsec-3.patch
-bump-mtl-dependency