[arch-commits] Commit in haskell-prettyprinter/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Mar 11 22:44:01 UTC 2020
Date: Wednesday, March 11, 2020 @ 22:44:01
Author: felixonmars
Revision: 594679
upgpkg: haskell-prettyprinter 1.6.1-1: rebuild with prettyprinter 1.6.1
Modified:
haskell-prettyprinter/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-11 22:37:56 UTC (rev 594678)
+++ PKGBUILD 2020-03-11 22:44:01 UTC (rev 594679)
@@ -2,7 +2,7 @@
_hkgname=prettyprinter
pkgname=haskell-prettyprinter
-pkgver=1.5.1
+pkgver=1.6.1
pkgrel=1
pkgdesc="A modern, easy to use, well-documented, extensible prettyprinter."
url="https://github.com/hspec/prettyprinter"
@@ -9,10 +9,10 @@
license=('custom:BSD2')
arch=('x86_64')
depends=('ghc-libs')
-makedepends=('ghc' 'haskell-doctest' 'haskell-pgp-wordlist' 'haskell-tasty' 'haskell-tasty-hunit'
- 'haskell-tasty-quickcheck')
+makedepends=('ghc' 'haskell-doctest' 'haskell-pgp-wordlist' 'haskell-quickcheck-instances'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('de9ae68ff792e10ca55890b63a206b68cfbace6e370e8093203cc7e652deddfa9a2a6dd6e5d2ff5a6c081d72c268933f70135cc5e629def64f816a35e58220b6')
+sha512sums=('4623cec5c2034f08bce57320d9cedce4c893977868e2c98191c060d6442c2c19c946a07dc8dc2a31dd03c726f392dfff6509ca837d9c75974637e7ffc5099496')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list