haskell/haskell-haskell-src: Updated for version 1.0.1.6.

Signed-off-by: Mikko Värri <vmj@linuxbox.fi>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Mikko Värri 2015-02-24 22:51:59 +02:00 committed by Willy Sudiarto Raharjo
parent 4bff3f6652
commit 9fcee9146e
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for haskell-src # Slackware build script for haskell-src
# Copyright 2012 Mikko Värri, Finland # Copyright 2015 Mikko Värri, Finland
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-haskell-src PRGNAM=haskell-haskell-src
VERSION=${VERSION:-1.0.1.5} VERSION=${VERSION:-1.0.1.6}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )" SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-haskell-src" PRGNAM="haskell-haskell-src"
VERSION="1.0.1.5" VERSION="1.0.1.6"
HOMEPAGE="http://hackage.haskell.org/package/haskell-src" HOMEPAGE="http://hackage.haskell.org/package/haskell-src"
DOWNLOAD="http://hackage.haskell.org/packages/archive/haskell-src/1.0.1.5/haskell-src-1.0.1.5.tar.gz" DOWNLOAD="http://hackage.haskell.org/packages/archive/haskell-src/1.0.1.6/haskell-src-1.0.1.6.tar.gz"
MD5SUM="6bce9743d2719bb49727aeb08374b30d" MD5SUM="d61e3636d2ef69c9d21284480908de6e"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="happy haskell-syb" REQUIRES="happy haskell-syb"