[arch-commits] Commit in haskell-vty/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Dec 30 18:53:50 UTC 2020


    Date: Wednesday, December 30, 2020 @ 18:53:50
  Author: felixonmars
Revision: 800150

upgpkg: haskell-vty 5.32-17: rebuild with microlens 0.4.12.0, microlens-ghc 0.4.13, microlens-platform 0.4.2

Modified:
  haskell-vty/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-30 18:53:04 UTC (rev 800149)
+++ PKGBUILD	2020-12-30 18:53:50 UTC (rev 800150)
@@ -4,7 +4,7 @@
 _hkgname=vty
 pkgname=haskell-vty
 pkgver=5.32
-pkgrel=16
+pkgrel=17
 pkgdesc="A simple terminal UI library"
 url="https://github.com/jtdaugherty/vty"
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-blaze-builder' 'haskell-microlens'
          'haskell-microlens-mtl' 'haskell-microlens-th' 'haskell-hashable' 'haskell-parallel'
          'haskell-utf8-string' 'haskell-vector')
-makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-smallcheck'
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-quickcheck' 'haskell-smallcheck'
              'haskell-quickcheck-assertions' 'haskell-test-framework'
              'haskell-test-framework-smallcheck' 'haskell-test-framework-hunit' 'haskell-random'
              'haskell-string-qq')
@@ -19,6 +19,10 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('bd7a59d3c1336d045b7abab4b4c02ecba5d88617189a0a4ef7bd03609e6590d365fca297db827d709075f56c79b83e5fc020f7d6156b1e98a450fe2dafb06f6e')
 
+prepare() {
+    uusi -u microlens $_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list