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

Felix Yan felixonmars at archlinux.org
Sun Mar 21 19:14:59 UTC 2021


    Date: Sunday, March 21, 2021 @ 19:14:59
  Author: felixonmars
Revision: 898421

upgpkg: haskell-vector-builder 0.3.8.1-1

Modified:
  haskell-vector-builder/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-21 19:05:14 UTC (rev 898420)
+++ PKGBUILD	2021-03-21 19:14:59 UTC (rev 898421)
@@ -3,27 +3,23 @@
 
 _hkgname=vector-builder
 pkgname=haskell-vector-builder
-pkgver=0.3.8
-pkgrel=92
+pkgver=0.3.8.1
+pkgrel=1
 pkgdesc="Vector builder"
 url="https://github.com/nikita-volkov/vector-builder"
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-base-prelude" "haskell-vector")
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-vector')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-attoparsec' 'haskell-quickcheck-instances'
+             'haskell-rerebase' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('e7ca1b6ba35aa76e16ad485cfd5e326c2b257339d2aadc57b7ce2a5ec3d5790fec99e5546ea18351cd9cbf31e7ec99c737461950acd355f62be27b53edb2be17')
+sha512sums=('019d357b85d8d06868acffeb9be20f36b7dcee53c819e2e1fc6759ffae2c9ebc2174dbc498e4c57a491faaa5f39d301079c91d1df397362ff391ed893deb3362')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i '/semigroups/d' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
@@ -32,6 +28,11 @@
     sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+    cd $_hkgname-$pkgver
+    runhaskell Setup test
+}
+
 package() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list