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

2020-02-25 Thread Felix Yan via arch-commits
Date: Tuesday, February 25, 2020 @ 18:33:48
  Author: felixonmars
Revision: 581798

upgpkg: haskell-aeson-qq 0.8.3-28: rebuild with splitmix 0.0.4

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 18:33:48 UTC (rev 581797)
+++ PKGBUILD2020-02-25 18:33:48 UTC (rev 581798)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=27
+pkgrel=28
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-02-24 Thread Felix Yan via arch-commits
Date: Monday, February 24, 2020 @ 19:04:08
  Author: felixonmars
Revision: 580708

upgpkg: haskell-aeson-qq 0.8.3-27: rebuild with haskell-src-exts 1.22.0, 
haskell-src-meta 0.8.4

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-24 19:03:19 UTC (rev 580707)
+++ PKGBUILD2020-02-24 19:04:08 UTC (rev 580708)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=26
+pkgrel=27
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-02-22 Thread Felix Yan via arch-commits
Date: Sunday, February 23, 2020 @ 05:41:35
  Author: felixonmars
Revision: 579290

upgpkg: haskell-aeson-qq 0.8.3-26: rebuild with logict 0.7.0.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-23 05:40:55 UTC (rev 579289)
+++ PKGBUILD2020-02-23 05:41:35 UTC (rev 579290)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=25
+pkgrel=26
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-02-22 Thread Felix Yan via arch-commits
Date: Saturday, February 22, 2020 @ 09:57:08
  Author: felixonmars
Revision: 578255

upgpkg: haskell-aeson-qq 0.8.3-25: rebuild with pretty-show 1.10

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-22 09:56:26 UTC (rev 578254)
+++ PKGBUILD2020-02-22 09:57:08 UTC (rev 578255)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=24
+pkgrel=25
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-02-21 Thread Felix Yan via arch-commits
Date: Friday, February 21, 2020 @ 15:43:07
  Author: felixonmars
Revision: 577665

upgpkg: haskell-aeson-qq 0.8.3-24: rebuild with tasty-golden 2.3.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-21 15:41:56 UTC (rev 577664)
+++ PKGBUILD2020-02-21 15:43:07 UTC (rev 577665)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=23
+pkgrel=24
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")
@@ -39,6 +39,6 @@
 install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
 install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
 runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }


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

2020-02-19 Thread Felix Yan via arch-commits
Date: Wednesday, February 19, 2020 @ 20:25:02
  Author: felixonmars
Revision: 576805

upgpkg: haskell-aeson-qq 0.8.3-23: rebuild with logict 0.7.0.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-19 20:24:07 UTC (rev 576804)
+++ PKGBUILD2020-02-19 20:25:02 UTC (rev 576805)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=22
+pkgrel=23
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-02-17 Thread Felix Yan via arch-commits
Date: Monday, February 17, 2020 @ 16:24:17
  Author: felixonmars
Revision: 574360

upgpkg: haskell-aeson-qq 0.8.3-22: rebuild with tasty-golden 2.3.2.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-17 16:23:29 UTC (rev 574359)
+++ PKGBUILD2020-02-17 16:24:17 UTC (rev 574360)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=21
+pkgrel=22
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-02-16 Thread Felix Yan via arch-commits
Date: Sunday, February 16, 2020 @ 10:42:20
  Author: felixonmars
Revision: 572259

upgpkg: haskell-aeson-qq 0.8.3-21: rebuild with ghc 8.8.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 10:41:34 UTC (rev 572258)
+++ PKGBUILD2020-02-16 10:42:20 UTC (rev 572259)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=20
+pkgrel=21
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-02-11 Thread Felix Yan via arch-commits
Date: Tuesday, February 11, 2020 @ 19:30:55
  Author: felixonmars
Revision: 567951

upgpkg: haskell-aeson-qq 0.8.3-20: rebuild with haskell-lexer 1.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-11 19:30:10 UTC (rev 567950)
+++ PKGBUILD2020-02-11 19:30:55 UTC (rev 567951)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=19
+pkgrel=20
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-02-11 Thread Felix Yan via arch-commits
Date: Tuesday, February 11, 2020 @ 09:39:08
  Author: felixonmars
Revision: 566896

upgpkg: haskell-aeson-qq 0.8.3-19: rebuild with ansi-terminal 0.10.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-11 09:38:14 UTC (rev 566895)
+++ PKGBUILD2020-02-11 09:39:08 UTC (rev 566896)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=18
+pkgrel=19
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-02-09 Thread Felix Yan via arch-commits
Date: Sunday, February 9, 2020 @ 17:03:40
  Author: felixonmars
Revision: 565476

upgpkg: haskell-aeson-qq 0.8.3-18: rebuild with tasty-quickcheck 0.10.1.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-09 17:02:37 UTC (rev 565475)
+++ PKGBUILD2020-02-09 17:03:40 UTC (rev 565476)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=17
+pkgrel=18
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 8, 2020 @ 18:36:15
  Author: felixonmars
Revision: 564842

upgpkg: haskell-aeson-qq 0.8.3-17: rebuild with th-abstraction 0.3.2.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-08 18:35:30 UTC (rev 564841)
+++ PKGBUILD2020-02-08 18:36:15 UTC (rev 564842)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=16
+pkgrel=17
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-02-05 Thread Felix Yan via arch-commits
Date: Wednesday, February 5, 2020 @ 19:34:02
  Author: felixonmars
Revision: 563429

