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

Felix Yan felixonmars at gemini.archlinux.org
Sun Jul 10 13:28:24 UTC 2022


    Date: Sunday, July 10, 2022 @ 13:28:23
  Author: felixonmars
Revision: 1249287

fix checkdepends

Modified:
  haskell-vector/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-10 12:52:22 UTC (rev 1249286)
+++ PKGBUILD	2022-07-10 13:28:23 UTC (rev 1249287)
@@ -8,8 +8,9 @@
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-primitive')
-makedepends=('ghc' 'uusi' 'haskell-base-orphans' 'haskell-doctest' 'haskell-hunit' 'haskell-quickcheck'
-             'haskell-random' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+makedepends=('ghc' 'uusi')
+checkdepends=('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=('bf117d53c7844c010dc1cee8b778851bd714155fd34e671ae2eb7bd324427de972389eb9f3f315832f20e7bbbecc93ec0f6296ab10e4935957d2a4e14c6cfd98')
 



More information about the arch-commits mailing list