summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8faf1531447a..f63490728112 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = haskell-ghc-events
pkgdesc = Parses .eventlog files emitted by GHC 6.12.1 and later. Includes the ghc-events tool permitting, in particular, to dump an event log file as text.
- pkgver = 0.7.2
+ pkgver = 0.8.0.1
pkgrel = 1
url = http://hackage.haskell.org/package/ghc-events
arch = x86_64
license = custom:BSD3
makedepends = ghc
depends = ghc-libs
- source = https://hackage.haskell.org/package/ghc-events-0.7.2/ghc-events-0.7.2.tar.gz
- sha512sums = 1f9900e7ad01c367a5ab834d8a45e47fdb6b18e529ddbc1efab226e6d3bfc79dba6acfd7ba56cf8d01b48f912a75f15cb290536520b606f7b33e39fed977dbc8
+ source = https://hackage.haskell.org/package/ghc-events-0.8.0.1/ghc-events-0.8.0.1.tar.gz
+ sha512sums = 425aeb0b6d66236a9f19587aac163208d74a0246ea05d5dc709ba5e580410199c936c8950653ad60657b7a63c74e51ec865f8dfcf59f3068fd6a34a6a23e7a66
pkgname = haskell-ghc-events
diff --git a/PKGBUILD b/PKGBUILD
index 318049617afe..4a0957691f9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=ghc-events
pkgname=haskell-ghc-events
-pkgver=0.7.2
+pkgver=0.8.0.1
pkgrel=1
pkgdesc="Parses .eventlog files emitted by GHC 6.12.1 and later. Includes the ghc-events tool permitting, in particular, to dump an event log file as text."
url="http://hackage.haskell.org/package/${_hkgname}"
@@ -11,7 +11,7 @@ license=('custom:BSD3')
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1f9900e7ad01c367a5ab834d8a45e47fdb6b18e529ddbc1efab226e6d3bfc79dba6acfd7ba56cf8d01b48f912a75f15cb290536520b606f7b33e39fed977dbc8')
+sha512sums=('425aeb0b6d66236a9f19587aac163208d74a0246ea05d5dc709ba5e580410199c936c8950653ad60657b7a63c74e51ec865f8dfcf59f3068fd6a34a6a23e7a66')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"