Date: Tuesday, February 18, 2020 @ 14:10:38 Author: felixonmars Revision: 575942
upgpkg: haskell-brick 0.52-1: rebuild with brick 0.52 Modified: haskell-brick/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-18 14:07:57 UTC (rev 575941) +++ PKGBUILD 2020-02-18 14:10:38 UTC (rev 575942) @@ -3,18 +3,18 @@ _hkgname=brick pkgname=haskell-brick -pkgver=0.51 -pkgrel=10 +pkgver=0.52 +pkgrel=1 pkgdesc="A declarative terminal user interface library" url="https://github.com/jtdaugherty/brick" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 'haskell-microlens' +depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 'haskell-exceptions' 'haskell-microlens' 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 'haskell-vector' 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap') makedepends=('ghc' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('8a026d5760ebe5e5b50e7759bb0ccfd13fefbbc0d187bc6a3a6084d7e5d537c73347569aadc58ae414dd7db5806f5cff396f64e028b3e5e98fee3633050d0b91') +sha512sums=('c15981b83cb9ceb7a85de5dbabf9f074c56d4be9d9605ffee30bac7b7a4b441ae235bf62899f5f1768dd945b90e5d866ef44dac5777ba2067ac825204507c872') build() { cd $_hkgname-$pkgver
