[Pkg-haskell-commits] darcs: haskell-debian: Update Build-Dependencies
Joachim Breitner
mail at joachim-breitner.de
Sun May 9 17:21:27 UTC 2010
Sun May 9 17:00:15 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Update Build-Dependencies
Ignore-this: d7ac3052faad4fc0d866188028394bad
M ./control -4 +11
M ./rules +1
Sun May 9 17:00:15 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Update Build-Dependencies
Ignore-this: d7ac3052faad4fc0d866188028394bad
diff -rN -u old-haskell-debian/control new-haskell-debian/control
--- old-haskell-debian/control 2010-05-09 17:21:27.628563556 +0000
+++ new-haskell-debian/control 2010-05-09 17:21:27.636563980 +0000
@@ -10,25 +10,32 @@
, ghc6-prof
, libghc6-mtl-dev
, libghc6-mtl-prof
+ , libghc6-parsec2-dev
+ , libghc6-parsec2-prof
, libghc6-regex-compat-dev
, libghc6-regex-compat-prof
- , libghc6-regex-posix-dev
- , libghc6-regex-posix-prof
+ , libghc6-regex-tdfa-dev
+ , libghc6-regex-tdfa-prof
, libghc6-bzlib-dev
, libghc6-bzlib-prof
- , libghc6-haxml-dev
+ , libghc6-haxml-dev (<< 1:1.14)
, libghc6-haxml-prof
, libghc6-unixutils-dev
, libghc6-unixutils-prof
, libghc6-zlib-dev
, libghc6-zlib-prof
+ , libghc6-network-dev
+ , libghc6-network-prof
Build-Depends-Indep: ghc6-doc
, libghc6-mtl-doc
+ , libghc6-parsec2-doc
, libghc6-regex-compat-doc
- , libghc6-regex-posix-doc
+ , libghc6-regex-tdfa-doc
, libghc6-bzlib-doc
+ , haxml-doc
, libghc6-unixutils-doc
, libghc6-zlib-doc
+ , libghc6-network-doc
Standards-Version: 3.8.4
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 2010-05-09 17:21:27.628563556 +0000
+++ new-haskell-debian/rules 2010-05-09 17:21:27.632563768 +0000
@@ -1,6 +1,7 @@
#!/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