New commits:
commit d9beacb3c7d0e984def4a6cdd017fd99bea54da0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
haskell-uuid 1.3.10
commit 57b106d87e4f07cf9ca0357652e5d157514b3d75
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
haskell-uuid-types: new spell, Type definitions for Universally Unique
Identifiers
commit 3c0957ed6339b247f3794f9a08f23f2fb8de4627
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
haskell-tar 0.4.2.0
diff --git a/ChangeLog b/ChangeLog
index f82f2c7..563482b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-07-16 Ismael Luceno <ismael AT sourcemage.org>
+ * haskell/haskell-uuid-types: new spell, Type definitions for
Universally Unique Identifiers
+
2015-07-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* FUNCTIONS: do not cd into $SOURCE_DIRECTORY explicitely in
qt4_build,
qt5_build and cmake_build. It is the caller's job to do that.
diff --git a/haskell/haskell-tar/DETAILS b/haskell/haskell-tar/DETAILS
index 6c5aab5..d44938f 100755
--- a/haskell/haskell-tar/DETAILS
+++ b/haskell/haskell-tar/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-tar
- VERSION=0.4.0.1
+ VERSION=0.4.2.0
SOURCE="tar-${VERSION}.tar.gz"
SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/tar/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:7cb042f77dc70b856b4dfd5d0a06620f669f9260a84800ad27e1803ec24a50932bb3775b35a6cc91cefb30ea4cd2b453dd6566007d586327acea0edccc0dee47
+
SOURCE_HASH=sha512:7e38bb586181dad1fb154cf2eabaedcfad31887709034794ddf076af2245646dc1f5023b1b6841e8be53c5271eab3b3e350a4f92fe27b403505c0872ab794826
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/tar-${VERSION}"
WEB_SITE="http://hackage.haskell.org/package/tar"
LICENSE[0]=BSD3
diff --git a/haskell/haskell-tar/HISTORY b/haskell/haskell-tar/HISTORY
index cd05d20..c76861c 100644
--- a/haskell/haskell-tar/HISTORY
+++ b/haskell/haskell-tar/HISTORY
@@ -1,3 +1,6 @@
+2015-07-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.4.2.0
+
2013-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS, DETAILS: spell created