[Pkg-haskell-commits] darcs: haskell-filestore: Add missing hunit dependency.
Giovanni Mascellani
gio at debian.org
Wed May 9 22:06:25 UTC 2012
Wed May 9 21:53:19 UTC 2012 Giovanni Mascellani <gio at debian.org>
* Add missing hunit dependency.
Ignore-this: eb81ca5c5af0108f801fe1fe20848e99
M ./changelog +1
M ./control -1 +5
Wed May 9 21:53:19 UTC 2012 Giovanni Mascellani <gio at debian.org>
* Add missing hunit dependency.
Ignore-this: eb81ca5c5af0108f801fe1fe20848e99
diff -rN -u old-haskell-filestore//changelog new-haskell-filestore//changelog
--- old-haskell-filestore//changelog 2012-05-09 22:06:25.698407505 +0000
+++ new-haskell-filestore//changelog 2012-05-09 22:06:25.734408699 +0000
@@ -4,6 +4,7 @@
* Fix some lintian warnings.
* Slight updates in debian/copyright.
* Remove patch that fix dependencies in .cabal (merged upstream).
+ * Fix build dependencies.
-- Giovanni Mascellani <gio at debian.org> Wed, 09 May 2012 23:07:46 +0200
diff -rN -u old-haskell-filestore//control new-haskell-filestore//control
--- old-haskell-filestore//control 2012-05-09 22:06:25.698407505 +0000
+++ new-haskell-filestore//control 2012-05-09 22:06:25.710412151 +0000
@@ -28,7 +28,11 @@
libghc-diff-dev (>= 0.1.2),
libghc-diff-dev (<< 0.2),
libghc-diff-prof,
- libghc-diff-doc
+ libghc-diff-doc,
+ libghc-hunit-dev (>= 1.2),
+ libghc-hunit-dev (<< 1.3),
+ libghc-hunit-prof,
+ libghc-hunit-doc
Standards-Version: 3.9.3
Homepage: http://hackage.haskell.org/package/filestore
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-filestore
More information about the Pkg-haskell-commits
mailing list