upgpkg: haskell-aeson-qq 0.8.3-16: rebuild with vector 0.12.1.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-05 19:33:12 UTC (rev 563428)
+++ PKGBUILD2020-02-05 19:34:02 UTC (rev 563429)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=15
+pkgrel=16
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-01-29 Thread Felix Yan via arch-commits
Date: Wednesday, January 29, 2020 @ 13:35:51
  Author: felixonmars
Revision: 558841

upgpkg: haskell-aeson-qq 0.8.3-15: rebuild with base-compat 0.11.1, 
base-compat-batteries 0.11.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-29 13:35:03 UTC (rev 558840)
+++ PKGBUILD2020-01-29 13:35:51 UTC (rev 558841)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=14
+pkgrel=15
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-01-28 Thread Felix Yan via arch-commits
Date: Tuesday, January 28, 2020 @ 20:00:11
  Author: felixonmars
Revision: 558286

upgpkg: haskell-aeson-qq 0.8.3-14: rebuild with th-lift 0.8.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-28 19:59:25 UTC (rev 558285)
+++ PKGBUILD2020-01-28 20:00:11 UTC (rev 558286)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=13
+pkgrel=14
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-01-27 Thread Felix Yan via arch-commits
Date: Tuesday, January 28, 2020 @ 02:15:04
  Author: felixonmars
Revision: 556958

upgpkg: haskell-aeson-qq 0.8.3-13: rebuild with base-orphans 0.8.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-28 02:14:56 UTC (rev 556957)
+++ PKGBUILD2020-01-28 02:15:04 UTC (rev 556958)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=12
+pkgrel=13
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-01-09 Thread Felix Yan via arch-commits
Date: Friday, January 10, 2020 @ 04:51:00
  Author: felixonmars
Revision: 551538

upgpkg: haskell-aeson-qq 0.8.3-12: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 04:50:08 UTC (rev 551537)
+++ PKGBUILD2020-01-10 04:51:00 UTC (rev 551538)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=11
+pkgrel=12
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-01-07 Thread Felix Yan via arch-commits
Date: Tuesday, January 7, 2020 @ 16:52:33
  Author: felixonmars
Revision: 549867

upgpkg: haskell-aeson-qq 0.8.3-11: rebuild with haskell-src-meta 0.8.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-07 16:51:37 UTC (rev 549866)
+++ PKGBUILD2020-01-07 16:52:33 UTC (rev 549867)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=10
+pkgrel=11
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-01-04 Thread Felix Yan via arch-commits
Date: Saturday, January 4, 2020 @ 18:57:21
  Author: felixonmars
Revision: 548246

upgpkg: haskell-aeson-qq 0.8.3-10: rebuild with ansi-terminal 0.10.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 18:56:28 UTC (rev 548245)
+++ PKGBUILD2020-01-04 18:57:21 UTC (rev 548246)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=9
+pkgrel=10
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2020-01-02 Thread Felix Yan via arch-commits
Date: Thursday, January 2, 2020 @ 17:09:33
  Author: felixonmars
Revision: 546384

upgpkg: haskell-aeson-qq 0.8.3-9: rebuild with ansi-terminal 0.10.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-02 17:08:39 UTC (rev 546383)
+++ PKGBUILD2020-01-02 17:09:33 UTC (rev 546384)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=8
+pkgrel=9
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-12-30 Thread Felix Yan via arch-commits
Date: Monday, December 30, 2019 @ 11:33:35
  Author: felixonmars
Revision: 544428

upgpkg: haskell-aeson-qq 0.8.3-8: rebuild with exceptions 0.10.4

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-30 11:32:42 UTC (rev 544427)
+++ PKGBUILD2019-12-30 11:33:35 UTC (rev 544428)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=7
+pkgrel=8
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-12-25 Thread Felix Yan via arch-commits
Date: Wednesday, December 25, 2019 @ 12:44:49
  Author: felixonmars
Revision: 540928

upgpkg: haskell-aeson-qq 0.8.3-7: rebuild with tasty-hunit 0.10.0.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-25 12:43:52 UTC (rev 540927)
+++ PKGBUILD2019-12-25 12:44:49 UTC (rev 540928)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=6
+pkgrel=7
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-12-23 Thread Felix Yan via arch-commits
Date: Monday, December 23, 2019 @ 17:36:28
  Author: felixonmars
Revision: 539367

upgpkg: haskell-aeson-qq 0.8.3-6: rebuild with pandoc 2.8, pandoc-types 1.20, 
doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, 
base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-23 17:35:31 UTC (rev 539366)
+++ PKGBUILD2019-12-23 17:36:28 UTC (rev 539367)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=5
+pkgrel=6
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 18:14:23
  Author: felixonmars
Revision: 535937

upgpkg: haskell-aeson-qq 0.8.3-5

rebuild with safe 0.3.18

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 18:13:30 UTC (rev 535936)
+++ PKGBUILD2019-12-06 18:14:23 UTC (rev 535937)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=4
+pkgrel=5
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-11-23 Thread Felix Yan via arch-commits
Date: Saturday, November 23, 2019 @ 18:13:14
  Author: felixonmars
Revision: 532211

upgpkg: haskell-aeson-qq 0.8.3-4

rebuild ChasingBottoms 1.3.1.7

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-23 18:12:16 UTC (rev 532210)
+++ PKGBUILD2019-11-23 18:13:14 UTC (rev 532211)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=3
+pkgrel=4
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-11-21 Thread Felix Yan via arch-commits
Date: Thursday, November 21, 2019 @ 19:39:02
  Author: felixonmars
Revision: 531205

upgpkg: haskell-aeson-qq 0.8.3-3

rebuild with pcre-light 0.4.1.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-21 19:38:05 UTC (rev 531204)
+++ PKGBUILD2019-11-21 19:39:02 UTC (rev 531205)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=2
+pkgrel=3
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-11-19 Thread Felix Yan via arch-commits
Date: Tuesday, November 19, 2019 @ 18:53:16
  Author: felixonmars
