summaryrefslogtreecommitdiff
path: root/p/haskell-network
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2011-03-27 08:38:39 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2011-03-27 08:38:39 +0400
commitfdedaa7fbf2e3d857a05972be293d5879d564858 (patch)
tree1ad79be6b5e64baa44430c6e63597a7d7f501e57 /p/haskell-network
parent2665076a6844846b02b2d867270121a07eef7acb (diff)
downloadDHG_packages-fdedaa7fbf2e3d857a05972be293d5879d564858.tar.gz
haskell-network: Switch to using parsec 3
Diffstat (limited to 'p/haskell-network')
-rw-r--r--p/haskell-network/debian/changelog1
-rw-r--r--p/haskell-network/debian/control8
-rwxr-xr-xp/haskell-network/debian/rules2
3 files changed, 6 insertions, 5 deletions
diff --git a/p/haskell-network/debian/changelog b/p/haskell-network/debian/changelog
index be544b65f..46625d17c 100644
--- a/p/haskell-network/debian/changelog
+++ b/p/haskell-network/debian/changelog
@@ -9,6 +9,7 @@ haskell-network (2.3.0.2-1) UNRELEASED; urgency=low
[ Joachim Breitner ]
* New upstream release
+ * Switch to using parsec 3
-- Joachim Breitner <nomeata@debian.org> Sat, 26 Mar 2011 22:12:04 +0530
diff --git a/p/haskell-network/debian/control b/p/haskell-network/debian/control
index d3ef880fd..d0a8bcb8d 100644
--- a/p/haskell-network/debian/control
+++ b/p/haskell-network/debian/control
@@ -5,14 +5,14 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
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 --git a/p/haskell-network/debian/rules b/p/haskell-network/debian/rules
index cc0394a2e..eee2cb15f 100755
--- a/p/haskell-network/debian/rules
+++ b/p/haskell-network/debian/rules
@@ -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