Date: Saturday, February 1, 2020 @ 19:19:36 Author: felixonmars Revision: 561104
upgpkg: haskell-fclabels 2.0.4-2: rebuild with fclabels 2.0.4 Modified: haskell-fclabels/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-01 19:15:08 UTC (rev 561103) +++ PKGBUILD 2020-02-01 19:19:36 UTC (rev 561104) @@ -4,13 +4,13 @@ _hkgname=fclabels pkgname=haskell-fclabels pkgver=2.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="First class accessor labels implemented as lenses." url="https://github.com/sebastiaanvisser/fclabels" license=("BSD") arch=('x86_64') -depends=('ghc-libs') -makedepends=('ghc' 'haskell-base-orphans' 'haskell-hunit') +depends=('ghc-libs' 'haskell-base-orphans') +makedepends=('ghc' 'haskell-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('bd1a292f5870046d58dfcbf65497e018f3b4e3b98aef263b2d81a8e02ff89b74e647db6bef141e9c898209d9a91d44e4098da156d8ebc470553c82a21b5d36a4')
