mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/haskell-mtl: Updated for version 2.0.1.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
407b85060e
commit
0be35bf847
3 changed files with 12 additions and 14 deletions
|
@ -1,11 +1,9 @@
|
|||
haskell-mtl (Monad transformer library)
|
||||
A monad transformer library, inspired by the paper Functional
|
||||
Programming with Overloading and Higher-Order Polymorphism, by Mark P
|
||||
Jones <http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>, Advanced
|
||||
School of Functional Programming, 1995.
|
||||
|
||||
A monad transformer library, inspired by the paper Functional Programming
|
||||
with Overloading and Higher-Order Polymorphism, by Mark P Jones
|
||||
<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>, Advanced School of
|
||||
Functional Programming, 1995.
|
||||
This requires ghc and haskell-transformers.
|
||||
|
||||
This requires ghc.
|
||||
|
||||
After uninstalling, run this command to unregister the package from
|
||||
After uninstalling, run this command to unregister the package from
|
||||
the ghc package database: ghc-pkg recache
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
# Public domain.
|
||||
|
||||
PRGNAM=haskell-mtl
|
||||
VERSION=${VERSION:-1.1.1.0}
|
||||
VERSION=${VERSION:-2.0.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=mtl
|
||||
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
|
||||
|
||||
GHC_VERSION=$(ghc --numeric-version)
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="haskell-mtl"
|
||||
VERSION="1.1.1.0"
|
||||
VERSION="2.0.1.0"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/mtl"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/mtl/1.1.1.0/mtl-1.1.1.0.tar.gz"
|
||||
MD5SUM="2d12f18f36f9493f495f21647f97b66f"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/mtl/2.0.1.0/mtl-2.0.1.0.tar.gz"
|
||||
MD5SUM="934fa813625ef7e88a6a96a09815ff95"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue