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

Felix Yan felixonmars at gemini.archlinux.org
Sun Jul 10 14:38:51 UTC 2022


    Date: Sunday, July 10, 2022 @ 14:38:48
  Author: felixonmars
Revision: 1249294

fix checkdepends

Modified:
  haskell-math-functions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-10 14:30:44 UTC (rev 1249293)
+++ PKGBUILD	2022-07-10 14:38:48 UTC (rev 1249294)
@@ -10,8 +10,9 @@
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-data-default-class' "haskell-primitive" "haskell-vector")
-makedepends=('ghc' 'haskell-erf' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
-             'haskell-tasty-quickcheck' 'haskell-vector-th-unbox')
+makedepends=('ghc')
+checkdepends=('haskell-erf' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+              'haskell-tasty-quickcheck' 'haskell-vector-th-unbox')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('cb29901294463edbba37e97445bb9ed039bdc43815c9bbd9b9bb92b87393e6e891f5840d337c6c06c7e30d26107d32a59c39ac51436be43dba00d0e2411a9053')
 



More information about the arch-commits mailing list