Date: Thursday, May 17, 2018 @ 08:45:41 Author: felixonmars Revision: 323510
upgpkg: haskell-fclabels 2.0.3.3-3 rebuild with ghc 8.4.2 Modified: haskell-fclabels/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 08:45:21 UTC (rev 323509) +++ PKGBUILD 2018-05-17 08:45:41 UTC (rev 323510) @@ -5,12 +5,12 @@ _hkgname=fclabels pkgname=haskell-fclabels pkgver=2.0.3.3 -pkgrel=2 +pkgrel=3 pkgdesc="First class accessor labels implemented as lenses." url="https://github.com/sebastiaanvisser/fclabels" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-mtl') +depends=('ghc-libs') makedepends=('ghc' 'haskell-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('0c0f7ed886b65a80aea4e19b5763d7b91ce948b63f86d507ecf0b6874716a190752e0806957c71e0ed0ed97422ba3d09a2be0c82588c8dabfd647474c1a33cff')
