Date: Friday, May 18, 2018 @ 06:49:19 Author: felixonmars Revision: 324235
upgpkg: haskell-configurator 0.3.0.0-39 rebuild with ghc 8.4.2 Modified: haskell-configurator/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 06:48:36 UTC (rev 324234) +++ PKGBUILD 2018-05-18 06:49:19 UTC (rev 324235) @@ -4,12 +4,12 @@ _hkgname=configurator pkgname=haskell-configurator pkgver=0.3.0.0 -pkgrel=38 +pkgrel=39 pkgdesc="Configuration management" url="https://github.com/bos/configurator" license=('custom:BSD3') arch=('x86_64') -depends=('ghc-libs' 'haskell-attoparsec' 'haskell-hashable' 'haskell-text' 'haskell-unix-compat' +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-hashable' 'haskell-unix-compat' 'haskell-unordered-containers') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
