mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
haskell/haskell-shelly: Updated for version 1.10.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
82a0ebd133
commit
5c46d0c171
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=haskell-shelly
|
PRGNAM=haskell-shelly
|
||||||
VERSION=${VERSION:-1.8.1}
|
VERSION=${VERSION:-1.10.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="haskell-shelly"
|
PRGNAM="haskell-shelly"
|
||||||
VERSION="1.8.1"
|
VERSION="1.10.0"
|
||||||
HOMEPAGE="https://hackage.haskell.org/package/shelly"
|
HOMEPAGE="https://hackage.haskell.org/package/shelly"
|
||||||
DOWNLOAD="https://hackage.haskell.org/packages/archive/shelly/1.8.1/shelly-1.8.1.tar.gz"
|
DOWNLOAD="https://hackage.haskell.org/packages/archive/shelly/1.10.0/shelly-1.10.0.tar.gz"
|
||||||
MD5SUM="f28314a669eeee53ede08ea3011f12b0"
|
MD5SUM="e5f5bc809977758196ecc72f0f111183"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="haskell-async haskell-enclosed-exceptions haskell-exceptions haskell-lifted-async haskell-lifted-base haskell-monad-control haskell-system-fileio haskell-system-filepath haskell-transformers-base haskell-unix-compat"
|
REQUIRES="haskell-enclosed-exceptions haskell-exceptions haskell-lifted-async haskell-system-fileio haskell-system-filepath haskell-unix-compat"
|
||||||
MAINTAINER="David Spencer"
|
MAINTAINER="David Spencer"
|
||||||
EMAIL="baildon.research@googlemail.com"
|
EMAIL="baildon.research@googlemail.com"
|
||||||
|
|
Loading…
Reference in a new issue