[arch-commits] Commit in haskell-wl-pprint-text/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Feb 4 07:48:56 UTC 2017


    Date: Saturday, February 4, 2017 @ 07:48:55
  Author: felixonmars
Revision: 209830

upgpkg: haskell-wl-pprint-text 1.1.1.0-1

rebuild with wl-pprint-text,1.1.1.0

Modified:
  haskell-wl-pprint-text/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-04 07:48:07 UTC (rev 209829)
+++ PKGBUILD	2017-02-04 07:48:55 UTC (rev 209830)
@@ -4,15 +4,15 @@
 
 _hkgname=wl-pprint-text
 pkgname=haskell-wl-pprint-text
-pkgver=1.1.0.4
-pkgrel=2
+pkgver=1.1.1.0
+pkgrel=1
 pkgdesc="A Wadler/Leijen Pretty Printer for Text values"
-url="http://hackage.haskell.org/package/${_hkgname}"
+url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-text")
+depends=("ghc=8.0.1" "haskell-base-compat" "haskell-text")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('ff2d53814b7c66624a2ef3d8f79034273de5b7addb29c1ebad277057e3fff1f5')
+sha256sums=('2960c8201c05d912a1df748a3ceeadc7525905ff1c371d7b4972f4011eca0acd')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list