Revision: 530463

upgpkg: haskell-aeson-qq 0.8.3-2

rebuild with Diff 0.4.0, aeson 1.4.6.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-19 18:52:19 UTC (rev 530462)
+++ PKGBUILD2019-11-19 18:53:16 UTC (rev 530463)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:22:12
  Author: felixonmars
Revision: 530216

upgpkg: haskell-aeson-qq 0.8.3-1

rebuild with aeson-qq 0.8.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:15:19 UTC (rev 530215)
+++ PKGBUILD2019-11-17 19:22:12 UTC (rev 530216)
@@ -3,17 +3,17 @@
 
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
-pkgver=0.8.2
-pkgrel=139
+pkgver=0.8.3
+pkgrel=1
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-compat' 'haskell-attoparsec' 
'haskell-scientific'
- 'haskell-vector' 'haskell-aeson' 'haskell-src-meta')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base-compat' 
'haskell-src-meta'
+ 'haskell-scientific' 'haskell-vector')
 makedepends=('ghc' 'haskell-hspec')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('bae36bcda3adc946253f373158a7e2b1604bb0d1dfb733295be08c2497c22d2b114849dc02a7846dac30394f112181fc8531837f005d004d8bdf6f3bd79724a3')
+sha512sums=('f7ef90529b4c9661ffc54ab8ebfc73c9966e6338591b871678be2a6e63ecf30089fd33279a074bd8d1905d71c8198ea5cc24c828d6e940e7af7585ba826a0c29')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-10-23 Thread Felix Yan via arch-commits
Date: Wednesday, October 23, 2019 @ 07:51:58
  Author: felixonmars
Revision: 518542

upgpkg: haskell-aeson-qq 0.8.2-139

rebuild with th-orphans 0.13.9

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 07:51:04 UTC (rev 518541)
+++ PKGBUILD2019-10-23 07:51:58 UTC (rev 518542)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=138
+pkgrel=139
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-10-11 Thread Felix Yan via arch-commits
Date: Friday, October 11, 2019 @ 18:57:02
  Author: felixonmars
Revision: 515068

upgpkg: haskell-aeson-qq 0.8.2-138

rebuild with th-expand-syns 0.4.5.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-11 18:56:07 UTC (rev 515067)
+++ PKGBUILD2019-10-11 18:57:02 UTC (rev 515068)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=137
+pkgrel=138
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-10-07 Thread Felix Yan via arch-commits
Date: Monday, October 7, 2019 @ 15:11:53
  Author: felixonmars
Revision: 513779

upgpkg: haskell-aeson-qq 0.8.2-137

rebuild with haskell-src-exts 1.21.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 15:11:06 UTC (rev 513778)
+++ PKGBUILD2019-10-07 15:11:53 UTC (rev 513779)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=136
+pkgrel=137
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-10-06 Thread Felix Yan via arch-commits
Date: Sunday, October 6, 2019 @ 11:51:29
  Author: felixonmars
Revision: 513230

upgpkg: haskell-aeson-qq 0.8.2-136

rebuild with happy 1.19.12

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-06 11:50:44 UTC (rev 513229)
+++ PKGBUILD2019-10-06 11:51:29 UTC (rev 513230)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=135
+pkgrel=136
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-09-02 Thread Felix Yan via arch-commits
Date: Monday, September 2, 2019 @ 07:41:27
  Author: felixonmars
Revision: 506739

upgpkg: haskell-aeson-qq 0.8.2-135

rebuild with exceptions 0.10.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-02 07:40:45 UTC (rev 506738)
+++ PKGBUILD2019-09-02 07:41:27 UTC (rev 506739)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=134
+pkgrel=135
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-08-31 Thread Felix Yan via arch-commits
Date: Sunday, September 1, 2019 @ 05:57:13
  Author: felixonmars
Revision: 505792

upgpkg: haskell-aeson-qq 0.8.2-134

rebuild with attoparsec 0.13.2.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-01 05:56:30 UTC (rev 505791)
+++ PKGBUILD2019-09-01 05:57:13 UTC (rev 505792)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=133
+pkgrel=134
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-08-28 Thread Felix Yan via arch-commits
Date: Wednesday, August 28, 2019 @ 08:43:54
  Author: felixonmars
Revision: 503677

upgpkg: haskell-aeson-qq 0.8.2-133

rebuild with bifunctors 5.5.5, th-abstraction 0.3.1.0, th-lift 0.8.0.1, 
th-lift-instances 0.1.14, hedgehog 1.0, tasty-hedgehog 1.0.0.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-28 08:43:11 UTC (rev 503676)
+++ PKGBUILD2019-08-28 08:43:54 UTC (rev 503677)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=132
+pkgrel=133
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-08-26 Thread Felix Yan via arch-commits
Date: Monday, August 26, 2019 @ 20:18:23
  Author: felixonmars
Revision: 502242

upgpkg: haskell-aeson-qq 0.8.2-132

rebuild with call-stack 0.2.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-26 20:17:38 UTC (rev 502241)
+++ PKGBUILD2019-08-26 20:18:23 UTC (rev 502242)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=131
+pkgrel=132
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-08-06 Thread Felix Yan via arch-commits
Date: Tuesday, August 6, 2019 @ 10:22:11
  Author: felixonmars
Revision: 497638

upgpkg: haskell-aeson-qq 0.8.2-131

