Browse Source
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>
pull/169/head
Andrew Clemons
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
haskell/haskell-path/haskell-path.SlackBuild
-
haskell/haskell-path/haskell-path.info
|
|
|
@ -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} |
|
|
|
|
|
|
|
@ -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" |