[Pkg-haskell-commits] darcs: haskell-tf-random: Fix build-depends

Joachim Breitner mail at joachim-breitner.de
Sat Jul 26 13:35:11 UTC 2014


Sat Jul 26 13:32:50 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix build-depends

    M ./control +3

Sat Jul 26 13:32:50 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix build-depends
diff -rN -u old-haskell-tf-random/control new-haskell-tf-random/control
--- old-haskell-tf-random/control	2014-07-26 13:35:11.555270591 +0000
+++ new-haskell-tf-random/control	2014-07-26 13:35:11.559270589 +0000
@@ -8,9 +8,12 @@
   , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
+  , libghc-primitive-dev (>= 0.3)
+  , libghc-primitive-prof
   , libghc-random-dev
   , libghc-random-prof
 Build-Depends-Indep: ghc-doc
+  , libghc-primitive-doc
   , libghc-random-doc
 Standards-Version: 3.9.2
 Homepage: http://hackage.haskell.org/package/tf-random




More information about the Pkg-haskell-commits mailing list