[arch-commits] Commit in haskell-brick/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 24 17:50:51 UTC 2020
Date: Friday, April 24, 2020 @ 17:50:50
Author: felixonmars
Revision: 619390
upgpkg: haskell-brick 0.52.1-9: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1
Modified:
haskell-brick/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 17:43:20 UTC (rev 619389)
+++ PKGBUILD 2020-04-24 17:50:50 UTC (rev 619390)
@@ -4,12 +4,12 @@
_hkgname=brick
pkgname=haskell-brick
pkgver=0.52.1
-pkgrel=8
+pkgrel=9
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-exceptions' 'haskell-microlens'
+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-text-zipper' 'haskell-word-wrap')
makedepends=('ghc' 'haskell-quickcheck')
@@ -16,6 +16,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('910f2a4b202706fb878c70639665f85b61c6191d5aa8009e47bc3eca89ee0c935087e434cca0d7123694525fb39ef71a3000a49ac1dd957979a7a218175e8bf7')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/<= *4.13/<5/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list