diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-13 14:39:21 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:18:03 +0700 |
commit | 0d14ace2dc2b2cf841c76eaf9de3c3e78e8aa4ff (patch) | |
tree | 806b7543d7c8170c496b1a0189167b479f7c4d35 /haskell/haskell-path | |
parent | 428867e1e715d22435b4c1d4aa7338e2fee298d5 (diff) |
haskell/haskell-path: Updated for version 0.9.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-path')
-rw-r--r-- | haskell/haskell-path/haskell-path.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-path/haskell-path.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-path/haskell-path.SlackBuild b/haskell/haskell-path/haskell-path.SlackBuild index fcc72ea17dafd..5d1818a2a99a7 100644 --- a/haskell/haskell-path/haskell-path.SlackBuild +++ b/haskell/haskell-path/haskell-path.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-path -VERSION=${VERSION:-0.6.1} +VERSION=${VERSION:-0.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-path/haskell-path.info b/haskell/haskell-path/haskell-path.info index 6438233e6a265..dcf0e7239d8e7 100644 --- a/haskell/haskell-path/haskell-path.info +++ b/haskell/haskell-path/haskell-path.info @@ -1,10 +1,10 @@ PRGNAM="haskell-path" -VERSION="0.6.1" +VERSION="0.9.2" HOMEPAGE="https://hackage.haskell.org/package/path" -DOWNLOAD="https://hackage.haskell.org/packages/archive/path/0.6.1/path-0.6.1.tar.gz" -MD5SUM="72b711d23fc12a0850d0620881ccb7da" +DOWNLOAD="https://hackage.haskell.org/packages/archive/path/0.9.2/path-0.9.2.tar.gz" +MD5SUM="1bd490b30f987c06f4ed649231d65f7b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-aeson haskell-exceptions haskell-hashable" +REQUIRES="haskell-aeson haskell-exceptions" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |