mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
haskell/haskell-safe: Updated for verion 0.3.19.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
02e65b5403
commit
85b082da43
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=haskell-safe
|
PRGNAM=haskell-safe
|
||||||
VERSION=${VERSION:-0.3.17}
|
VERSION=${VERSION:-0.3.19}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="haskell-safe"
|
PRGNAM="haskell-safe"
|
||||||
VERSION="0.3.17"
|
VERSION="0.3.19"
|
||||||
HOMEPAGE="https://hackage.haskell.org/package/safe"
|
HOMEPAGE="https://hackage.haskell.org/package/safe"
|
||||||
DOWNLOAD="https://hackage.haskell.org/packages/archive/safe/0.3.17/safe-0.3.17.tar.gz"
|
DOWNLOAD="https://hackage.haskell.org/packages/archive/safe/0.3.19/safe-0.3.19.tar.gz"
|
||||||
MD5SUM="c5a1273f29ed801d8d2c833cfc39fb38"
|
MD5SUM="23a1bcc16b885249dc35370b1c428cc7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="ghc"
|
REQUIRES="ghc"
|
||||||
|
|
Loading…
Reference in a new issue