summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2011-10-15 17:48:34 +0200
committerFlorian Franzmann2011-10-15 17:48:34 +0200
commitd2028b5517bd14110959b7d2bed45b258c325a57 (patch)
tree8ea832b67cc2888423430d88940000712b35673e
parent316e846335bcb628d6b2c70495ec39bbae383da8 (diff)
wm-addons/xmonad-contrib: added dependency on haskell-random
-rwxr-xr-xwm-addons/xmonad-contrib/DEPENDS1
-rw-r--r--wm-addons/xmonad-contrib/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/wm-addons/xmonad-contrib/DEPENDS b/wm-addons/xmonad-contrib/DEPENDS
index 5e87fb39c3..0cdfeaefc6 100755
--- a/wm-addons/xmonad-contrib/DEPENDS
+++ b/wm-addons/xmonad-contrib/DEPENDS
@@ -2,4 +2,5 @@ depends ghc &&
depends haskell-x11 &&
depends haskell-mtl &&
depends haskell-utf8-string &&
+depends haskell-random &&
depends xmonad
diff --git a/wm-addons/xmonad-contrib/HISTORY b/wm-addons/xmonad-contrib/HISTORY
index fed47d16e6..d30d3518af 100644
--- a/wm-addons/xmonad-contrib/HISTORY
+++ b/wm-addons/xmonad-contrib/HISTORY
@@ -1,3 +1,6 @@
+2011-10-15 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: add dependency on haskell-random
+
2010-12-28 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 0.9.2
* DEPENDS: added dependency on haskell-utf8-string