Date: Thursday, May 17, 2018 @ 18:22:54 Author: felixonmars Revision: 323987
upgpkg: haskell-neat-interpolation 0.3.2.1-6 rebuild with ghc 8.4.2 Modified: haskell-neat-interpolation/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 18:22:20 UTC (rev 323986) +++ PKGBUILD 2018-05-17 18:22:54 UTC (rev 323987) @@ -5,12 +5,12 @@ _hkgname=neat-interpolation pkgname=haskell-neat-interpolation pkgver=0.3.2.1 -pkgrel=5 +pkgrel=6 pkgdesc="A quasiquoter for neat and simple multiline text interpolation" url="https://github.com/nikita-volkov/neat-interpolation" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-base-prelude' 'haskell-parsec' 'haskell-text') +depends=('ghc-libs' 'haskell-base-prelude') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('aaefc95b85e8546bd20848b3d4da39437b48e5e3c54829f9ae06f8f4021752812a643a638bcc10213db168d3217bd8913b2feec81d90199a14eea8c35fe62245')
