[Pkg-haskell-commits] darcs: haskell-monadrandom: Build-Depend on libghc-random-dev because GHC doesn't come with it anymore.
Iulian Udrea
iulian at physics.org
Sat Feb 4 23:10:05 UTC 2012
Sat Feb 4 23:07:34 UTC 2012 Iulian Udrea <iulian at physics.org>
* Build-Depend on libghc-random-dev because GHC doesn't come with it anymore.
Ignore-this: a58ef661f8f8a4fc191bdeaea8f8ad7f
M ./changelog -1 +6
M ./control +3
Sat Feb 4 23:07:34 UTC 2012 Iulian Udrea <iulian at physics.org>
* Build-Depend on libghc-random-dev because GHC doesn't come with it anymore.
Ignore-this: a58ef661f8f8a4fc191bdeaea8f8ad7f
diff -rN -u old-haskell-monadrandom//changelog new-haskell-monadrandom//changelog
--- old-haskell-monadrandom//changelog 2012-02-04 23:10:04.891247892 +0000
+++ new-haskell-monadrandom//changelog 2012-02-04 23:10:04.907250261 +0000
@@ -1,6 +1,11 @@
haskell-monadrandom (0.1.6-2) UNRELEASED; urgency=low
- * Fix watchfile.
+ [ Joachim Breitner ]
+ * Fix watchfile.
+
+ [ Iulian Udrea ]
+ * Build-Depend on libghc-random-dev because GHC doesn't come with it
+ anymore.
-- Joachim Breitner <nomeata at debian.org> Wed, 15 Jun 2011 14:43:56 +0200
diff -rN -u old-haskell-monadrandom//control new-haskell-monadrandom//control
--- old-haskell-monadrandom//control 2012-02-04 23:10:04.879247466 +0000
+++ new-haskell-monadrandom//control 2012-02-04 23:10:04.907250261 +0000
@@ -10,8 +10,11 @@
, ghc-prof
, libghc-mtl-dev
, libghc-mtl-prof
+ , libghc-random-dev
+ , libghc-random-prof
Build-Depends-Indep: ghc-doc
, libghc-mtl-doc
+ , libghc-random-doc
Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/monadrandom
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-monadrandom
More information about the Pkg-haskell-commits
mailing list