[Pkg-haskell-commits] darcs: haskell-smtpclient: Dependencies fixed
mascellani at poisson.phc.unipi.it
mascellani at poisson.phc.unipi.it
Tue Jun 1 07:40:25 UTC 2010
Tue Jun 1 07:30:14 UTC 2010 mascellani at poisson.phc.unipi.it
* Dependencies fixed
Ignore-this: 5594a67130478794307528552550ffae
M ./control -3 +10
Tue Jun 1 07:30:14 UTC 2010 mascellani at poisson.phc.unipi.it
* Dependencies fixed
Ignore-this: 5594a67130478794307528552550ffae
diff -rN -u old-haskell-smtpclient/control new-haskell-smtpclient/control
--- old-haskell-smtpclient/control 2010-06-01 07:40:24.946817090 +0000
+++ new-haskell-smtpclient/control 2010-06-01 07:40:24.958817743 +0000
@@ -9,11 +9,18 @@
cdbs,
ghc6,
ghc6-prof,
- libghc6-hsemail-dev,
- libghc6-hsemail-prof
+ libghc6-hsemail-dev (>= 1.6),
+ libghc6-hsemail-prof (>= 1.6),
+ libghc6-network-dev,
+ libghc6-network-prof
Build-Depends-Indep:
ghc6-doc,
- libghc6-hsemail-doc
+ libghc6-hsemail-doc (>= 1.6),
+ libghc6-network-doc
+Build-Conflicts:
+ libghc6-hsemail-dev (>= 1.7),
+ libghc6-hsemail-prof (>= 1.7),
+ libghc6-hsemail-doc (>= 1.7)
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/smtpclient
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-smtpclient
More information about the Pkg-haskell-commits
mailing list