summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52283b489641..f828f3e0e113 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-threadscope
pkgdesc = A graphical viewer for thread profile information generated by the Glasgow Haskell compiler (GHC).
- pkgver = 0.2.13
+ pkgver = 0.2.14
pkgrel = 1
url = http://hackage.haskell.org/package/threadscope
arch = x86_64
@@ -16,8 +16,7 @@ pkgbase = haskell-threadscope
depends = haskell-text
depends = haskell-file-embed
depends = haskell-temporary
- source = https://hackage.haskell.org/packages/archive/threadscope/0.2.13/threadscope-0.2.13.tar.gz
- sha512sums = d8a4c17db945836c0ed552c5b66bde795d7f85bd2e85af8b7c00b6408d31efe082bbf138e9c0436734ab8dc9acb1cb6341a147f8718c3951f95afdedf605539d
+ source = https://hackage.haskell.org/packages/archive/threadscope/0.2.14/threadscope-0.2.14.tar.gz
+ sha512sums = 23e87e3454af1ac353132dd1929281303ff5575269059b2a4d74032c8eb26153d176751fabc18550338dba5bea0ab8a39f8644b55194670a16d262b6bf56d437
pkgname = haskell-threadscope
-
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
}