Date: Friday, May 18, 2018 @ 04:54:27 Author: felixonmars Revision: 324124
upgpkg: haskell-brick 0.37-7 rebuild with ghc 8.4.2 Modified: haskell-brick/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 04:53:29 UTC (rev 324123) +++ PKGBUILD 2018-05-18 04:54:27 UTC (rev 324124) @@ -5,7 +5,7 @@ _hkgname=brick pkgname=haskell-brick pkgver=0.37 -pkgrel=6 +pkgrel=7 pkgdesc="A declarative terminal user interface library" url="https://github.com/jtdaugherty/brick" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 'haskell-microlens' 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 'haskell-vector' - 'haskell-contravariant' 'haskell-stm' 'haskell-text' 'haskell-text-zipper' + 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