rebuild with dlist 0.8.0.7

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-06 10:21:29 UTC (rev 497637)
+++ PKGBUILD2019-08-06 10:22:11 UTC (rev 497638)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=130
+pkgrel=131
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-07-31 Thread Felix Yan via arch-commits
Date: Thursday, August 1, 2019 @ 03:36:08
  Author: felixonmars
Revision: 495925

upgpkg: haskell-aeson-qq 0.8.2-130

rebuild with splitmix 0.0.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-01 03:35:20 UTC (rev 495924)
+++ PKGBUILD2019-08-01 03:36:08 UTC (rev 495925)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=129
+pkgrel=130
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-07-29 Thread Felix Yan via arch-commits
Date: Monday, July 29, 2019 @ 08:10:38
  Author: felixonmars
Revision: 494415

upgpkg: haskell-aeson-qq 0.8.2-129

rebuild with quickcheck-instances 0.3.22

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-29 08:09:42 UTC (rev 494414)
+++ PKGBUILD2019-07-29 08:10:38 UTC (rev 494415)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=128
+pkgrel=129
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-07-27 Thread Felix Yan via arch-commits
Date: Sunday, July 28, 2019 @ 02:00:02
  Author: felixonmars
Revision: 493350

upgpkg: haskell-aeson-qq 0.8.2-128

rebuild with silently 1.2.5.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-28 01:59:17 UTC (rev 493349)
+++ PKGBUILD2019-07-28 02:00:02 UTC (rev 493350)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=127
+pkgrel=128
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-07-18 Thread Felix Yan via arch-commits
Date: Thursday, July 18, 2019 @ 13:45:21
  Author: felixonmars
Revision: 491547

upgpkg: haskell-aeson-qq 0.8.2-127

rebuild with ChasingBottoms 1.3.1.6

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-18 13:43:48 UTC (rev 491546)
+++ PKGBUILD2019-07-18 13:45:21 UTC (rev 491547)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=126
+pkgrel=127
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-07-17 Thread Felix Yan via arch-commits
Date: Wednesday, July 17, 2019 @ 18:57:22
  Author: felixonmars
Revision: 490495

upgpkg: haskell-aeson-qq 0.8.2-126

rebuild with QuickCheck 2.13.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-17 18:56:21 UTC (rev 490494)
+++ PKGBUILD2019-07-17 18:57:22 UTC (rev 490495)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=125
+pkgrel=126
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-06-30 Thread Felix Yan via arch-commits
Date: Sunday, June 30, 2019 @ 18:39:04
  Author: felixonmars
Revision: 486538

upgpkg: haskell-aeson-qq 0.8.2-125

rebuild with tasty 1.2.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-30 18:38:21 UTC (rev 486537)
+++ PKGBUILD2019-06-30 18:39:04 UTC (rev 486538)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=124
+pkgrel=125
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-06-27 Thread Felix Yan via arch-commits
Date: Thursday, June 27, 2019 @ 09:10:16
  Author: felixonmars
Revision: 484867

upgpkg: haskell-aeson-qq 0.8.2-124

rebuild with syb 0.7.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-27 09:09:35 UTC (rev 484866)
+++ PKGBUILD2019-06-27 09:10:16 UTC (rev 484867)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=123
+pkgrel=124
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-06-26 Thread Felix Yan via arch-commits
Date: Wednesday, June 26, 2019 @ 06:47:25
  Author: felixonmars
Revision: 484227

upgpkg: haskell-aeson-qq 0.8.2-123

rebuild with aeson 1.4.4.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 06:46:46 UTC (rev 484226)
+++ PKGBUILD2019-06-26 06:47:25 UTC (rev 484227)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=122
+pkgrel=123
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-06-22 Thread Felix Yan via arch-commits
Date: Sunday, June 23, 2019 @ 03:25:52
  Author: felixonmars
Revision: 482873

upgpkg: haskell-aeson-qq 0.8.2-122

rebuild with happy 1.19.11

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 03:25:12 UTC (rev 482872)
+++ PKGBUILD2019-06-23 03:25:52 UTC (rev 482873)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=121
+pkgrel=122
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-06-09 Thread Felix Yan via arch-commits
Date: Sunday, June 9, 2019 @ 10:08:53
  Author: felixonmars
Revision: 478660

upgpkg: haskell-aeson-qq 0.8.2-121

rebuild with async 2.2.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-09 10:08:02 UTC (rev 478659)
+++ PKGBUILD2019-06-09 10:08:53 UTC (rev 478660)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=120
+pkgrel=121
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 30, 2019 @ 16:31:22
  Author: felixonmars
Revision: 474808

upgpkg: haskell-aeson-qq 0.8.2-120

rebuild with ansi-terminal 0.9.1, ansi-wl-pprint 0.6.9, concurrent-output 
1.10.10

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-30 16:30:39 UTC (rev 474807)
+++ PKGBUILD2019-05-30 16:31:22 UTC (rev 474808)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=119
+pkgrel=120
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-05-28 Thread Felix Yan via arch-commits
Date: Wednesday, May 29, 2019 @ 00:17:18
  Author: felixonmars
Revision: 473369

upgpkg: haskell-aeson-qq 0.8.2-119

rebuild with clock 0.8

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-29 00:16:36 UTC (rev 473368)
+++ PKGBUILD2019-05-29 00:17:18 UTC (rev 473369)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=118
+pkgrel=119
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-05-27 Thread Felix Yan via arch-commits
Date: Monday, May 27, 2019 @ 17:40:19
  Author: felixonmars
Revision: 471740

upgpkg: haskell-aeson-qq 0.8.2-118

