Date: Friday, June 23, 2017 @ 19:28:37 Author: felixonmars Revision: 240543
upgpkg: haskell-brick 0.18-2 rebuild with hashable,1.2.6.1 Modified: haskell-brick/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 19:25:41 UTC (rev 240542) +++ PKGBUILD 2017-06-23 19:28:37 UTC (rev 240543) @@ -5,12 +5,12 @@ _hkgname=brick pkgname=haskell-brick pkgver=0.18 -pkgrel=1 +pkgrel=2 pkgdesc="A declarative terminal user interface library" url="https://github.com/jtdaugherty/brick" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-vty" "haskell-data-clist" "haskell-dlist" "haskell-microlens" +depends=('ghc' "haskell-vty" "haskell-data-clist" "haskell-dlist" "haskell-microlens" "haskell-microlens-th" "haskell-microlens-mtl" "haskell-vector" "haskell-contravariant" "haskell-stm" "haskell-text" "haskell-text-zipper") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
