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

Joachim Breitner mail at joachim-breitner.de
Mon Jun 13 13:47:31 UTC 2011


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

    M ./changelog +6
    M ./control -3 +5
    M ./rules -1

Mon Jun 13 13:35:48 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Build against parsec 3
  Ignore-this: 138fa9d20e40c1912afa691c640f333d
diff -rN -u old-haskell-debian//changelog new-haskell-debian//changelog
--- old-haskell-debian//changelog	2011-06-13 13:47:30.888274340 +0000
+++ new-haskell-debian//changelog	2011-06-13 13:47:30.892274467 +0000
@@ -1,3 +1,9 @@
+haskell-debian (3.55-2) UNRELEASED; urgency=low
+
+  * Build against parsec 3
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 13 Jun 2011 15:35:44 +0200
+
 haskell-debian (3.55-1) unstable; urgency=low
 
   * Use ghc instead of ghc6
diff -rN -u old-haskell-debian//control new-haskell-debian//control
--- old-haskell-debian//control	2011-06-13 13:47:30.888274340 +0000
+++ new-haskell-debian//control	2011-06-13 13:47:30.892274467 +0000
@@ -10,8 +10,8 @@
   , ghc-prof
   , libghc-mtl-dev
   , libghc-mtl-prof
-  , libghc-parsec2-dev
-  , libghc-parsec2-prof
+  , libghc-parsec3-dev
+  , libghc-parsec3-prof
   , libghc-regex-compat-dev
   , libghc-regex-compat-prof
   , libghc-regex-tdfa-dev (>= 1.1.3)
@@ -31,7 +31,7 @@
   , libghc-utf8-string-prof
 Build-Depends-Indep: ghc-doc
   , libghc-mtl-doc
-  , libghc-parsec2-doc
+  , libghc-parsec3-doc
   , libghc-regex-compat-doc
   , libghc-regex-tdfa-doc
   , libghc-bzlib-doc
@@ -41,6 +41,8 @@
   , libghc-zlib-doc
   , libghc-network-doc
   , libghc-utf8-string-doc
+Build-Conflicts:
+  libghc-parsec2-dev
 Standards-Version: 3.9.2
 Homepage: http://hackage.haskell.org/package/debian
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-debian
diff -rN -u old-haskell-debian//rules new-haskell-debian//rules
--- old-haskell-debian//rules	2011-06-13 13:47:30.880272956 +0000
+++ new-haskell-debian//rules	2011-06-13 13:47:30.896274526 +0000
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 DEB_BUILD_DEPENDENCIES = build-arch
-DEB_SETUP_GHC6_CONFIGURE_ARGS := --constraint='parsec < 3'
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk





More information about the Pkg-haskell-commits mailing list