Date: Friday, May 18, 2018 @ 06:50:16 Author: felixonmars Revision: 324237
upgpkg: haskell-configfile 1.1.4-12 rebuild with ghc 8.4.2 Modified: haskell-configfile/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 06:49:38 UTC (rev 324236) +++ PKGBUILD 2018-05-18 06:50:16 UTC (rev 324237) @@ -5,12 +5,12 @@ _hkgname=ConfigFile pkgname=haskell-configfile pkgver=1.1.4 -pkgrel=11 +pkgrel=12 pkgdesc="Configuration file reading & writing" url="http://software.complete.org/configfile" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-parsec' 'haskell-mtl' 'haskell-missingh') +depends=('ghc-libs' 'haskell-missingh') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('4455110c95172461b2d82ae88ba4f386d5e49ddd7f7def83714d2f6198090f0d121166eece3efa735341da9bbc0029e704be00d3e671d24ad27e838dfe913776')
