summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2018-06-03 01:08:13 +0900
committercbpark2018-06-03 01:08:13 +0900
commitf815bd457185d053a8751e1ea8e19a112b088ae8 (patch)
tree51ee82a6a4de17b7ac0ad1eec55851d6aaa30163
parent41c9edcd3ab6e87e3cc3c8693df0b3833b4450cd (diff)
downloadaur-f815bd457185d053a8751e1ea8e19a112b088ae8.tar.gz
upgpkg: haskell-ghc-exactprint 0.5.6.1-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b85b51ace68..5fb32428fa4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.6.0
+ pkgver = 0.5.6.1
pkgrel = 1
url = https://hackage.haskell.org/package/ghc-exactprint
arch = x86_64
@@ -12,11 +12,10 @@ pkgbase = haskell-ghc-exactprint
makedepends = haskell-silently
depends = ghc-libs
depends = haskell-ghc-paths
- depends = haskell-mtl
depends = haskell-syb
depends = haskell-free
- source = https://hackage.haskell.org/package/ghc-exactprint-0.5.6.0/ghc-exactprint-0.5.6.0.tar.gz
- sha512sums = 1aedcfc5bf741fe62cfc0c80786f7776e0ce87741668baeafdc1db5f0a737e0cb9d13837c507728ad805b61850e85b2601d6764e616d9794ff4477501bec05fe
+ source = https://hackage.haskell.org/package/ghc-exactprint-0.5.6.1/ghc-exactprint-0.5.6.1.tar.gz
+ sha512sums = 62fa9269635906696e0dfa8e33d580b4ab64dcb32725e5480a6a469c4afcb90b5f209fc62602d6104c0e9406b5fdfe755dd2b186f3398c4f3349b8cfa937cad4
pkgname = haskell-ghc-exactprint
diff --git a/PKGBUILD b/PKGBUILD
index 24d2c4073d6c..c18f30bfd339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_hkgname=ghc-exactprint
pkgname=haskell-ghc-exactprint
-pkgver=0.5.6.0
+pkgver=0.5.6.1
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')
license=("custom:BSD3")
-depends=('ghc-libs' 'haskell-ghc-paths' 'haskell-mtl' 'haskell-syb' 'haskell-free')
+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=('1aedcfc5bf741fe62cfc0c80786f7776e0ce87741668baeafdc1db5f0a737e0cb9d13837c507728ad805b61850e85b2601d6764e616d9794ff4477501bec05fe')
+sha512sums=('62fa9269635906696e0dfa8e33d580b4ab64dcb32725e5480a6a469c4afcb90b5f209fc62602d6104c0e9406b5fdfe755dd2b186f3398c4f3349b8cfa937cad4')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"