Date: Thursday, May 17, 2018 @ 09:51:07 Author: felixonmars Revision: 323600
upgpkg: haskell-mono-traversable 1.0.8.1-18 rebuild with ghc 8.4.2 Modified: haskell-mono-traversable/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 09:49:54 UTC (rev 323599) +++ PKGBUILD 2018-05-17 09:51:07 UTC (rev 323600) @@ -5,12 +5,12 @@ _hkgname=mono-traversable pkgname=haskell-mono-traversable pkgver=1.0.8.1 -pkgrel=17 +pkgrel=18 pkgdesc="Type classes for mapping, folding, and traversing monomorphic containers" url="https://github.com/snoyberg/mono-traversable" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-hashable' 'haskell-split' 'haskell-text' 'haskell-unordered-containers' +depends=('ghc-libs' 'haskell-hashable' 'haskell-split' 'haskell-unordered-containers' 'haskell-vector' 'haskell-vector-algorithms') makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-foldl' 'haskell-hspec' 'haskell-semigroups')
