haskell/haskell-mtl: Updated for version 2.1.2.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2013-03-03 22:57:06 -06:00 committed by dsomero
parent c36ac46f78
commit ac2cfb6ab6
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for mtl
# Copyright 2012 Mikko Värri, Finland
# Copyright 2013 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-mtl
VERSION=${VERSION:-2.1.1}
VERSION=${VERSION:-2.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-mtl"
VERSION="2.1.1"
VERSION="2.1.2"
HOMEPAGE="http://hackage.haskell.org/package/mtl"
DOWNLOAD="http://hackage.haskell.org/packages/archive/mtl/2.1.1/mtl-2.1.1.tar.gz"
MD5SUM="0654be687f1492a2ff30cf6f3fb7eed0"
DOWNLOAD="http://hackage.haskell.org/packages/archive/mtl/2.1.2/mtl-2.1.2.tar.gz"
MD5SUM="943c110524d96126bfa0e61f7df1ebcd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-transformers"