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

2022-02-03 Thread Felix Yan via arch-commits
Date: Thursday, February 3, 2022 @ 23:22:12
  Author: felixonmars
Revision: 1124949

upgpkg: haskell-x11 1.10.2-1: rebuild with X11 1.10.2

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-03 23:19:22 UTC (rev 1124948)
+++ PKGBUILD2022-02-03 23:22:12 UTC (rev 1124949)
@@ -4,8 +4,8 @@
 
 _hkgname=X11
 pkgname=haskell-x11
-pkgver=1.10.1
-pkgrel=2
+pkgver=1.10.2
+pkgrel=1
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";
@@ -13,7 +13,7 @@
 depends=('ghc-libs' 'libx11' 'libxinerama' 'libxrandr' 'libxss' 
'haskell-data-default-class')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
-sha512sums=('ef4c3103c098a41542c4a70b7f1fb1429ff01fecf64e23cd45e65422ad3690f17456a5a8fed5f7060d93606b07ba7e6d7425b35bbfa78f4582b7550247162ceb')
+sha512sums=('5013dc359e081900193efd201c38c41ca73bc8dae3610e8e3b46e42aad7ae4a5917ecd3219d77e40141be7179963aaa2454032c820945e93ff4310ef359b2df4')
 
 build() {
 cd $_hkgname-$pkgver



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

2022-01-10 Thread Felix Yan via arch-commits
Date: Monday, January 10, 2022 @ 18:43:30
  Author: felixonmars
Revision: 1099784

upgpkg: haskell-x11 1.10.1-2: rebuild with ghc 9.0.2

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-10 18:41:44 UTC (rev 1099783)
+++ PKGBUILD2022-01-10 18:43:30 UTC (rev 1099784)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";
@@ -20,7 +20,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
---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-x11/trunk (PKGBUILD)

2021-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 16, 2021 @ 14:52:11
  Author: felixonmars
Revision: 1001025

upgpkg: haskell-x11 1.10.1-1: rebuild with X11 1.10.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-08-16 14:50:34 UTC (rev 1001024)
+++ PKGBUILD2021-08-16 14:52:11 UTC (rev 1001025)
@@ -4,8 +4,8 @@
 
 _hkgname=X11
 pkgname=haskell-x11
-pkgver=1.10
-pkgrel=3
+pkgver=1.10.1
+pkgrel=1
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";
@@ -13,7 +13,7 @@
 depends=('ghc-libs' 'libx11' 'libxinerama' 'libxrandr' 'libxss' 
'haskell-data-default-class')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
-sha512sums=('7976a151edf9a54e4278f65903ec6b177211f8209039c4e2747abddd9ed86db51a6e65c5359297443b5ade513d9ca8e452cff033d9d0261f3fb027113765bb89')
+sha512sums=('ef4c3103c098a41542c4a70b7f1fb1429ff01fecf64e23cd45e65422ad3690f17456a5a8fed5f7060d93606b07ba7e6d7425b35bbfa78f4582b7550247162ceb')
 
 build() {
 cd $_hkgname-$pkgver



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

2021-06-17 Thread Felix Yan via arch-commits
Date: Thursday, June 17, 2021 @ 22:35:40
  Author: felixonmars
Revision: 964927

upgpkg: haskell-x11 1.10-3: rebuild with ghc 9.0.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-17 22:34:29 UTC (rev 964926)
+++ PKGBUILD2021-06-17 22:35:40 UTC (rev 964927)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.10
-pkgrel=2
+pkgrel=3
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-06-06 Thread Felix Yan via arch-commits
Date: Sunday, June 6, 2021 @ 22:55:17
  Author: felixonmars
Revision: 956512

upgpkg: haskell-x11 1.10-2: rebuild with ghc 8.10.5

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-06 22:54:32 UTC (rev 956511)
+++ PKGBUILD2021-06-06 22:55:17 UTC (rev 956512)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-06-01 Thread Felix Yan via arch-commits
Date: Tuesday, June 1, 2021 @ 17:10:12
  Author: felixonmars
Revision: 953025

upgpkg: haskell-x11 1.10-1: rebuild with X11 1.10

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-01 17:10:09 UTC (rev 953024)
+++ PKGBUILD2021-06-01 17:10:12 UTC (rev 953025)
@@ -4,17 +4,16 @@
 
 _hkgname=X11
 pkgname=haskell-x11
-pkgver=1.9.2
-pkgrel=75
+pkgver=1.10
+pkgrel=1
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";
 license=('BSD')
-depends=('ghc-libs' "libx11" "libxinerama" "libxrandr" "libxss" 
"haskell-data-default")
-conflicts=(haskell-x11-extras)
+depends=('ghc-libs' 'libx11' 'libxinerama' 'libxrandr' 'libxss' 
'haskell-data-default-class')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
-sha512sums=('e9658c33b6dcbb6a42f1cc4a8976365506af94ddc15c32f73205b453934ef3232f3b383f8365b6aa6e69b51acfda4a0f3a8038f3164523b33781139a80582a41')
+sha512sums=('7976a151edf9a54e4278f65903ec6b177211f8209039c4e2747abddd9ed86db51a6e65c5359297443b5ade513d9ca8e452cff033d9d0261f3fb027113765bb89')
 
 build() {
 cd $_hkgname-$pkgver


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

2021-05-30 Thread Felix Yan via arch-commits
Date: Monday, May 31, 2021 @ 02:48:00
  Author: felixonmars
Revision: 951496

upgpkg: haskell-x11 1.9.2-75: rebuild with unliftio 0.2.16

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-31 02:47:12 UTC (rev 951495)
+++ PKGBUILD2021-05-31 02:48:00 UTC (rev 951496)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=74
+pkgrel=75
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-05-26 Thread Felix Yan via arch-commits
Date: Thursday, May 27, 2021 @ 05:10:53
  Author: felixonmars
Revision: 948068

upgpkg: haskell-x11 1.9.2-74: rebuild with hspec 2.8.2, hspec-core 2.8.2, 
hspec-discover 2.8.2

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-27 05:10:04 UTC (rev 948067)
+++ PKGBUILD2021-05-27 05:10:53 UTC (rev 948068)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=73
+pkgrel=74
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-05-20 Thread Felix Yan via arch-commits
Date: Friday, May 21, 2021 @ 03:48:41
  Author: felixonmars
Revision: 940068

upgpkg: haskell-x11 1.9.2-73: rebuild with hashable 1.3.2.0

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-21 03:47:48 UTC (rev 940067)
+++ PKGBUILD2021-05-21 03:48:41 UTC (rev 940068)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=72
+pkgrel=73
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-05-19 Thread Felix Yan via arch-commits
Date: Thursday, May 20, 2021 @ 06:17:21
  Author: felixonmars
Revision: 937851

upgpkg: haskell-x11 1.9.2-72: rebuild with hspec 2.8.1, hspec-core 2.8.1, 
hspec-discover 2.8.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-20 06:16:25 UTC (rev 937850)
+++ PKGBUILD2021-05-20 06:17:21 UTC (rev 937851)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=71
+pkgrel=72
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-05-13 Thread Felix Yan via arch-commits
Date: Thursday, May 13, 2021 @ 23:27:21
  Author: felixonmars
Revision: 933882

upgpkg: haskell-x11 1.9.2-71: rebuild with hspec 2.8.0, hspec-core 2.8.0, 
hspec-discover 2.8.0, tasty-hspec 1.1.7

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-13 23:26:38 UTC (rev 933881)
+++ PKGBUILD2021-05-13 23:27:21 UTC (rev 933882)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=70
+pkgrel=71
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-05-11 Thread Felix Yan via arch-commits
Date: Tuesday, May 11, 2021 @ 21:36:41
  Author: felixonmars
Revision: 930716

upgpkg: haskell-x11 1.9.2-70: rebuild with unliftio 0.2.15

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-11 21:35:54 UTC (rev 930715)
+++ PKGBUILD2021-05-11 21:36:41 UTC (rev 930716)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=69
+pkgrel=70
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-04-22 Thread Felix Yan via arch-commits
Date: Thursday, April 22, 2021 @ 19:26:16
  Author: felixonmars
Revision: 921538

upgpkg: haskell-x11 1.9.2-69: rebuild with hspec 2.7.10, hspec-core 2.7.10, 
hspec-discover 2.7.10

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-22 19:25:00 UTC (rev 921537)
+++ PKGBUILD2021-04-22 19:26:16 UTC (rev 921538)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=68
+pkgrel=69
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-04-12 Thread Felix Yan via arch-commits
Date: Tuesday, April 13, 2021 @ 05:23:05
  Author: felixonmars
Revision: 916345

upgpkg: haskell-x11 1.9.2-68: rebuild with quickcheck-classes-base 0.6.2.0

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-13 05:22:04 UTC (rev 916344)
+++ PKGBUILD2021-04-13 05:23:05 UTC (rev 916345)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=67
+pkgrel=68
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-04-08 Thread Felix Yan via arch-commits
Date: Thursday, April 8, 2021 @ 09:39:04
  Author: felixonmars
Revision: 913791

upgpkg: haskell-x11 1.9.2-67: rebuild with vector 0.12.3.0

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-08 09:37:47 UTC (rev 913790)
+++ PKGBUILD2021-04-08 09:39:04 UTC (rev 913791)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=66
+pkgrel=67
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-03-29 Thread Felix Yan via arch-commits
Date: Monday, March 29, 2021 @ 15:59:52
  Author: felixonmars
Revision: 909303

upgpkg: haskell-x11 1.9.2-66: rebuild with math-functions 0.3.4.2

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-29 15:57:40 UTC (rev 909302)
+++ PKGBUILD2021-03-29 15:59:52 UTC (rev 909303)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=65
+pkgrel=66
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-03-28 Thread Felix Yan via arch-commits
Date: Sunday, March 28, 2021 @ 13:36:21
  Author: felixonmars
Revision: 906841

upgpkg: haskell-x11 1.9.2-65: rebuild with tasty 1.4.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-28 13:35:01 UTC (rev 906840)
+++ PKGBUILD2021-03-28 13:36:21 UTC (rev 906841)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=64
+pkgrel=65
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-03-25 Thread Felix Yan via arch-commits
Date: Thursday, March 25, 2021 @ 16:03:45
  Author: felixonmars
Revision: 903194

upgpkg: haskell-x11 1.9.2-64: rebuild with tasty 1.4.0.3

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-25 16:02:29 UTC (rev 903193)
+++ PKGBUILD2021-03-25 16:03:45 UTC (rev 903194)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=63
+pkgrel=64
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-03-22 Thread Felix Yan via arch-commits
Date: Tuesday, March 23, 2021 @ 02:47:21
  Author: felixonmars
Revision: 899714

upgpkg: haskell-x11 1.9.2-63: rebuild with hspec 2.7.9, hspec-core 2.7.9, 
hspec-discover 2.7.9

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-23 02:45:46 UTC (rev 899713)
+++ PKGBUILD2021-03-23 02:47:21 UTC (rev 899714)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=62
+pkgrel=63
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-03-21 Thread Felix Yan via arch-commits
Date: Sunday, March 21, 2021 @ 07:48:54
  Author: felixonmars
Revision: 897153

upgpkg: haskell-x11 1.9.2-62: rebuild with tasty 1.4.0.2

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-21 07:47:36 UTC (rev 897152)
+++ PKGBUILD2021-03-21 07:48:54 UTC (rev 897153)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=61
+pkgrel=62
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-03-16 Thread Felix Yan via arch-commits
Date: Tuesday, March 16, 2021 @ 17:35:57
  Author: felixonmars
Revision: 891983

upgpkg: haskell-x11 1.9.2-61: rebuild with doctest 0.18.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-16 17:34:41 UTC (rev 891982)
+++ PKGBUILD2021-03-16 17:35:57 UTC (rev 891983)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=60
+pkgrel=61
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-03-12 Thread Felix Yan via arch-commits
Date: Friday, March 12, 2021 @ 12:46:13
  Author: felixonmars
Revision: 888734

upgpkg: haskell-x11 1.9.2-60: rebuild with tasty 1.4.0.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-12 12:44:37 UTC (rev 888733)
+++ PKGBUILD2021-03-12 12:46:13 UTC (rev 888734)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=59
+pkgrel=60
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-03-06 Thread Felix Yan via arch-commits
Date: Sunday, March 7, 2021 @ 03:23:11
  Author: felixonmars
Revision: 885258

upgpkg: haskell-x11 1.9.2-59: rebuild with vector-th-unbox 0.2.1.9

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-07 03:22:24 UTC (rev 885257)
+++ PKGBUILD2021-03-07 03:23:11 UTC (rev 885258)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=58
+pkgrel=59
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-03-05 Thread Felix Yan via arch-commits
Date: Saturday, March 6, 2021 @ 03:25:35
  Author: felixonmars
Revision: 883150

upgpkg: haskell-x11 1.9.2-58: rebuild with hspec 2.7.8, hspec-core 2.7.8, 
hspec-discover 2.7.8

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-06 03:24:29 UTC (rev 883149)
+++ PKGBUILD2021-03-06 03:25:35 UTC (rev 883150)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=57
+pkgrel=58
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-03-03 Thread Felix Yan via arch-commits
Date: Thursday, March 4, 2021 @ 02:43:15
  Author: felixonmars
Revision: 880120

upgpkg: haskell-x11 1.9.2-57: rebuild with tasty 1.4, tasty-silver 3.2, 
tasty-ant-xml 1.1.8

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-04 02:42:34 UTC (rev 880119)
+++ PKGBUILD2021-03-04 02:43:15 UTC (rev 880120)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=56
+pkgrel=57
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-03-01 Thread Felix Yan via arch-commits
Date: Monday, March 1, 2021 @ 17:58:58
  Author: felixonmars
Revision: 876507

upgpkg: haskell-x11 1.9.2-56: rebuild with vector-th-unbox 0.2.1.8

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-01 17:57:58 UTC (rev 876506)
+++ PKGBUILD2021-03-01 17:58:58 UTC (rev 876507)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=55
+pkgrel=56
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-02-24 Thread Felix Yan via arch-commits
Date: Thursday, February 25, 2021 @ 02:09:35
  Author: felixonmars
Revision: 872494

upgpkg: haskell-x11 1.9.2-55: rebuild with regex-base 0.94.0.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-25 02:08:52 UTC (rev 872493)
+++ PKGBUILD2021-02-25 02:09:35 UTC (rev 872494)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=54
+pkgrel=55
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-02-22 Thread Felix Yan via arch-commits
Date: Monday, February 22, 2021 @ 13:35:14
  Author: felixonmars
Revision: 868614

upgpkg: haskell-x11 1.9.2-54: rebuild with hashable 1.3.1.0

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-22 13:34:33 UTC (rev 868613)
+++ PKGBUILD2021-02-22 13:35:14 UTC (rev 868614)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=53
+pkgrel=54
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-02-17 Thread Felix Yan via arch-commits
Date: Wednesday, February 17, 2021 @ 22:40:01
  Author: felixonmars
Revision: 862972

upgpkg: haskell-x11 1.9.2-53: rebuild with async 2.2.3

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-17 22:39:04 UTC (rev 862971)
+++ PKGBUILD2021-02-17 22:40:01 UTC (rev 862972)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=52
+pkgrel=53
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-02-14 Thread Felix Yan via arch-commits
Date: Monday, February 15, 2021 @ 02:22:56
  Author: felixonmars
Revision: 860329

upgpkg: haskell-x11 1.9.2-52: rebuild with doctest 0.18

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-15 02:22:04 UTC (rev 860328)
+++ PKGBUILD2021-02-15 02:22:56 UTC (rev 860329)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=51
+pkgrel=52
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-02-12 Thread Felix Yan via arch-commits
Date: Saturday, February 13, 2021 @ 03:27:27
  Author: felixonmars
Revision: 857682

upgpkg: haskell-x11 1.9.2-51: rebuild with logict 0.7.1.0

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-13 03:26:44 UTC (rev 857681)
+++ PKGBUILD2021-02-13 03:27:27 UTC (rev 857682)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=50
+pkgrel=51
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-02-10 Thread Felix Yan via arch-commits
Date: Thursday, February 11, 2021 @ 00:52:42
  Author: felixonmars
Revision: 854795

upgpkg: haskell-x11 1.9.2-50: rebuild with hspec-meta 2.7.8

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-11 00:52:00 UTC (rev 854794)
+++ PKGBUILD2021-02-11 00:52:42 UTC (rev 854795)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=49
+pkgrel=50
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-02-09 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 19:21:32
  Author: felixonmars
Revision: 851409

upgpkg: haskell-x11 1.9.2-49: rebuild with ghc 8.10.4

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 19:20:48 UTC (rev 851408)
+++ PKGBUILD2021-02-09 19:21:32 UTC (rev 851409)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=48
+pkgrel=49
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-02-07 Thread Felix Yan via arch-commits
Date: Sunday, February 7, 2021 @ 22:04:59
  Author: felixonmars
Revision: 848385

upgpkg: haskell-x11 1.9.2-48: rebuild with code-page 0.2.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-07 22:03:28 UTC (rev 848384)
+++ PKGBUILD2021-02-07 22:04:59 UTC (rev 848385)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=47
+pkgrel=48
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-02-04 Thread Felix Yan via arch-commits
Date: Thursday, February 4, 2021 @ 17:11:11
  Author: felixonmars
Revision: 844706

upgpkg: haskell-x11 1.9.2-47: rebuild with clock 0.8.2

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-04 17:09:57 UTC (rev 844705)
+++ PKGBUILD2021-02-04 17:11:11 UTC (rev 844706)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=46
+pkgrel=47
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-02-02 Thread Felix Yan via arch-commits
Date: Tuesday, February 2, 2021 @ 16:14:29
  Author: felixonmars
Revision: 841137

upgpkg: haskell-x11 1.9.2-46: rebuild with HUnit 1.6.2.0

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-02-02 16:13:12 UTC (rev 841136)
+++ PKGBUILD2021-02-02 16:14:29 UTC (rev 841137)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=45
+pkgrel=46
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-01-31 Thread Felix Yan via arch-commits
Date: Sunday, January 31, 2021 @ 22:50:40
  Author: felixonmars
Revision: 838867

upgpkg: haskell-x11 1.9.2-45: rebuild with unliftio 0.2.14

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-31 22:48:49 UTC (rev 838866)
+++ PKGBUILD2021-01-31 22:50:40 UTC (rev 838867)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=44
+pkgrel=45
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-01-30 Thread Felix Yan via arch-commits
Date: Saturday, January 30, 2021 @ 15:27:38
  Author: felixonmars
Revision: 836014

upgpkg: haskell-x11 1.9.2-44: rebuild with vector 0.12.2.0

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-30 15:27:12 UTC (rev 836013)
+++ PKGBUILD2021-01-30 15:27:38 UTC (rev 836014)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=43
+pkgrel=44
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-01-28 Thread Felix Yan via arch-commits
Date: Thursday, January 28, 2021 @ 20:57:33
  Author: felixonmars
Revision: 833471

upgpkg: haskell-x11 1.9.2-43: rebuild with bifunctors 5.5.10

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-28 20:56:16 UTC (rev 833470)
+++ PKGBUILD2021-01-28 20:57:33 UTC (rev 833471)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=42
+pkgrel=43
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-01-26 Thread Felix Yan via arch-commits
Date: Tuesday, January 26, 2021 @ 21:37:32
  Author: felixonmars
Revision: 831020

upgpkg: haskell-x11 1.9.2-42: rebuild with call-stack 0.3.0

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-26 21:35:53 UTC (rev 831019)
+++ PKGBUILD2021-01-26 21:37:32 UTC (rev 831020)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=41
+pkgrel=42
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-01-23 Thread Felix Yan via arch-commits
Date: Sunday, January 24, 2021 @ 00:37:53
  Author: felixonmars
Revision: 827216

upgpkg: haskell-x11 1.9.2-41: rebuild with syb 0.7.2.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-24 00:36:36 UTC (rev 827215)
+++ PKGBUILD2021-01-24 00:37:53 UTC (rev 827216)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=40
+pkgrel=41
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-01-22 Thread Felix Yan via arch-commits
Date: Friday, January 22, 2021 @ 18:57:42
  Author: felixonmars
Revision: 824849

upgpkg: haskell-x11 1.9.2-40: rebuild with hspec 2.7.7, hspec-core 2.7.7, 
hspec-discover 2.7.7

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-22 18:56:27 UTC (rev 824848)
+++ PKGBUILD2021-01-22 18:57:42 UTC (rev 824849)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=39
+pkgrel=40
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-01-17 Thread Felix Yan via arch-commits
Date: Sunday, January 17, 2021 @ 22:52:16
  Author: felixonmars
Revision: 821963

upgpkg: haskell-x11 1.9.2-39: rebuild with smallcheck 1.2.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-17 22:51:40 UTC (rev 821962)
+++ PKGBUILD2021-01-17 22:52:16 UTC (rev 821963)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=38
+pkgrel=39
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-01-11 Thread Felix Yan via arch-commits
Date: Monday, January 11, 2021 @ 17:24:27
  Author: felixonmars
Revision: 817962

upgpkg: haskell-x11 1.9.2-38: rebuild with hspec 2.7.6, hspec-core 2.7.6, 
hspec-discover 2.7.6

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-11 17:23:41 UTC (rev 817961)
+++ PKGBUILD2021-01-11 17:24:27 UTC (rev 817962)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=37
+pkgrel=38
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-01-08 Thread Felix Yan via arch-commits
Date: Saturday, January 9, 2021 @ 02:47:31
  Author: felixonmars
Revision: 814517

upgpkg: haskell-x11 1.9.2-37: rebuild with hspec 2.7.5, hspec-core 2.7.5, 
hspec-discover 2.7.5

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-09 02:46:40 UTC (rev 814516)
+++ PKGBUILD2021-01-09 02:47:31 UTC (rev 814517)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=36
+pkgrel=37
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-01-07 Thread Felix Yan via arch-commits
Date: Thursday, January 7, 2021 @ 13:37:52
  Author: felixonmars
Revision: 811806

upgpkg: haskell-x11 1.9.2-36: rebuild with bifunctors 5.5.9

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-07 13:37:06 UTC (rev 811805)
+++ PKGBUILD2021-01-07 13:37:52 UTC (rev 811806)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=35
+pkgrel=36
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-01-05 Thread Felix Yan via arch-commits
Date: Tuesday, January 5, 2021 @ 09:22:06
  Author: felixonmars
Revision: 808551

upgpkg: haskell-x11 1.9.2-35: rebuild with comonad 5.0.8

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-05 09:21:19 UTC (rev 808550)
+++ PKGBUILD2021-01-05 09:22:06 UTC (rev 808551)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=34
+pkgrel=35
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-01-03 Thread Felix Yan via arch-commits
Date: Sunday, January 3, 2021 @ 19:28:48
  Author: felixonmars
Revision: 805696

upgpkg: haskell-x11 1.9.2-34: rebuild with distributive 0.6.2.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-03 19:27:31 UTC (rev 805695)
+++ PKGBUILD2021-01-03 19:28:48 UTC (rev 805696)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=33
+pkgrel=34
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2021-01-01 Thread Felix Yan via arch-commits
Date: Friday, January 1, 2021 @ 22:46:18
  Author: felixonmars
Revision: 802978

upgpkg: haskell-x11 1.9.2-33: rebuild with th-abstraction 0.4.2.0

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-01 22:44:49 UTC (rev 802977)
+++ PKGBUILD2021-01-01 22:46:18 UTC (rev 802978)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=32
+pkgrel=33
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2020-12-31 Thread Felix Yan via arch-commits
Date: Thursday, December 31, 2020 @ 21:49:48
  Author: felixonmars
Revision: 801033

upgpkg: haskell-x11 1.9.2-32: rebuild with contravariant 1.5.3

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-31 21:49:04 UTC (rev 801032)
+++ PKGBUILD2020-12-31 21:49:48 UTC (rev 801033)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=31
+pkgrel=32
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";


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

2020-12-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 30, 2020 @ 11:19:59
  Author: felixonmars
Revision: 798838

upgpkg: haskell-x11 1.9.2-31: rebuild with StateVar 1.2.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-30 11:19:13 UTC (rev 798837)
+++ PKGBUILD2020-12-30 11:19:59 UTC (rev 798838)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.2
-pkgrel=30
+pkgrel=31
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";