summaryrefslogtreecommitdiff
path: root/p/haskell-texmath
diff options
context:
space:
mode:
authorGiovanni Mascellani <gio@debian.org>2012-05-09 11:54:43 +0400
committerGiovanni Mascellani <gio@debian.org>2012-05-09 11:54:43 +0400
commit6712735f09edd5cd7e7b489be57a7f285585ea96 (patch)
treed693ab948b3dc8520e671b6adc65ef0e608358ae /p/haskell-texmath
parent63b75423df9160400b82755ce9cff44707bcf37d (diff)
downloadDHG_packages-6712735f09edd5cd7e7b489be57a7f285585ea96.tar.gz
haskell-texmath: Dropping patch, since now upstream depends on parsec >= 3.
Diffstat (limited to 'p/haskell-texmath')
-rw-r--r--p/haskell-texmath/debian/patches/force_parsec3.patch13
-rw-r--r--p/haskell-texmath/debian/patches/series1
2 files changed, 0 insertions, 14 deletions
diff --git a/p/haskell-texmath/debian/patches/force_parsec3.patch b/p/haskell-texmath/debian/patches/force_parsec3.patch
deleted file mode 100644
index 9023e6039..000000000
--- a/p/haskell-texmath/debian/patches/force_parsec3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: haskell-texmath-0.3.0.3/texmath.cabal
-===================================================================
---- haskell-texmath-0.3.0.3.orig/texmath.cabal 2010-10-19 20:00:42.000000000 +0200
-+++ haskell-texmath-0.3.0.3/texmath.cabal 2010-10-19 20:00:47.000000000 +0200
-@@ -56,7 +56,7 @@
- default: False
-
- Library
-- Build-depends: xml, parsec >= 2, containers
-+ Build-depends: xml, parsec >= 3, containers
- if impl(ghc >= 6.10)
- Build-depends: base >= 4 && < 5, syb
- else
diff --git a/p/haskell-texmath/debian/patches/series b/p/haskell-texmath/debian/patches/series
deleted file mode 100644
index 5f042b348..000000000
--- a/p/haskell-texmath/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-force_parsec3.patch