Date: Thursday, May 17, 2018 @ 06:30:52 Author: felixonmars Revision: 323306
upgpkg: haskell-parsers 0.12.8-21 rebuild with ghc 8.4.2 Modified: haskell-parsers/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 06:30:02 UTC (rev 323305) +++ PKGBUILD 2018-05-17 06:30:52 UTC (rev 323306) @@ -5,13 +5,13 @@ _hkgname=parsers pkgname=haskell-parsers pkgver=0.12.8 -pkgrel=20 +pkgrel=21 pkgdesc="Parsing combinators" url="https://github.com/ekmett/parsers/" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-orphans' 'haskell-charset' 'haskell-mtl' - 'haskell-parsec' 'haskell-scientific' 'haskell-semigroups' 'haskell-text' +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-orphans' 'haskell-charset' + 'haskell-scientific' 'haskell-semigroups' 'haskell-unordered-containers') makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
