[Pkg-haskell-commits] darcs: haskell-regex-tdfa: Build against parsec-3

Joachim Breitner mail at joachim-breitner.de
Mon Jun 13 13:37:59 UTC 2011


Mon Jun 13 13:35:08 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Build against parsec-3
  Ignore-this: 160f63987752e623d0fe19e596be0c84

    M ./changelog +6
    M ./control -6 +5

Mon Jun 13 13:35:08 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Build against parsec-3
  Ignore-this: 160f63987752e623d0fe19e596be0c84
diff -rN -u old-haskell-regex-tdfa//changelog new-haskell-regex-tdfa//changelog
--- old-haskell-regex-tdfa//changelog	2011-06-13 13:37:59.680277529 +0000
+++ new-haskell-regex-tdfa//changelog	2011-06-13 13:37:59.684283114 +0000
@@ -1,3 +1,9 @@
+haskell-regex-tdfa (1.1.7-2) unstable; urgency=low
+
+  * Build against parsec-3
+
+ -- Joachim Breitner <nomeata at 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 -rN -u old-haskell-regex-tdfa//control new-haskell-regex-tdfa//control
--- old-haskell-regex-tdfa//control	2011-06-13 13:37:59.680277529 +0000
+++ new-haskell-regex-tdfa//control	2011-06-13 13:37:59.688283300 +0000
@@ -10,15 +10,17 @@
  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 @@
 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 @@
 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 @@
 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).





More information about the Pkg-haskell-commits mailing list