Date: Wednesday, May 16, 2018 @ 20:45:24 Author: felixonmars Revision: 323249
upgpkg: haskell-chell 0.4.0.2-3 rebuild with ghc 8.4.2 Modified: haskell-chell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 20:44:44 UTC (rev 323248) +++ PKGBUILD 2018-05-16 20:45:24 UTC (rev 323249) @@ -4,13 +4,13 @@ _hkgname=chell pkgname=haskell-chell pkgver=0.4.0.2 -pkgrel=2 +pkgrel=3 pkgdesc="A simple and intuitive library for automated testing" url="https://john-millikin.com/software/chell/" license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-options' 'haskell-patience' 'haskell-random' - 'haskell-text') + ) makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('050c5818ad2cd954ef79b230de2f03fdfb19e99c8624a24bb7845bb20e3b5d5d427a9623491ffc706c5635f545eb99466bde7a851c4344d11df1a70bfb2bbe22')
