Browse Source
haskell/haskell-mmorph: Updated for version 1.2.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/159/head
Andrew Clemons
4 years ago
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with
4 additions and
4 deletions
-
haskell/haskell-mmorph/haskell-mmorph.SlackBuild
-
haskell/haskell-mmorph/haskell-mmorph.info
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=haskell-mmorph |
|
|
|
VERSION=${VERSION:-1.1.2} |
|
|
|
VERSION=${VERSION:-1.2.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="haskell-mmorph" |
|
|
|
VERSION="1.1.2" |
|
|
|
VERSION="1.2.0" |
|
|
|
HOMEPAGE="https://hackage.haskell.org/package/mmorph" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/packages/archive/mmorph/1.1.2/mmorph-1.1.2.tar.gz" |
|
|
|
MD5SUM="88c4af196b5e32cec38f6296076263ad" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/packages/archive/mmorph/1.2.0/mmorph-1.2.0.tar.gz" |
|
|
|
MD5SUM="3ef3e1b42932dfa563162d26fcee07c0" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="haskell-transformers-compat" |
|
|
|
|