diff options
-rw-r--r-- | haskell/haskell-mtl/haskell-mtl.SlackBuild | 4 | ||||
-rw-r--r-- | haskell/haskell-mtl/haskell-mtl.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/haskell/haskell-mtl/haskell-mtl.SlackBuild b/haskell/haskell-mtl/haskell-mtl.SlackBuild index f545012ce8d4..44e459de22c1 100644 --- a/haskell/haskell-mtl/haskell-mtl.SlackBuild +++ b/haskell/haskell-mtl/haskell-mtl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mtl -# 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-mtl -VERSION=${VERSION:-2.1.2} +VERSION=${VERSION:-2.1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/haskell/haskell-mtl/haskell-mtl.info b/haskell/haskell-mtl/haskell-mtl.info index 5de49d68c834..b2778f8c4d44 100644 --- a/haskell/haskell-mtl/haskell-mtl.info +++ b/haskell/haskell-mtl/haskell-mtl.info @@ -1,10 +1,10 @@ PRGNAM="haskell-mtl" -VERSION="2.1.2" +VERSION="2.1.3.1" HOMEPAGE="http://hackage.haskell.org/package/mtl" -DOWNLOAD="http://hackage.haskell.org/packages/archive/mtl/2.1.2/mtl-2.1.2.tar.gz" -MD5SUM="943c110524d96126bfa0e61f7df1ebcd" +DOWNLOAD="http://hackage.haskell.org/packages/archive/mtl/2.1.3.1/mtl-2.1.3.1.tar.gz" +MD5SUM="8f3927677bf3e0efb6fcce08b1be2eac" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-transformers" +REQUIRES="ghc" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" |