[Pkg-haskell-commits] darcs: haskell-network: Switch to using parsec 3

Joachim Breitner mail at joachim-breitner.de
Sun Mar 27 04:58:04 UTC 2011


Sun Mar 27 04:38:39 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Switch to using parsec 3 
  Ignore-this: c0af2ea0e640c45504816a7ac7ed5344

    M ./changelog +1
    M ./control -4 +4
    M ./rules -1 +1

Sun Mar 27 04:38:39 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Switch to using parsec 3 
  Ignore-this: c0af2ea0e640c45504816a7ac7ed5344
diff -rN -u old-haskell-network/changelog new-haskell-network/changelog
--- old-haskell-network/changelog	2011-03-27 04:58:04.426338668 +0000
+++ new-haskell-network/changelog	2011-03-27 04:58:04.434339090 +0000
@@ -9,6 +9,7 @@
 
   [ Joachim Breitner ]
   * New upstream release 
+  * Switch to using parsec 3 
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 26 Mar 2011 22:12:04 +0530
 
diff -rN -u old-haskell-network/control new-haskell-network/control
--- old-haskell-network/control	2011-03-27 04:58:04.426338668 +0000
+++ new-haskell-network/control	2011-03-27 04:58:04.434339090 +0000
@@ -5,14 +5,14 @@
 Standards-Version: 3.8.4
 Build-Depends:
  debhelper (>= 7),
- haskell-devscripts (>= 0.7),
+ haskell-devscripts (>= 0.8),
  cdbs,
  ghc,
  ghc-prof,
  ghc-doc,
- libghc-parsec2-dev,
- libghc-parsec2-prof,
- libghc-parsec2-doc,
+ libghc-parsec3-dev,
+ libghc-parsec3-prof,
+ libghc-parsec3-doc,
  libghc-mtl-doc,
 Homepage: http://hackage.haskell.org/package/network
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-network
diff -rN -u old-haskell-network/rules new-haskell-network/rules
--- old-haskell-network/rules	2011-03-27 04:58:04.426338668 +0000
+++ new-haskell-network/rules	2011-03-27 04:58:04.434339090 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_SETUP_GHC6_CONFIGURE_ARGS := --constraint='parsec<3'
+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