rebuild with QuickCheck 2.13.1, hspec-core 2.7.1, hspec-discover 2.7.1, hspec 
2.7.1, time-compat 1.9.2.2, quickcheck-instances 0.3.21

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-27 17:39:37 UTC (rev 471739)
+++ PKGBUILD2019-05-27 17:40:19 UTC (rev 471740)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=117
+pkgrel=118
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-05-22 Thread Felix Yan via arch-commits
Date: Wednesday, May 22, 2019 @ 12:01:28
  Author: felixonmars
Revision: 468356

upgpkg: haskell-aeson-qq 0.8.2-117

rebuild with tasty-quickcheck 0.10.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 12:00:47 UTC (rev 468355)
+++ PKGBUILD2019-05-22 12:01:28 UTC (rev 468356)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=116
+pkgrel=117
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-05-12 Thread Felix Yan via arch-commits
Date: Sunday, May 12, 2019 @ 10:47:00
  Author: felixonmars
Revision: 466162

upgpkg: haskell-aeson-qq 0.8.2-116

rebuild with transformers-compat 0.6.5

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-12 10:46:19 UTC (rev 466161)
+++ PKGBUILD2019-05-12 10:47:00 UTC (rev 466162)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=115
+pkgrel=116
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 10, 2019 @ 15:38:58
  Author: felixonmars
Revision: 464889

upgpkg: haskell-aeson-qq 0.8.2-115

rebuild with happy 1.19.10

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-10 15:38:17 UTC (rev 464888)
+++ PKGBUILD2019-05-10 15:38:58 UTC (rev 464889)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=114
+pkgrel=115
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-05-08 Thread Felix Yan via arch-commits
Date: Wednesday, May 8, 2019 @ 23:04:54
  Author: felixonmars
Revision: 463508

upgpkg: haskell-aeson-qq 0.8.2-114

rebuild with exceptions 0.10.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-08 23:04:13 UTC (rev 463507)
+++ PKGBUILD2019-05-08 23:04:54 UTC (rev 463508)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=113
+pkgrel=114
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-05-08 Thread Felix Yan via arch-commits
Date: Wednesday, May 8, 2019 @ 08:43:00
  Author: felixonmars
Revision: 462755

upgpkg: haskell-aeson-qq 0.8.2-113

rebuild with case-insensitive 1.2.1.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-08 08:42:19 UTC (rev 462754)
+++ PKGBUILD2019-05-08 08:43:00 UTC (rev 462755)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=112
+pkgrel=113
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-05-06 Thread Felix Yan via arch-commits
Date: Monday, May 6, 2019 @ 14:10:13
  Author: felixonmars
Revision: 460958

upgpkg: haskell-aeson-qq 0.8.2-112

rebuild with colour 2.3.5

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-06 14:09:32 UTC (rev 460957)
+++ PKGBUILD2019-05-06 14:10:13 UTC (rev 460958)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=111
+pkgrel=112
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-05-05 Thread Felix Yan via arch-commits
Date: Monday, May 6, 2019 @ 04:58:28
  Author: felixonmars
Revision: 460354

upgpkg: haskell-aeson-qq 0.8.2-111

rebuild with logict 0.6.0.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-06 04:57:46 UTC (rev 460353)
+++ PKGBUILD2019-05-06 04:58:28 UTC (rev 460354)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=110
+pkgrel=111
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-05-02 Thread Felix Yan via arch-commits
Date: Friday, May 3, 2019 @ 03:22:12
  Author: felixonmars
Revision: 458120

upgpkg: haskell-aeson-qq 0.8.2-110

rebuild with vector 0.12.0.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-03 03:22:05 UTC (rev 458119)
+++ PKGBUILD2019-05-03 03:22:12 UTC (rev 458120)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=109
+pkgrel=110
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-04-30 Thread Felix Yan via arch-commits
Date: Tuesday, April 30, 2019 @ 23:58:59
  Author: felixonmars
Revision: 457248

upgpkg: haskell-aeson-qq 0.8.2-109

rebuild with aeson 1.4.3.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-30 23:58:18 UTC (rev 457247)
+++ PKGBUILD2019-04-30 23:58:59 UTC (rev 457248)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=108
+pkgrel=109
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-04-29 Thread Felix Yan via arch-commits
Date: Monday, April 29, 2019 @ 12:45:25
  Author: felixonmars
Revision: 456078

upgpkg: haskell-aeson-qq 0.8.2-108

rebuild with generic-deriving 1.12.4

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-29 12:44:01 UTC (rev 456077)
+++ PKGBUILD2019-04-29 12:45:25 UTC (rev 456078)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=107
+pkgrel=108
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-04-27 Thread Felix Yan via arch-commits
Date: Saturday, April 27, 2019 @ 13:42:21
  Author: felixonmars
Revision: 454730

upgpkg: haskell-aeson-qq 0.8.2-107

rebuild with ghc 8.6.5

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-27 13:41:25 UTC (rev 454729)
+++ PKGBUILD2019-04-27 13:42:21 UTC (rev 454730)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=106
+pkgrel=107
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-04-23 Thread Felix Yan via arch-commits
Date: Tuesday, April 23, 2019 @ 14:04:00
  Author: felixonmars
Revision: 453122

upgpkg: haskell-aeson-qq 0.8.2-106

rebuild with th-reify-many 0.1.9

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-23 14:01:55 UTC (rev 453121)
+++ PKGBUILD2019-04-23 14:04:00 UTC (rev 453122)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=105
+pkgrel=106
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-04-20 Thread Felix Yan via arch-commits
Date: Saturday, April 20, 2019 @ 19:15:52
  Author: felixonmars
Revision: 452274

upgpkg: haskell-aeson-qq 0.8.2-105

