diff options
-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" |