Date: Thursday, October 13, 2022 @ 23:59:25
  Author: felixonmars
Revision: 1328139

upgpkg: haskell-hedgehog-classes 0.2.5.3-76: rebuild with aeson 2.1.0.0

Modified:
  haskell-hedgehog-classes/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-13 23:59:04 UTC (rev 1328138)
+++ PKGBUILD    2022-10-13 23:59:25 UTC (rev 1328139)
@@ -3,7 +3,7 @@
 _hkgname=hedgehog-classes
 pkgname=haskell-hedgehog-classes
 pkgver=0.2.5.3
-pkgrel=75
+pkgrel=76
 pkgdesc="Hedgehog will eat your typeclass bugs"
 url="https://github.com/hedgehogqa/haskell-hedgehog-classes";
 license=("BSD")
@@ -18,7 +18,7 @@
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u hedgehog -u vector $_hkgname.cabal
+  uusi -u aeson -u hedgehog -u vector $_hkgname.cabal
 }
 
 build() {
@@ -28,7 +28,8 @@
     --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
     --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
-    --ghc-option='-pie'
+    --ghc-option='-pie' \
+    -faeson -fcomonad -fsemirings -fprimitive -fvector
 
   runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script

Reply via email to