Date: Friday, May 18, 2018 @ 06:19:56 Author: felixonmars Revision: 324191
upgpkg: haskell-pattern-arrows 0.0.2-8 rebuild with ghc 8.4.2 Modified: haskell-pattern-arrows/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 06:19:09 UTC (rev 324190) +++ PKGBUILD 2018-05-18 06:19:56 UTC (rev 324191) @@ -5,12 +5,12 @@ _hkgname=pattern-arrows pkgname=haskell-pattern-arrows pkgver=0.0.2 -pkgrel=7 +pkgrel=8 pkgdesc="Arrows for Pretty Printing" url="http://blog.functorial.com/posts/2013-10-27-Pretty-Printing-Arrows.html" license=("MIT") arch=('x86_64') -depends=('ghc-libs' "haskell-mtl") +depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('085d4c2e023a4762af885ec9043ca5b16fae3de4b9ecca879d8a4415d027febeef6b10d705ef0bfbdae1db7346c29269bd60c14a4ca06197d2747748ed3e0070')