rebuild with integer-logarithms 1.0.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 19:15:08 UTC (rev 452273)
+++ PKGBUILD2019-04-20 19:15:52 UTC (rev 452274)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=104
+pkgrel=105
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-04-03 Thread Felix Yan via arch-commits
Date: Thursday, April 4, 2019 @ 02:38:04
  Author: felixonmars
Revision: 448716

upgpkg: haskell-aeson-qq 0.8.2-104

rebuild with transformers-compat 0.6.4

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-04 02:37:15 UTC (rev 448715)
+++ PKGBUILD2019-04-04 02:38:04 UTC (rev 448716)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=103
+pkgrel=104
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-04-01 Thread Felix Yan via arch-commits
Date: Tuesday, April 2, 2019 @ 00:21:14
  Author: felixonmars
Revision: 447292

upgpkg: haskell-aeson-qq 0.8.2-103

rebuild with transformers-compat 0.6.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-02 00:20:20 UTC (rev 447291)
+++ PKGBUILD2019-04-02 00:21:14 UTC (rev 447292)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=102
+pkgrel=103
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-03-30 Thread Felix Yan via arch-commits
Date: Saturday, March 30, 2019 @ 13:20:51
  Author: felixonmars
Revision: 446279

upgpkg: haskell-aeson-qq 0.8.2-102

rebuild with dlist 0.8.0.6

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-30 13:20:08 UTC (rev 446278)
+++ PKGBUILD2019-03-30 13:20:51 UTC (rev 446279)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=101
+pkgrel=102
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-03-28 Thread Felix Yan via arch-commits
Date: Thursday, March 28, 2019 @ 13:46:54
  Author: felixonmars
Revision: 445335

upgpkg: haskell-aeson-qq 0.8.2-101

rebuild with base-orphans 0.8.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-28 13:46:06 UTC (rev 445334)
+++ PKGBUILD2019-03-28 13:46:54 UTC (rev 445335)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=100
+pkgrel=101
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-03-26 Thread Felix Yan via arch-commits
Date: Tuesday, March 26, 2019 @ 23:16:51
  Author: felixonmars
Revision: 443868

upgpkg: haskell-aeson-qq 0.8.2-100

rebuild with exceptions 0.10.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-26 23:16:07 UTC (rev 443867)
+++ PKGBUILD2019-03-26 23:16:51 UTC (rev 443868)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=99
+pkgrel=100
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-03-25 Thread Felix Yan via arch-commits
Date: Monday, March 25, 2019 @ 07:27:34
  Author: felixonmars
Revision: 443370

upgpkg: haskell-aeson-qq 0.8.2-99

rebuild with th-orphans 0.13.7

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-25 07:26:48 UTC (rev 443369)
+++ PKGBUILD2019-03-25 07:27:34 UTC (rev 443370)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=98
+pkgrel=99
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-03-10 Thread Felix Yan via arch-commits
Date: Sunday, March 10, 2019 @ 11:38:01
  Author: felixonmars
Revision: 439232

upgpkg: haskell-aeson-qq 0.8.2-98

rebuild with ghc 8.6.4

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 11:37:13 UTC (rev 439231)
+++ PKGBUILD2019-03-10 11:38:01 UTC (rev 439232)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=97
+pkgrel=98
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:27:40
  Author: felixonmars
Revision: 437112

upgpkg: haskell-aeson-qq 0.8.2-97

rebuild with haskell-src-meta 0.8.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 21:27:14 UTC (rev 437111)
+++ PKGBUILD2019-02-28 21:27:40 UTC (rev 437112)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=96
+pkgrel=97
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-02-27 Thread Felix Yan via arch-commits
Date: Wednesday, February 27, 2019 @ 12:12:34
  Author: felixonmars
Revision: 436385

upgpkg: haskell-aeson-qq 0.8.2-96

rebuild with th-abstraction 0.2.11.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-27 12:11:44 UTC (rev 436384)
+++ PKGBUILD2019-02-27 12:12:34 UTC (rev 436385)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=95
+pkgrel=96
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-02-19 Thread Felix Yan via arch-commits
Date: Tuesday, February 19, 2019 @ 19:56:55
  Author: felixonmars
Revision: 434589

upgpkg: haskell-aeson-qq 0.8.2-95

rebuild with haskell-src-meta 0.8.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-19 19:56:07 UTC (rev 434588)
+++ PKGBUILD2019-02-19 19:56:55 UTC (rev 434589)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=94
+pkgrel=95
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 17:57:13
  Author: felixonmars
Revision: 433617

upgpkg: haskell-aeson-qq 0.8.2-94

rebuild with hashable-time 0.2.0.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 17:56:57 UTC (rev 433616)
+++ PKGBUILD2019-02-16 17:57:13 UTC (rev 433617)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=93
+pkgrel=94
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-02-15 Thread Felix Yan via arch-commits
Date: Friday, February 15, 2019 @ 09:49:29
  Author: felixonmars
Revision: 432535

upgpkg: haskell-aeson-qq 0.8.2-93

rebuild with tasty 1.2, tasty-rerun 1.1.14

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-15 09:48:44 UTC (rev 432534)
+++ PKGBUILD2019-02-15 09:49:29 UTC (rev 432535)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=92
+pkgrel=93
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-02-10 Thread Felix Yan via arch-commits
Date: Sunday, February 10, 2019 @ 08:16:11
  Author: felixonmars
Revision: 431214

upgpkg: haskell-aeson-qq 0.8.2-92

rebuild with generic-deriving 1.12.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 08:15:45 UTC (rev 431213)
+++ PKGBUILD2019-02-10 08:16:11 UTC (rev 431214)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=91
+pkgrel=92
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-01-31 Thread Felix Yan via arch-commits
Date: Thursday, January 31, 2019 @ 20:53:50
  Author: felixonmars
