Date: Thursday, May 17, 2018 @ 10:10:02 Author: felixonmars Revision: 323625
upgpkg: haskell-ini 0.3.6-4 rebuild with ghc 8.4.2 Modified: haskell-ini/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 10:09:50 UTC (rev 323624) +++ PKGBUILD 2018-05-17 10:10:02 UTC (rev 323625) @@ -5,12 +5,12 @@ _hkgname=ini pkgname=haskell-ini pkgver=0.3.6 -pkgrel=3 +pkgrel=4 pkgdesc="Quick and easy configuration files in the INI format." url="https://github.com/chrisdone/ini" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-attoparsec' 'haskell-text' 'haskell-unordered-containers') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-unordered-containers') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('b24ca8bf970147cda81be8edee78166e26feee021e5ab00814033de73c7a0b9017b51f9da85f0be6cf5e7e8116bf6ac2b232c3eb76094a20f672fcb162e192a1')
