summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2018-01-30 09:26:56 +0900
committercbpark2018-01-30 09:26:56 +0900
commit41c9edcd3ab6e87e3cc3c8693df0b3833b4450cd (patch)
treedd67a4a76cb944b834bf6377a272e252469045d3
parent32fd19cc7fc8f1dac8a825da8be927ae35584b8c (diff)
downloadaur-41c9edcd3ab6e87e3cc3c8693df0b3833b4450cd.tar.gz
upgpkg: haskell-ghc-exactprint 0.5.6.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8998dc81d1aa..6b85b51ace68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-ghc-exactprint
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.
- pkgver = 0.5.5.0
- pkgrel = 3
+ pkgver = 0.5.6.0
+ pkgrel = 1
url = https://hackage.haskell.org/package/ghc-exactprint
arch = x86_64
license = custom:BSD3
@@ -15,8 +15,8 @@ pkgbase = haskell-ghc-exactprint
depends = haskell-mtl
depends = haskell-syb
depends = haskell-free
- source = https://hackage.haskell.org/package/ghc-exactprint-0.5.5.0/ghc-exactprint-0.5.5.0.tar.gz
- sha512sums = 4f3a23e2fc0009fcfba059b733cc118d8822eaa06fdfe75a5a260a4132072ed432699f627a03f7310165922b8bafc39ad71889e068a5cc306b79ac918aab592a
+ source = https://hackage.haskell.org/package/ghc-exactprint-0.5.6.0/ghc-exactprint-0.5.6.0.tar.gz
+ sha512sums = 1aedcfc5bf741fe62cfc0c80786f7776e0ce87741668baeafdc1db5f0a737e0cb9d13837c507728ad805b61850e85b2601d6764e616d9794ff4477501bec05fe
pkgname = haskell-ghc-exactprint
diff --git a/PKGBUILD b/PKGBUILD
index a1c97507d2b2..24d2c4073d6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_hkgname=ghc-exactprint
pkgname=haskell-ghc-exactprint
-pkgver=0.5.5.0
-pkgrel=3
+pkgver=0.5.6.0
+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}"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=("custom:BSD3")
depends=('ghc-libs' 'haskell-ghc-paths' 'haskell-mtl' '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=('4f3a23e2fc0009fcfba059b733cc118d8822eaa06fdfe75a5a260a4132072ed432699f627a03f7310165922b8bafc39ad71889e068a5cc306b79ac918aab592a')
+sha512sums=('1aedcfc5bf741fe62cfc0c80786f7776e0ce87741668baeafdc1db5f0a737e0cb9d13837c507728ad805b61850e85b2601d6764e616d9794ff4477501bec05fe')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"