New commits:
commit 33bcf2755b476cceb4afcd32bde7e92b244877fc
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
haskell/haskell-xmonad-contrib: version 0.11.4
commit a23ce75270a4ef05f373d4ce57d808c4fc03427e
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
haskell/haskell-old-time: new spell, Haskell old time library
commit 9a2cd3d7b12b8b75b339c9501d5ea298a12f71a2
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
haskell/haskell-xmonad: version 0.11.1
diff --git a/ChangeLog b/ChangeLog
index cc5b397..9815e26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2015-03-29 Pavel Vinogradov <public AT sourcemage.org>
* haskell/haskell-old-locale: new spell, a Haskell locale package
+ * haskell/haskell-old-time: new spell, a Haskell old time package
2015-03-29 Ismael Luceno <ismael AT sourcemage.org>
* devel/mcpp: new spell, a portable C preprocessor
diff --git a/haskell/haskell-old-time/DEPENDS
b/haskell/haskell-old-time/DEPENDS
new file mode 100755
index 0000000..3de4172
--- /dev/null
+++ b/haskell/haskell-old-time/DEPENDS
@@ -0,0 +1,2 @@
+depends ghc &&
+depends haskell-old-locale
diff --git a/haskell/haskell-old-time/DETAILS
b/haskell/haskell-old-time/DETAILS
new file mode 100755
index 0000000..bd32c95
--- /dev/null
+++ b/haskell/haskell-old-time/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=haskell-old-time
+ VERSION=1.1.0.3
+ SOURCE="old-time-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://hackage.haskell.org/package/old-time-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:a701c62266f9f3c6dc60eba970b6c25a61bf82b6b8bb6b0073e0e44908598926fe7813a7ae1b1f9da98e4861a8f0565d0bd025cb97307b71c08cb9b0b2e321bb
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/old-time-${VERSION}"
+ WEB_SITE="http://hackage.haskell.org/package/old-time"
+ LICENSE[0]=BSD
+ ENTERED=20150329
+ SHORT="Haskell old time package"
+cat << EOF
+This package provides the old time library
+EOF
diff --git a/haskell/haskell-old-time/HISTORY
b/haskell/haskell-old-time/HISTORY
new file mode 100644
index 0000000..e935518
--- /dev/null
+++ b/haskell/haskell-old-time/HISTORY
@@ -0,0 +1,3 @@
+2015-03-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/haskell/haskell-xmonad-contrib/DEPENDS
b/haskell/haskell-xmonad-contrib/DEPENDS
index 82aef12..ca5be17 100755
--- a/haskell/haskell-xmonad-contrib/DEPENDS
+++ b/haskell/haskell-xmonad-contrib/DEPENDS
@@ -2,6 +2,8 @@ depends ghc &&
depends haskell-x11 &&
depends haskell-mtl &&
depends haskell-utf8-string &&
+depends haskell-old-locale &&
+depends haskell-old-time &&
depends haskell-random &&
depends haskell-extensible-exceptions &&
depends haskell-xmonad
diff --git a/haskell/haskell-xmonad-contrib/DETAILS
b/haskell/haskell-xmonad-contrib/DETAILS
index 16bb485..58fc4ff 100755
--- a/haskell/haskell-xmonad-contrib/DETAILS
+++ b/haskell/haskell-xmonad-contrib/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-xmonad-contrib
- VERSION=0.11.3
+ VERSION=0.11.4
SOURCE="xmonad-contrib-${VERSION}.tar.gz"
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/xmonad-contrib/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:13a1fe176e3c099e71def2404920be33afb800e15ed8479f9d2d9810c878e417943d75af821dfe01bfa3daff3f4cfb4a1001d3c2c39e2a59f4175b76ebe9cf99
+
SOURCE_HASH=sha512:3d747988baa497475255be4cc96f7eba5cf6fc81658f8f877ca92148fb9a154423ee98ebeb23690de00b186d2e34ad13d94cf1fe332d4ca4f1f4a64790e46ed7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/xmonad-contrib-${VERSION}"
WEB_SITE="http://xmonad.org"
LICENSE[0]=BSD3
diff --git a/haskell/haskell-xmonad-contrib/HISTORY
b/haskell/haskell-xmonad-contrib/HISTORY
index 4f11921..1113e18 100644
--- a/haskell/haskell-xmonad-contrib/HISTORY
+++ b/haskell/haskell-xmonad-contrib/HISTORY
@@ -1,3 +1,7 @@
+2015-03-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated spell to 0.11.4
+ * DEPENDS: added haskell-old-locale and haskell-old-time
+
2014-05-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* CONFLICTS: conflict with xmonad-contrib