mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
haskell/haskell-unliftio-core: Updated for version 0.2.0.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
b28e1cb1d1
commit
da28d734ae
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=haskell-unliftio-core
|
||||
VERSION=${VERSION:-0.1.2.0}
|
||||
VERSION=${VERSION:-0.2.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-unliftio-core"
|
||||
VERSION="0.1.2.0"
|
||||
VERSION="0.2.0.1"
|
||||
HOMEPAGE="https://hackage.haskell.org/package/unliftio-core"
|
||||
DOWNLOAD="https://hackage.haskell.org/packages/archive/unliftio-core/0.1.2.0/unliftio-core-0.1.2.0.tar.gz"
|
||||
MD5SUM="714389512636b320c70238dc4e8ac650"
|
||||
DOWNLOAD="https://hackage.haskell.org/packages/archive/unliftio-core/0.2.0.1/unliftio-core-0.2.0.1.tar.gz"
|
||||
MD5SUM="c0d5e28f401241b73789dd8b75791d42"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ghc"
|
||||
|
|
Loading…
Reference in a new issue