haskell/haskell-temporary: Updated for version 1.2.0.3.

Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
This commit is contained in:
Mikko Värri 2014-03-10 23:52:47 +02:00 committed by Willy Sudiarto Raharjo
parent 5e2d430a0b
commit 87c95591e9
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for temporary
# Copyright 2013 Mikko Värri, Finland
# Copyright 2015 Mikko Värri, Finland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-temporary
VERSION=${VERSION:-1.1.2.4}
VERSION=${VERSION:-1.2.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="haskell-temporary"
VERSION="1.1.2.4"
VERSION="1.2.0.3"
HOMEPAGE="http://hackage.haskell.org/package/temporary"
DOWNLOAD="http://hackage.haskell.org/packages/archive/temporary/1.1.2.4/temporary-1.1.2.4.tar.gz"
MD5SUM="80bf7f663b8a1e2e92dc117fa74629d3"
DOWNLOAD="http://hackage.haskell.org/packages/archive/temporary/1.2.0.3/temporary-1.2.0.3.tar.gz"
MD5SUM="93e44c4cd6a381885dc9d20969f405a4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"
REQUIRES="haskell-exceptions"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"