Revision: 428814

upgpkg: haskell-aeson-qq 0.8.2-91

rebuild with haskell-src-exts 1.21.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-31 20:52:56 UTC (rev 428813)
+++ PKGBUILD2019-01-31 20:53:50 UTC (rev 428814)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=90
+pkgrel=91
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-01-20 Thread Felix Yan via arch-commits
Date: Sunday, January 20, 2019 @ 22:55:03
  Author: felixonmars
Revision: 425754

upgpkg: haskell-aeson-qq 0.8.2-90

rebuild with QuickCheck 2.12.6.1, servant 0.15, servant-server 0.15, 
servant-swagger 1.1.7, hspec-discover 2.7.0, hspec-meta 2.6.0, hspec-core 
2.7.0, hspec 2.7.0, hspec-contrib 0.5.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-20 22:54:19 UTC (rev 425753)
+++ PKGBUILD2019-01-20 22:55:03 UTC (rev 425754)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=89
+pkgrel=90
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-01-20 Thread Felix Yan via arch-commits
Date: Sunday, January 20, 2019 @ 12:22:34
  Author: felixonmars
Revision: 425093

upgpkg: haskell-aeson-qq 0.8.2-89

rebuild with pretty-show 1.9.5

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-20 12:21:51 UTC (rev 425092)
+++ PKGBUILD2019-01-20 12:22:34 UTC (rev 425093)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=88
+pkgrel=89
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2019-01-18 Thread Felix Yan via arch-commits
Date: Saturday, January 19, 2019 @ 00:16:37
  Author: felixonmars
Revision: 424238

upgpkg: haskell-aeson-qq 0.8.2-88

rebuild with unordered-containers 0.2.10.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-19 00:15:45 UTC (rev 424237)
+++ PKGBUILD2019-01-19 00:16:37 UTC (rev 424238)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=87
+pkgrel=88
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-12-30 Thread Felix Yan via arch-commits
Date: Sunday, December 30, 2018 @ 13:01:48
  Author: felixonmars
Revision: 419170

upgpkg: haskell-aeson-qq 0.8.2-87

rebuild with th-abstraction 0.2.10.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-30 13:01:01 UTC (rev 419169)
+++ PKGBUILD2018-12-30 13:01:48 UTC (rev 419170)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=86
+pkgrel=87
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-12-10 Thread Felix Yan via arch-commits
Date: Monday, December 10, 2018 @ 10:40:41
  Author: felixonmars
Revision: 414009

upgpkg: haskell-aeson-qq 0.8.2-86

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-10 10:39:38 UTC (rev 414008)
+++ PKGBUILD2018-12-10 10:40:41 UTC (rev 414009)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=85
+pkgrel=86
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-12-08 Thread Felix Yan via arch-commits
Date: Saturday, December 8, 2018 @ 19:14:01
  Author: felixonmars
Revision: 412512

upgpkg: haskell-aeson-qq 0.8.2-85

rebuild with vector 0.12.0.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-08 19:13:00 UTC (rev 412511)
+++ PKGBUILD2018-12-08 19:14:01 UTC (rev 412512)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=84
+pkgrel=85
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-11-27 Thread Felix Yan via arch-commits
Date: Tuesday, November 27, 2018 @ 14:36:06
  Author: felixonmars
Revision: 409949

upgpkg: haskell-aeson-qq 0.8.2-84

rebuild with aeson 1.4.2.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-27 14:35:26 UTC (rev 409948)
+++ PKGBUILD2018-11-27 14:36:06 UTC (rev 409949)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=83
+pkgrel=84
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-11-07 Thread Felix Yan via arch-commits
Date: Wednesday, November 7, 2018 @ 10:28:10
  Author: felixonmars
Revision: 402658

upgpkg: haskell-aeson-qq 0.8.2-83

rebuild with ghc 8.6.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-07 10:27:28 UTC (rev 402657)
+++ PKGBUILD2018-11-07 10:28:10 UTC (rev 402658)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=82
+pkgrel=83
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")
@@ -16,10 +16,10 @@
 
sha512sums=('bae36bcda3adc946253f373158a7e2b1604bb0d1dfb733295be08c2497c22d2b114849dc02a7846dac30394f112181fc8531837f005d004d8bdf6f3bd79724a3')
 
 build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -34,11 +34,11 @@
 }
 
 package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
 }


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

2018-10-31 Thread Felix Yan via arch-commits
Date: Wednesday, October 31, 2018 @ 10:41:03
  Author: felixonmars
Revision: 399975

upgpkg: haskell-aeson-qq 0.8.2-82

rebuild with ansi-terminal 0.8.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-31 10:40:20 UTC (rev 399974)
+++ PKGBUILD2018-10-31 10:41:03 UTC (rev 399975)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=81
+pkgrel=82
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-10-18 Thread Felix Yan via arch-commits
Date: Friday, October 19, 2018 @ 04:45:49
  Author: felixonmars
Revision: 397095

upgpkg: haskell-aeson-qq 0.8.2-81

rebuild with base-compat 0.10.5

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-19 04:45:08 UTC (rev 397094)
+++ PKGBUILD2018-10-19 04:45:49 UTC (rev 397095)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=80
+pkgrel=81
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-10-15 Thread Felix Yan via arch-commits
Date: Monday, October 15, 2018 @ 22:28:06
  Author: felixonmars
Revision: 39

upgpkg: haskell-aeson-qq 0.8.2-80

