[arch-commits] Commit in haskell-pretty-show/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Apr 8 14:04:18 UTC 2018


    Date: Sunday, April 8, 2018 @ 14:04:17
  Author: felixonmars
Revision: 315066

upgpkg: haskell-pretty-show 1.7-1

rebuild with pretty-show,1.7

Modified:
  haskell-pretty-show/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-08 14:02:59 UTC (rev 315065)
+++ PKGBUILD	2018-04-08 14:04:17 UTC (rev 315066)
@@ -3,16 +3,16 @@
 
 _hkgname=pretty-show
 pkgname=haskell-pretty-show
-pkgver=1.6.16
-pkgrel=2
+pkgver=1.7
+pkgrel=1
 pkgdesc='Tools for working with derived `Show` instances and generic inspection of values.'
 url="http://wiki.github.com/yav/pretty-show"
 license=('MIT')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-lexer')
+depends=('ghc-libs' 'haskell-lexer' 'haskell-text')
 makedepends=('ghc' 'happy')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('b56eccf7529ba6f9502601c18d5a4de7f3b1ce475cf046427d16ebecc32357b30ed9334a90a37445dcd6dbc4b8d656f2af66c053416f688ed20601ed3187579e')
+sha512sums=('3bd43ccc466117912f525fafa24ecd06913e191652847804fe58f7031235501ac927a15681ec4cf9f2450fea8e00005598ce408fa95cebe39ad21f19d1e99202')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list