summaryrefslogtreecommitdiff
path: root/p/haskell-regex-tdfa/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2011-06-13 17:35:08 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2011-06-13 17:35:08 +0400
commitc5deecc7b9107e9df74574f60d2712b6bf1973da (patch)
treeb4b1d4495dda4718cbff5bca33fbea20962b2a98 /p/haskell-regex-tdfa/debian
parentdcd0836928b836be9face994bd7cb19e321b920f (diff)
downloadDHG_packages-c5deecc7b9107e9df74574f60d2712b6bf1973da.tar.gz
haskell-regex-tdfa: Build against parsec-3
Diffstat (limited to 'p/haskell-regex-tdfa/debian')
-rw-r--r--p/haskell-regex-tdfa/debian/changelog6
-rw-r--r--p/haskell-regex-tdfa/debian/control11
2 files changed, 11 insertions, 6 deletions
diff --git a/p/haskell-regex-tdfa/debian/changelog b/p/haskell-regex-tdfa/debian/changelog
index 3b03a478d..0c663e9be 100644
--- a/p/haskell-regex-tdfa/debian/changelog
+++ b/p/haskell-regex-tdfa/debian/changelog
@@ -1,3 +1,9 @@
+haskell-regex-tdfa (1.1.7-2) unstable; urgency=low
+
+ * Build against parsec-3
+
+ -- Joachim Breitner <nomeata@debian.org> Mon, 13 Jun 2011 15:32:00 +0200
+
haskell-regex-tdfa (1.1.7-1) unstable; urgency=high
[ Erik de Castro Lopo ]
diff --git a/p/haskell-regex-tdfa/debian/control b/p/haskell-regex-tdfa/debian/control
index ebc129284..54cc8f994 100644
--- a/p/haskell-regex-tdfa/debian/control
+++ b/p/haskell-regex-tdfa/debian/control
@@ -10,15 +10,17 @@ Build-Depends:
ghc,
ghc-prof,
ghc-doc,
- libghc-parsec2-dev,
- libghc-parsec2-prof,
- libghc-parsec2-doc,
+ libghc-parsec3-dev,
+ libghc-parsec3-prof,
+ libghc-parsec3-doc,
libghc-regex-base-dev (>= 0.93.1),
libghc-regex-base-prof,
libghc-regex-base-doc,
libghc-mtl-dev,
libghc-mtl-prof,
libghc-mtl-doc,
+Build-Conflicts:
+ libghc-parsec2-dev
Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/regex-tdfa
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-regex-tdfa
@@ -31,7 +33,6 @@ Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Description: Haskell library for a tagged DFA regex engine
- .
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
@@ -51,7 +52,6 @@ Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Description: Profiling libraries for the tagged DFA regex engine
- .
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
@@ -71,7 +71,6 @@ Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Description: Documentation for the tagged DFA regex engine
- .
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).