summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-04-07 23:36:00 +0400
committerJoey Hess <joey@kitenet.net>2012-04-07 23:36:00 +0400
commitaa71f69fad6e771a178f11e709fe004ea63152d1 (patch)
tree87b34e88126f1acaab028baca3cb08d8dc985ad6
parent0f2aa15db1605dec8890002682722fed31a1f1ac (diff)
downloadDHG_packages-aa71f69fad6e771a178f11e709fe004ea63152d1.tar.gz
haskell-edit-distance: Add missed build dependency on random.
-rw-r--r--p/haskell-edit-distance/debian/changelog6
-rw-r--r--p/haskell-edit-distance/debian/control3
2 files changed, 9 insertions, 0 deletions
diff --git a/p/haskell-edit-distance/debian/changelog b/p/haskell-edit-distance/debian/changelog
index 81243a451..3157bb06b 100644
--- a/p/haskell-edit-distance/debian/changelog
+++ b/p/haskell-edit-distance/debian/changelog
@@ -1,3 +1,9 @@
+haskell-edit-distance (0.2.1-2) unstable; urgency=low
+
+ * Add missed build dependency on random.
+
+ -- Joey Hess <joeyh@debian.org> Sat, 07 Apr 2012 15:31:17 -0400
+
haskell-edit-distance (0.2.1-1) unstable; urgency=low
* Initial release.
diff --git a/p/haskell-edit-distance/debian/control b/p/haskell-edit-distance/debian/control
index 8afdfa43a..833af00d8 100644
--- a/p/haskell-edit-distance/debian/control
+++ b/p/haskell-edit-distance/debian/control
@@ -8,7 +8,10 @@ Build-Depends: debhelper (>= 9)
, 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/