[Pkg-haskell-commits] darcs: haskell-texmath: Build against parsec v3 (Closes: #600691)
Joachim Breitner
mail at joachim-breitner.de
Tue Oct 19 18:05:04 UTC 2010
Tue Oct 19 18:03:03 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Build against parsec v3 (Closes: #600691)
Ignore-this: 8393c383ccb01277c0ee1e173b175e77
M ./changelog +1
M ./control -3 +3
A ./patches/
A ./patches/force_parsec3.patch
A ./patches/series
Tue Oct 19 18:03:03 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Build against parsec v3 (Closes: #600691)
Ignore-this: 8393c383ccb01277c0ee1e173b175e77
diff -rN -u old-haskell-texmath/changelog new-haskell-texmath/changelog
--- old-haskell-texmath/changelog 2010-10-19 18:05:03.086675423 +0000
+++ new-haskell-texmath/changelog 2010-10-19 18:05:03.094675846 +0000
@@ -1,6 +1,7 @@
haskell-texmath (0.3.0.3-1) UNRELEASED; urgency=low
* New upstream release
+ * Build against parsec v3 (Closes: #600691)
-- Joachim Breitner <nomeata at debian.org> Tue, 19 Oct 2010 19:58:11 +0200
diff -rN -u old-haskell-texmath/control new-haskell-texmath/control
--- old-haskell-texmath/control 2010-10-19 18:05:03.086675423 +0000
+++ new-haskell-texmath/control 2010-10-19 18:05:03.090675635 +0000
@@ -11,12 +11,12 @@
ghc6-prof,
libghc6-xml-dev,
libghc6-xml-prof,
- libghc6-parsec2-dev,
- libghc6-parsec2-prof,
+ libghc6-parsec3-dev,
+ libghc6-parsec3-prof,
Build-Depends-Indep:
ghc6-doc,
libghc6-xml-doc,
- libghc6-parsec2-doc
+ libghc6-parsec3-doc
Standards-Version: 3.9.1
Homepage: http://hackage.haskell.org/package/texmath
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-texmath
diff -rN -u old-haskell-texmath/patches/force_parsec3.patch new-haskell-texmath/patches/force_parsec3.patch
--- old-haskell-texmath/patches/force_parsec3.patch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-texmath/patches/force_parsec3.patch 2010-10-19 18:05:03.086675423 +0000
@@ -0,0 +1,13 @@
+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 -rN -u old-haskell-texmath/patches/series new-haskell-texmath/patches/series
--- old-haskell-texmath/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-texmath/patches/series 2010-10-19 18:05:03.086675423 +0000
@@ -0,0 +1 @@
+force_parsec3.patch
More information about the Pkg-haskell-commits
mailing list