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

2022-01-10 Thread Felix Yan via arch-commits
Date: Monday, January 10, 2022 @ 17:11:57
  Author: felixonmars
Revision: 1099544

upgpkg: haskell-ordered-containers 0.2.2-12: rebuild with ghc 9.0.2

Modified:
  haskell-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-10 17:11:35 UTC (rev 1099543)
+++ PKGBUILD2022-01-10 17:11:57 UTC (rev 1099544)
@@ -3,7 +3,7 @@
 _hkgname=ordered-containers
 pkgname=haskell-ordered-containers
 pkgver=0.2.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Set- and Map-like types that remember the order elements were 
inserted"
 url="https://github.com/dmwit/ordered-containers;
 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-ordered-containers/trunk (PKGBUILD)

2021-06-16 Thread Felix Yan via arch-commits
Date: Thursday, June 17, 2021 @ 00:31:05
  Author: felixonmars
Revision: 964488

upgpkg: haskell-ordered-containers 0.2.2-11: rebuild with ghc 9.0.1

Modified:
  haskell-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-17 00:30:15 UTC (rev 964487)
+++ PKGBUILD2021-06-17 00:31:05 UTC (rev 964488)
@@ -3,7 +3,7 @@
 _hkgname=ordered-containers
 pkgname=haskell-ordered-containers
 pkgver=0.2.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Set- and Map-like types that remember the order elements were 
inserted"
 url="https://github.com/dmwit/ordered-containers;
 license=('BSD')


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

2021-06-06 Thread Felix Yan via arch-commits
Date: Sunday, June 6, 2021 @ 22:29:04
  Author: felixonmars
Revision: 956431

upgpkg: haskell-ordered-containers 0.2.2-10: rebuild with ghc 8.10.5

Modified:
  haskell-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-06 22:28:39 UTC (rev 956430)
+++ PKGBUILD2021-06-06 22:29:04 UTC (rev 956431)
@@ -3,7 +3,7 @@
 _hkgname=ordered-containers
 pkgname=haskell-ordered-containers
 pkgver=0.2.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Set- and Map-like types that remember the order elements were 
inserted"
 url="https://github.com/dmwit/ordered-containers;
 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-ordered-containers/trunk (PKGBUILD)

2021-02-08 Thread Felix Yan via arch-commits
Date: Monday, February 8, 2021 @ 23:17:27
  Author: felixonmars
Revision: 850473

upgpkg: haskell-ordered-containers 0.2.2-9: rebuild with ghc 8.10.4

Modified:
  haskell-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-08 23:17:21 UTC (rev 850472)
+++ PKGBUILD2021-02-08 23:17:27 UTC (rev 850473)
@@ -3,7 +3,7 @@
 _hkgname=ordered-containers
 pkgname=haskell-ordered-containers
 pkgver=0.2.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Set- and Map-like types that remember the order elements were 
inserted"
 url="https://github.com/dmwit/ordered-containers;
 license=('BSD')