Date: Wednesday, May 16, 2018 @ 18:46:15 Author: felixonmars Revision: 323090
upgpkg: haskell-quickcheck-instances 0.3.18-7 rebuild with ghc 8.4.2 Modified: haskell-quickcheck-instances/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 18:45:30 UTC (rev 323089) +++ PKGBUILD 2018-05-16 18:46:15 UTC (rev 323090) @@ -5,13 +5,13 @@ _hkgname=quickcheck-instances pkgname=haskell-quickcheck-instances pkgver=0.3.18 -pkgrel=6 +pkgrel=7 pkgdesc="Common quickcheck instances" url="https://github.com/phadej/qc-instances" license=("custom:BSD3") arch=('x86_64') depends=('ghc-libs' 'haskell-quickcheck' 'haskell-base-compat' 'haskell-case-insensitive' - 'haskell-hashable' 'haskell-old-time' 'haskell-scientific' 'haskell-tagged' 'haskell-text' + 'haskell-hashable' 'haskell-old-time' 'haskell-scientific' 'haskell-tagged' 'haskell-transformers-compat' 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector') makedepends=('ghc')
