summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67b5aaa561b4..7df6a3d0a7bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=ghc-exactprint
pkgname=haskell-ghc-exactprint
-pkgver=0.6
+pkgver=0.6.2
pkgrel=1
pkgdesc="Using the API Annotations available from GHC 7.10.2, this library provides a means to round trip any code that can be compiled by GHC, currently excluding lhs files."
url="https://hackage.haskell.org/package/${_hkgname}"
@@ -11,7 +11,7 @@ license=("custom:BSD3")
depends=('ghc-libs' 'haskell-ghc-paths' 'haskell-syb' 'haskell-free')
makedepends=('ghc' 'haskell-filemanip' 'haskell-hunit' 'haskell-diff' 'haskell-silently')
source=("https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('9c4e65b3653765e0e9b72e41127553307f4245d086dd546a26e945e6253ccbd42fba3f89bf8e19d25a487d28dd15be124f6b155cd8fc995b53bdb5007f3baf49')
+sha512sums=('2c0e45472db6d3ac5f3d244919672453caf26a8251407fc52a598137775ca7b50cfdb297a1fbb86bc2ce748e40097ff39aa8fc8b3c2014205b3a7f6acad961c2')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"