summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b80f42fb8a8b..739e57af73f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=threadscope
pkgname=haskell-threadscope
-pkgver=0.2.13
+pkgver=0.2.14
pkgrel=1
pkgdesc="A graphical viewer for thread profile information generated by the Glasgow Haskell compiler (GHC)."
url="http://hackage.haskell.org/package/${_hkgname}"
@@ -20,12 +20,13 @@ depends=('ghc-libs'
'haskell-temporary')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('d8a4c17db945836c0ed552c5b66bde795d7f85bd2e85af8b7c00b6408d31efe082bbf138e9c0436734ab8dc9acb1cb6341a147f8718c3951f95afdedf605539d')
+sha512sums=('23e87e3454af1ac353132dd1929281303ff5575269059b2a4d74032c8eb26153d176751fabc18550338dba5bea0ab8a39f8644b55194670a16d262b6bf56d437')
prepare() {
cd "${srcdir}/${_hkgname}-${pkgver}"
sed -i 's/gtk >= 0.12 && < 0.16,/gtk,/' threadscope.cabal
+ sed -i 's/ghc-events >= 0.13 && < 0.16,/ghc-events,/' threadscope.cabal
sed -i 's/template-haskell < 2.16,/template-haskell,/' threadscope.cabal
}