[Pkg-haskell-commits] darcs: haskell-edit-distance: Add missed build dependency on random.
Joey Hess
joey at kitenet.net
Fri Jan 4 14:49:48 UTC 2013
Sat Apr 7 19:36:00 UTC 2012 Joey Hess <joey at kitenet.net>
* Add missed build dependency on random.
Ignore-this: bb7e0e99a34e02220cf06be7f814ea6d
M ./changelog +6
M ./control +3
Sat Apr 7 19:36:00 UTC 2012 Joey Hess <joey at kitenet.net>
* Add missed build dependency on random.
Ignore-this: bb7e0e99a34e02220cf06be7f814ea6d
diff -rN -u old-haskell-edit-distance//changelog new-haskell-edit-distance//changelog
--- old-haskell-edit-distance//changelog 2013-01-04 14:49:48.586742173 +0000
+++ new-haskell-edit-distance//changelog 2013-01-04 14:49:48.586742173 +0000
@@ -1,3 +1,9 @@
+haskell-edit-distance (0.2.1-2) unstable; urgency=low
+
+ * Add missed build dependency on random.
+
+ -- Joey Hess <joeyh at debian.org> Sat, 07 Apr 2012 15:31:17 -0400
+
haskell-edit-distance (0.2.1-1) unstable; urgency=low
* Initial release.
diff -rN -u old-haskell-edit-distance//control new-haskell-edit-distance//control
--- old-haskell-edit-distance//control 2013-01-04 14:49:48.578758279 +0000
+++ new-haskell-edit-distance//control 2013-01-04 14:49:48.590755296 +0000
@@ -8,7 +8,10 @@
, haskell-devscripts (>= 0.8)
, ghc
, ghc-prof
+ , libghc-random-dev
+ , libghc-random-prof
Build-Depends-Indep: ghc-doc
+ , libghc-random-doc
Standards-Version: 3.9.3
Homepage: http://hackage.haskell.org/package/edit-distance
Vcs-Git: http://anonscm.debian.org/git/pkg-haskell/haskell-edit-distance.git/
More information about the Pkg-haskell-commits
mailing list