summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2012-02-25 19:51:56 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2012-02-25 19:51:56 +0400
commit6a40f840cd43f1facca08c2e24d9c5d2ffda1182 (patch)
treeb9192d0de26803f0da0260a6bf8ac3efe6befc68
parent8f3bba97df7aa6f818a21a9360c245cc09ba0a8c (diff)
downloadDHG_packages-6a40f840cd43f1facca08c2e24d9c5d2ffda1182.tar.gz
haskell-midi: Update build dependencies
-rw-r--r--p/haskell-midi/debian/control8
1 files changed, 6 insertions, 2 deletions
diff --git a/p/haskell-midi/debian/control b/p/haskell-midi/debian/control
index 851487e6e..147cd95ab 100644
--- a/p/haskell-midi/debian/control
+++ b/p/haskell-midi/debian/control
@@ -5,6 +5,8 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
ghc, ghc-prof,
+ libghc-random-dev,
+ libghc-random-prof,
libghc-event-list-dev (>= 0.0.9),
libghc-event-list-dev (<< 0.2),
libghc-event-list-prof,
@@ -14,8 +16,9 @@ Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
libghc-explicit-exception-dev (>= 0.1),
libghc-explicit-exception-dev (<< 0.2),
libghc-explicit-exception-prof,
- libghc-binary-dev (>= 0.4.2),
- libghc-binary-dev (<< 0.6),
+# libghc-binary-dev (>= 0.4.2), comes with GHC now
+# libghc-binary-dev (<< 0.6),
+ libghc-binary-dev,
libghc-binary-prof,
libghc-transformers-dev (>= 0.2),
libghc-transformers-dev (<< 0.3),
@@ -27,6 +30,7 @@ Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
libghc-quickcheck2-dev (<< 3),
libghc-quickcheck2-prof
Build-Depends-Indep: ghc-doc,
+ libghc-random-doc,
libghc-non-negative-doc,
libghc-transformers-doc,
libghc-explicit-exception-doc,