mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
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:
parent
c36ac46f78
commit
ac2cfb6ab6
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for mtl
|
# Slackware build script for mtl
|
||||||
|
|
||||||
# Copyright 2012 Mikko Värri, Finland
|
# Copyright 2013 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,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=haskell-mtl
|
PRGNAM=haskell-mtl
|
||||||
VERSION=${VERSION:-2.1.1}
|
VERSION=${VERSION:-2.1.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="haskell-mtl"
|
PRGNAM="haskell-mtl"
|
||||||
VERSION="2.1.1"
|
VERSION="2.1.2"
|
||||||
HOMEPAGE="http://hackage.haskell.org/package/mtl"
|
HOMEPAGE="http://hackage.haskell.org/package/mtl"
|
||||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/mtl/2.1.1/mtl-2.1.1.tar.gz"
|
DOWNLOAD="http://hackage.haskell.org/packages/archive/mtl/2.1.2/mtl-2.1.2.tar.gz"
|
||||||
MD5SUM="0654be687f1492a2ff30cf6f3fb7eed0"
|
MD5SUM="943c110524d96126bfa0e61f7df1ebcd"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="haskell-transformers"
|
REQUIRES="haskell-transformers"
|
||||||
|
|
Loading…
Reference in a new issue