Date: Friday, May 18, 2018 @ 05:50:46 Author: felixonmars Revision: 324170
upgpkg: haskell-success 0.2.6-12 rebuild with ghc 8.4.2 Modified: haskell-success/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 05:50:05 UTC (rev 324169) +++ PKGBUILD 2018-05-18 05:50:46 UTC (rev 324170) @@ -5,12 +5,12 @@ _hkgname=success pkgname=haskell-success pkgver=0.2.6 -pkgrel=11 +pkgrel=12 pkgdesc="A version of Either specialised for encoding of success or failure" url="https://github.com/nikita-volkov/success" license=("MIT") arch=('x86_64') -depends=('ghc-libs' "haskell-transformers-base" "haskell-monad-control" "haskell-mtl") +depends=('ghc-libs' "haskell-transformers-base" "haskell-monad-control") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('be0fc1627fb65e7607cf7753594a0db86ab3feaf4df241808231bd3d3ed1f4be7db14579395f594d4c7cbc46eae5e846d4e32d6ffaf260dfb73b794a5743a87e')
