Date: Thursday, May 17, 2018 @ 11:19:32 Author: felixonmars Revision: 323694
upgpkg: hlint 2.1.5-5 rebuild with ghc 8.4.2 Modified: hlint/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 11:18:10 UTC (rev 323693) +++ PKGBUILD 2018-05-17 11:19:32 UTC (rev 323694) @@ -4,7 +4,7 @@ pkgname=hlint pkgver=2.1.5 -pkgrel=4 +pkgrel=5 pkgdesc="Source code suggestions" url="http://community.haskell.org/~ndm/hlint/" license=("custom:BSD3") @@ -11,7 +11,7 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' 'haskell-cpphs' 'haskell-data-default' 'haskell-extra' 'haskell-hscolour' 'haskell-refact' - 'haskell-src-exts' 'haskell-src-exts-util' 'haskell-text' 'haskell-uniplate' + 'haskell-src-exts' 'haskell-src-exts-util' 'haskell-uniplate' 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml') conflicts=('haskell-hlint') replaces=('haskell-hlint')
