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

Felix Yan felixonmars at archlinux.org
Fri Jun 18 11:26:25 UTC 2021


    Date: Friday, June 18, 2021 @ 11:26:25
  Author: felixonmars
Revision: 965163

upgpkg: haskell-vector 0.12.3.0-25: rebuild with ghc 9.0.1

Modified:
  haskell-vector/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-18 11:26:12 UTC (rev 965162)
+++ PKGBUILD	2021-06-18 11:26:25 UTC (rev 965163)
@@ -2,17 +2,22 @@
 
 pkgname=haskell-vector
 pkgver=0.12.3.0
-pkgrel=24
+pkgrel=25
 pkgdesc="Efficient Arrays"
 url="https://hackage.haskell.org/package/vector"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-primitive')
-makedepends=('ghc' 'haskell-base-orphans' 'haskell-hunit' 'haskell-quickcheck' 'haskell-random'
-             'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-base-orphans' 'haskell-doctest' 'haskell-hunit' 'haskell-quickcheck'
+             'haskell-random' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz")
 sha512sums=('7078f5179913f385f67e21150d1d0a1d80f6a5419a8be54728ecd0eadd1c26be262736df8f345e88d9cffeadb0248f19256d7df282fcdd524d36691cb2563fff')
 
+prepare() {
+  cd vector-${pkgver}
+  uusi -u doctest vector.cabal
+}
+
 build() {
   cd "$srcdir"/vector-${pkgver}
 



More information about the arch-commits mailing list