[Pkg-haskell-commits] darcs: haskell-smtpclient: Use << rather than < to mean less-than in Build-Depends.
Colin Watson
cjwatson at debian.org
Tue May 28 21:52:47 UTC 2013
Tue May 28 21:52:41 UTC 2013 Colin Watson <cjwatson at debian.org>
* Use << rather than < to mean less-than in Build-Depends.
Ignore-this: 9611eb2d15ca34aadaa9ab364967d9c
M ./changelog +4
M ./control -1 +1
Tue May 28 21:52:41 UTC 2013 Colin Watson <cjwatson at debian.org>
* Use << rather than < to mean less-than in Build-Depends.
Ignore-this: 9611eb2d15ca34aadaa9ab364967d9c
diff -rN -u old-haskell-smtpclient//changelog new-haskell-smtpclient//changelog
--- old-haskell-smtpclient//changelog 2013-05-28 21:52:47.342823605 +0000
+++ new-haskell-smtpclient//changelog 2013-05-28 21:52:47.359051998 +0000
@@ -1,8 +1,12 @@
haskell-smtpclient (1.0.4-7) UNRELEASED; urgency=low
+ [ Joachim Breitner ]
* Fix Vcs-Darcs url: http://darcs.debian.org/ instead of
http://darcs.debian.org/darcs/
+ [ Colin Watson ]
+ * Use << rather than < to mean less-than in Build-Depends.
+
-- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 17:01:49 +0200
haskell-smtpclient (1.0.4-6) unstable; urgency=low
diff -rN -u old-haskell-smtpclient//control new-haskell-smtpclient//control
--- old-haskell-smtpclient//control 2013-05-28 21:52:47.342823605 +0000
+++ new-haskell-smtpclient//control 2013-05-28 21:52:47.363252623 +0000
@@ -14,7 +14,7 @@
, libghc-network-dev
, libghc-network-prof
, libghc-extensible-exceptions-dev (>= 0.1)
- , libghc-extensible-exceptions-dev (< 0.2)
+ , libghc-extensible-exceptions-dev (<< 0.2)
, libghc-extensible-exceptions-prof
Build-Depends-Indep: ghc-doc
, libghc-hsemail-doc
More information about the Pkg-haskell-commits
mailing list