aboutsummaryrefslogtreecommitdiff
path: root/haskell
diff options
context:
space:
mode:
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild3
-rw-r--r--haskell/haskell-uuid-types/haskell-uuid-types.info8
2 files changed, 7 insertions, 4 deletions
diff --git a/haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild b/haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild
index cb8ddbb664d29..aceb17228fd12 100644
--- a/haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild
+++ b/haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-uuid-types
-VERSION=${VERSION:-1.0.4}
+VERSION=${VERSION:-1.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -76,6 +76,7 @@ cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
+cat $CWD/1.cabal > $SRCNAM.cabal
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/haskell/haskell-uuid-types/haskell-uuid-types.info b/haskell/haskell-uuid-types/haskell-uuid-types.info
index 672e7035a7486..a0a651d5161f4 100644
--- a/haskell/haskell-uuid-types/haskell-uuid-types.info
+++ b/haskell/haskell-uuid-types/haskell-uuid-types.info
@@ -1,8 +1,10 @@
PRGNAM="haskell-uuid-types"
-VERSION="1.0.4"
+VERSION="1.0.5"
HOMEPAGE="https://hackage.haskell.org/package/uuid-types"
-DOWNLOAD="https://hackage.haskell.org/packages/archive/uuid-types/1.0.4/uuid-types-1.0.4.tar.gz"
-MD5SUM="a5c6f9a2db9763a880931b784e6be85a"
+DOWNLOAD="https://hackage.haskell.org/packages/archive/uuid-types/1.0.5/uuid-types-1.0.5.tar.gz \
+ https://hackage.haskell.org/package/uuid-types-1.0.5/revision/1.cabal"
+MD5SUM="4d01259910b30ba841129c9b98d20f04 \
+ 4e431e90485e7263b359555d1b664a40"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-hashable haskell-random"