rebuild with ghc 8.6.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-15 22:27:24 UTC (rev 394443)
+++ PKGBUILD2018-10-15 22:28:06 UTC (rev 39)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=79
+pkgrel=80
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-10-11 Thread Felix Yan via arch-commits
Date: Thursday, October 11, 2018 @ 10:43:31
  Author: felixonmars
Revision: 392347

upgpkg: haskell-aeson-qq 0.8.2-79

rebuild with tasty 1.1.0.4

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-11 10:42:54 UTC (rev 392346)
+++ PKGBUILD2018-10-11 10:43:31 UTC (rev 392347)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=78
+pkgrel=79
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-10-05 Thread Felix Yan via arch-commits
Date: Friday, October 5, 2018 @ 11:58:04
  Author: felixonmars
Revision: 389924

upgpkg: haskell-aeson-qq 0.8.2-78

rebuild with optparse-applicative 0.14.3.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-05 11:57:15 UTC (rev 389923)
+++ PKGBUILD2018-10-05 11:58:04 UTC (rev 389924)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=77
+pkgrel=78
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-09-27 Thread Felix Yan via arch-commits
Date: Thursday, September 27, 2018 @ 19:06:34
  Author: felixonmars
Revision: 386682

upgpkg: haskell-aeson-qq 0.8.2-77

rebuild with quickcheck-instances 0.3.19

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-27 19:05:55 UTC (rev 386681)
+++ PKGBUILD2018-09-27 19:06:34 UTC (rev 386682)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=76
+pkgrel=77
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-09-27 Thread Felix Yan via arch-commits
Date: Thursday, September 27, 2018 @ 15:04:46
  Author: felixonmars
Revision: 386414

upgpkg: haskell-aeson-qq 0.8.2-76

rebuild with haskell-lexer 1.0.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-27 15:04:05 UTC (rev 386413)
+++ PKGBUILD2018-09-27 15:04:46 UTC (rev 386414)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=75
+pkgrel=76
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-09-27 Thread Felix Yan via arch-commits
Date: Thursday, September 27, 2018 @ 10:17:31
  Author: felixonmars
Revision: 386119

upgpkg: haskell-aeson-qq 0.8.2-75

rebuild with aeson 1.4.1.0

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-27 10:16:52 UTC (rev 386118)
+++ PKGBUILD2018-09-27 10:17:31 UTC (rev 386119)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=74
+pkgrel=75
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-09-26 Thread Felix Yan via arch-commits
Date: Wednesday, September 26, 2018 @ 08:40:03
  Author: felixonmars
Revision: 385190

upgpkg: haskell-aeson-qq 0.8.2-74

rebuild with ChasingBottoms 1.3.1.5

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-26 08:39:20 UTC (rev 385189)
+++ PKGBUILD2018-09-26 08:40:03 UTC (rev 385190)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=73
+pkgrel=74
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-09-20 Thread Felix Yan via arch-commits
Date: Thursday, September 20, 2018 @ 10:01:31
  Author: felixonmars
Revision: 383519

upgpkg: haskell-aeson-qq 0.8.2-73

rebuild with haskell-src-exts 1.20.3

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-20 10:00:48 UTC (rev 383518)
+++ PKGBUILD2018-09-20 10:01:31 UTC (rev 383519)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=72
+pkgrel=73
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-09-15 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 07:27:48
  Author: felixonmars
Revision: 381272

upgpkg: haskell-aeson-qq 0.8.2-72

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 07:27:05 UTC (rev 381271)
+++ PKGBUILD2018-09-15 07:27:48 UTC (rev 381272)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=71
+pkgrel=72
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-09-13 Thread Felix Yan via arch-commits
Date: Thursday, September 13, 2018 @ 13:38:25
  Author: felixonmars
Revision: 380205

upgpkg: haskell-aeson-qq 0.8.2-71

rebuild with dlist 0.8.0.5

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-13 13:37:29 UTC (rev 380204)
+++ PKGBUILD2018-09-13 13:38:25 UTC (rev 380205)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=70
+pkgrel=71
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-09-12 Thread Felix Yan via arch-commits
Date: Wednesday, September 12, 2018 @ 20:25:48
  Author: felixonmars
Revision: 379944

upgpkg: haskell-aeson-qq 0.8.2-70

rebuild with pretty-show 1.8.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-12 20:25:04 UTC (rev 379943)
+++ PKGBUILD2018-09-12 20:25:48 UTC (rev 379944)
@@ -4,7 +4,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=69
+pkgrel=70
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-09-10 Thread Felix Yan via arch-commits
Date: Monday, September 10, 2018 @ 10:43:38
  Author: felixonmars
Revision: 379072

upgpkg: haskell-aeson-qq 0.8.2-69

rebuild with integer-logarithms 1.0.2.2

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 10:42:55 UTC (rev 379071)
+++ PKGBUILD2018-09-10 10:43:38 UTC (rev 379072)
@@ -5,7 +5,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=68
+pkgrel=69
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


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

2018-09-06 Thread Felix Yan via arch-commits
Date: Thursday, September 6, 2018 @ 08:26:26
  Author: felixonmars
Revision: 377368

upgpkg: haskell-aeson-qq 0.8.2-68

rebuild with test-framework-quickcheck2 0.3.0.5

Modified:
  haskell-aeson-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-06 08:25:04 UTC (rev 377367)
+++ PKGBUILD2018-09-06 08:26:26 UTC (rev 377368)
@@ -5,7 +5,7 @@
 _hkgname=aeson-qq
 pkgname=haskell-aeson-qq
 pkgver=0.8.2
-pkgrel=67
+pkgrel=68
 pkgdesc="JSON quasiquoter for Haskell"
 url="https://github.com/sol/aeson-qq;
 license=("MIT")


<    1   2   3   >