[arch-commits] Commit in haskell-network/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Aug 8 19:27:24 UTC 2020
Date: Saturday, August 8, 2020 @ 19:27:24
Author: felixonmars
Revision: 672794
list quickcheck as makedepends too
Modified:
haskell-network/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-08 19:27:23 UTC (rev 672793)
+++ PKGBUILD 2020-08-08 19:27:24 UTC (rev 672794)
@@ -10,7 +10,8 @@
license=('BSD')
arch=('x86_64')
depends=('ghc-libs')
-makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit' 'haskell-temporary')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit' 'haskell-quickcheck'
+ 'haskell-temporary')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('ccab6a31a5bfe5a30ad6d0e757d523d03eb7560c47bee0abd79205f2aaedab985bc6381df50fcdb8ffb48a081198891daa46e0ec6602a99bf5878c762b89c6b7')
More information about the arch-commits
mailing list