diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-05-04 07:23:58 +1200 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:36 +1300 |
commit | da28d734aee3734b4df2c6490a2cec23fba3aa2b (patch) | |
tree | 73c462e5e664743aeee655dff6f63f9423d0381b /haskell/haskell-unliftio-core | |
parent | b28e1cb1d163bdd6aa00a5113850321d6d980886 (diff) |
haskell/haskell-unliftio-core: Updated for version 0.2.0.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell/haskell-unliftio-core')
-rw-r--r-- | haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-unliftio-core/haskell-unliftio-core.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild b/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild index 36e5e9f0c9ba..8d55d9b41b06 100644 --- a/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild +++ b/haskell/haskell-unliftio-core/haskell-unliftio-core.SlackBuild @@ -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} diff --git a/haskell/haskell-unliftio-core/haskell-unliftio-core.info b/haskell/haskell-unliftio-core/haskell-unliftio-core.info index a7f0306ae35d..5f5ed3d06b8f 100644 --- a/haskell/haskell-unliftio-core/haskell-unliftio-core.info +++ b/haskell/haskell-unliftio-core/haskell-unliftio-core.info @@ -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" |