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

2022-01-10 Thread Felix Yan via arch-commits
Date: Monday, January 10, 2022 @ 18:17:27
  Author: felixonmars
Revision: 1099722

upgpkg: haskell-spoon 0.3.1-9: rebuild with ghc 9.0.2

Modified:
  haskell-spoon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-10 18:17:02 UTC (rev 1099721)
+++ PKGBUILD2022-01-10 18:17:27 UTC (rev 1099722)
@@ -3,7 +3,7 @@
 _hkgname=spoon
 pkgname=haskell-spoon
 pkgver=0.3.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Catch errors thrown from pure computations"
 url="https://hackage.haskell.org/package/spoon;
 license=('BSD')
@@ -18,7 +18,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
 runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script



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

2021-06-16 Thread Felix Yan via arch-commits
Date: Thursday, June 17, 2021 @ 00:40:30
  Author: felixonmars
Revision: 964510

upgpkg: haskell-spoon 0.3.1-8: rebuild with ghc 9.0.1

Modified:
  haskell-spoon/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-17 00:39:53 UTC (rev 964509)
+++ PKGBUILD2021-06-17 00:40:30 UTC (rev 964510)
@@ -3,7 +3,7 @@
 _hkgname=spoon
 pkgname=haskell-spoon
 pkgver=0.3.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Catch errors thrown from pure computations"
 url="https://hackage.haskell.org/package/spoon;
 license=('BSD')


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

2021-06-06 Thread Felix Yan via arch-commits
Date: Monday, June 7, 2021 @ 00:04:19
  Author: felixonmars
Revision: 956722

upgpkg: haskell-spoon 0.3.1-7: rebuild with ghc 8.10.5

Modified:
  haskell-spoon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-07 00:03:53 UTC (rev 956721)
+++ PKGBUILD2021-06-07 00:04:19 UTC (rev 956722)
@@ -3,7 +3,7 @@
 _hkgname=spoon
 pkgname=haskell-spoon
 pkgver=0.3.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Catch errors thrown from pure computations"
 url="https://hackage.haskell.org/package/spoon;
 license=('BSD')
@@ -28,7 +28,7 @@
 
 check() {
 cd $_hkgname-$pkgver
-runhaskell Setup test
+runhaskell Setup test --show-details=direct
 }
 
 package() {


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:24:36
  Author: felixonmars
Revision: 850673

upgpkg: haskell-spoon 0.3.1-6: rebuild with ghc 8.10.4

Modified:
  haskell-spoon/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:24:11 UTC (rev 850672)
+++ PKGBUILD2021-02-09 00:24:36 UTC (rev 850673)
@@ -3,7 +3,7 @@
 _hkgname=spoon
 pkgname=haskell-spoon
 pkgver=0.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Catch errors thrown from pure computations"
 url="https://hackage.haskell.org/package/spoon;
 license=('BSD')