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

2020-12-29 Thread Felix Yan via arch-commits
Date: Tuesday, December 29, 2020 @ 09:13:08
  Author: felixonmars
Revision: 796588

upgpkg: haskell-store 0.7.9-4: rebuild with tagged 0.8.6.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-29 09:11:38 UTC (rev 796587)
+++ PKGBUILD2020-12-29 09:13:08 UTC (rev 796588)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.9
-pkgrel=3
+pkgrel=4
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-12-28 Thread Felix Yan via arch-commits
Date: Monday, December 28, 2020 @ 09:26:22
  Author: felixonmars
Revision: 794450

upgpkg: haskell-store 0.7.9-3: rebuild with indexed-traversable 0.1.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-28 09:24:48 UTC (rev 794449)
+++ PKGBUILD2020-12-28 09:26:22 UTC (rev 794450)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-12-25 Thread Felix Yan via arch-commits
Date: Saturday, December 26, 2020 @ 04:20:50
  Author: felixonmars
Revision: 791879

upgpkg: haskell-store 0.7.9-2: rebuild with tasty-quickcheck 0.10.1.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-26 04:19:18 UTC (rev 791878)
+++ PKGBUILD2020-12-26 04:20:50 UTC (rev 791879)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-12-25 Thread Felix Yan via arch-commits
Date: Friday, December 25, 2020 @ 17:34:35
  Author: felixonmars
Revision: 790858

upgpkg: haskell-store 0.7.9-1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-25 17:08:54 UTC (rev 790857)
+++ PKGBUILD2020-12-25 17:34:35 UTC (rev 790858)
@@ -2,8 +2,8 @@
 
 _hkgname=store
 pkgname=haskell-store
-pkgver=0.7.8
-pkgrel=3
+pkgver=0.7.9
+pkgrel=1
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')
@@ -16,10 +16,15 @@
  'haskell-store-core' 'haskell-syb' 'haskell-th-lift' 
'haskell-th-lift-instances'
  'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities'
  'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('3655d1debd6e02f5921266cd7edb2b6275c0677c3349f7d5331e53bcf5fa0cee17ed18a80d5404d604d7218df77acf8c5092ceab12113f1bf1177e194f3f4894')
+sha512sums=('b19ce4b350becb6b2b84b3802e2f45010568e9a99d3e6203db115ebbefa1ff5805310b88b05c9d0d65c51d497de7e3131edcb1e4c69c7b59f75b968c611369f0')
 
+prepare() {
+cd $_hkgname-$pkgver
+uusi -d nats $_hkgname.cabal
+}
+
 build() {
 cd $_hkgname-$pkgver
 


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

2020-12-25 Thread Felix Yan via arch-commits
Date: Friday, December 25, 2020 @ 08:22:46
  Author: felixonmars
Revision: 789803

upgpkg: haskell-store 0.7.8-3: rebuild with comonad 5.0.7

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-25 08:21:11 UTC (rev 789802)
+++ PKGBUILD2020-12-25 08:22:46 UTC (rev 789803)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 24, 2020 @ 07:57:41
  Author: felixonmars
Revision: 786753

upgpkg: haskell-store 0.7.8-2: rebuild with ghc 8.10.3

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-24 07:56:09 UTC (rev 786752)
+++ PKGBUILD2020-12-24 07:57:41 UTC (rev 786753)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 17:27:34
  Author: felixonmars
Revision: 784987

upgpkg: haskell-store 0.7.8-1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 17:22:00 UTC (rev 784986)
+++ PKGBUILD2020-12-23 17:27:34 UTC (rev 784987)
@@ -2,8 +2,8 @@
 
 _hkgname=store
 pkgname=haskell-store
-pkgver=0.7.7
-pkgrel=38
+pkgver=0.7.8
+pkgrel=1
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')
@@ -18,7 +18,7 @@
  'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('fb51d4fc4dea0c0b9be9847edf0ffefc19471b2befcb1d193bbc6c8e0dfbe8f8c9cb647dcb2f2b6db70711e1a77b5b37b8cce930d6bbc4ce2a80ea78adfd4765')
+sha512sums=('3655d1debd6e02f5921266cd7edb2b6275c0677c3349f7d5331e53bcf5fa0cee17ed18a80d5404d604d7218df77acf8c5092ceab12113f1bf1177e194f3f4894')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-12-22 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 07:16:29
  Author: felixonmars
Revision: 783848

upgpkg: haskell-store 0.7.7-38: rebuild with tasty-smallcheck 0.8.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 07:14:11 UTC (rev 783847)
+++ PKGBUILD2020-12-23 07:16:29 UTC (rev 783848)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=37
+pkgrel=38
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-12-21 Thread Felix Yan via arch-commits
Date: Monday, December 21, 2020 @ 16:20:55
  Author: felixonmars
Revision: 781206

upgpkg: haskell-store 0.7.7-37: rebuild with tasty-hunit 0.10.0.3

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 16:18:29 UTC (rev 781205)
+++ PKGBUILD2020-12-21 16:20:55 UTC (rev 781206)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=36
+pkgrel=37
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-12-18 Thread Felix Yan via arch-commits
Date: Friday, December 18, 2020 @ 19:26:02
  Author: felixonmars
Revision: 779480

upgpkg: haskell-store 0.7.7-36: rebuild with free 5.1.5

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-18 19:23:43 UTC (rev 779479)
+++ PKGBUILD2020-12-18 19:26:02 UTC (rev 779480)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=35
+pkgrel=36
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-12-18 Thread Felix Yan via arch-commits
Date: Friday, December 18, 2020 @ 14:49:38
  Author: felixonmars
Revision: 778693

upgpkg: haskell-store 0.7.7-35: rebuild with th-abstraction 0.4.1.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-18 14:47:14 UTC (rev 778692)
+++ PKGBUILD2020-12-18 14:49:38 UTC (rev 778693)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=34
+pkgrel=35
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-12-13 Thread Felix Yan via arch-commits
Date: Sunday, December 13, 2020 @ 14:26:37
  Author: felixonmars
Revision: 774341

upgpkg: haskell-store 0.7.7-34: rebuild with base-orphans 0.8.5

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-13 14:24:17 UTC (rev 774340)
+++ PKGBUILD2020-12-13 14:26:37 UTC (rev 774341)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=33
+pkgrel=34
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 10:51:00
  Author: felixonmars
Revision: 772540

upgpkg: haskell-store 0.7.7-33: rebuild with vector-algorithms 0.8.0.4

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 10:48:34 UTC (rev 772539)
+++ PKGBUILD2020-12-09 10:51:00 UTC (rev 772540)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=32
+pkgrel=33
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-12-02 Thread Felix Yan via arch-commits
Date: Wednesday, December 2, 2020 @ 22:03:17
  Author: felixonmars
Revision: 769361

upgpkg: haskell-store 0.7.7-32: rebuild with store-core 0.4.4.4

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-02 22:00:58 UTC (rev 769360)
+++ PKGBUILD2020-12-02 22:03:17 UTC (rev 769361)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=31
+pkgrel=32
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-12-02 Thread Felix Yan via arch-commits
Date: Wednesday, December 2, 2020 @ 20:49:56
  Author: felixonmars
Revision: 769266

upgpkg: haskell-store 0.7.7-31: rebuild with th-utilities 0.2.4.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-02 20:47:37 UTC (rev 769265)
+++ PKGBUILD2020-12-02 20:49:56 UTC (rev 769266)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=30
+pkgrel=31
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-11-30 Thread Felix Yan via arch-commits
Date: Monday, November 30, 2020 @ 21:30:43
  Author: felixonmars
Revision: 766761

upgpkg: haskell-store 0.7.7-30: rebuild with network 3.1.2.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-30 21:28:21 UTC (rev 766760)
+++ PKGBUILD2020-11-30 21:30:43 UTC (rev 766761)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=29
+pkgrel=30
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-11-29 Thread Felix Yan via arch-commits
Date: Sunday, November 29, 2020 @ 19:36:29
  Author: felixonmars
Revision: 766399

upgpkg: haskell-store 0.7.7-29: rebuild with th-lift-instances 0.1.18

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-29 19:33:48 UTC (rev 766398)
+++ PKGBUILD2020-11-29 19:36:29 UTC (rev 766399)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=28
+pkgrel=29
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-11-28 Thread Felix Yan via arch-commits
Date: Saturday, November 28, 2020 @ 19:03:00
  Author: felixonmars
Revision: 765448

upgpkg: haskell-store 0.7.7-28: rebuild with unbounded-delays 0.1.1.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-28 19:00:03 UTC (rev 765447)
+++ PKGBUILD2020-11-28 19:03:00 UTC (rev 765448)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=27
+pkgrel=28
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-11-23 Thread Felix Yan via arch-commits
Date: Tuesday, November 24, 2020 @ 01:19:10
  Author: felixonmars
Revision: 760184

upgpkg: haskell-store 0.7.7-27: rebuild with optparse-applicative 0.16.1.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 01:16:35 UTC (rev 760183)
+++ PKGBUILD2020-11-24 01:19:10 UTC (rev 760184)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=26
+pkgrel=27
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-11-20 Thread Felix Yan via arch-commits
Date: Friday, November 20, 2020 @ 22:51:33
  Author: felixonmars
Revision: 758210

upgpkg: haskell-store 0.7.7-26: rebuild with base64-bytestring 1.2.0.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 22:49:12 UTC (rev 758209)
+++ PKGBUILD2020-11-20 22:51:33 UTC (rev 758210)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=25
+pkgrel=26
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-11-16 Thread Felix Yan via arch-commits
Date: Tuesday, November 17, 2020 @ 04:31:01
  Author: felixonmars
Revision: 755931

upgpkg: haskell-store 0.7.7-25: rebuild with QuickCheck 2.14.2, 
quickcheck-instances 0.3.25.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-17 04:28:29 UTC (rev 755930)
+++ PKGBUILD2020-11-17 04:31:01 UTC (rev 755931)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=24
+pkgrel=25
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-11-10 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 12:34:40
  Author: felixonmars
Revision: 749491

upgpkg: haskell-store 0.7.7-24: rebuild with cryptonite +tests enabled

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 12:32:20 UTC (rev 749490)
+++ PKGBUILD2020-11-10 12:34:40 UTC (rev 749491)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=23
+pkgrel=24
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-11-06 Thread Felix Yan via arch-commits
Date: Friday, November 6, 2020 @ 13:01:00
  Author: felixonmars
Revision: 744198

upgpkg: haskell-store 0.7.7-23: rebuild with splitmix 0.1.0.3

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-06 12:59:28 UTC (rev 744197)
+++ PKGBUILD2020-11-06 13:01:00 UTC (rev 744198)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=22
+pkgrel=23
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-11-03 Thread Felix Yan via arch-commits
Date: Tuesday, November 3, 2020 @ 18:50:12
  Author: felixonmars
Revision: 741233

upgpkg: haskell-store 0.7.7-22: rebuild with foldl 1.4.10

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-03 18:47:47 UTC (rev 741232)
+++ PKGBUILD2020-11-03 18:50:12 UTC (rev 741233)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=21
+pkgrel=22
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-11-02 Thread Felix Yan via arch-commits
Date: Monday, November 2, 2020 @ 14:46:46
  Author: felixonmars
Revision: 739797

upgpkg: haskell-store 0.7.7-21: rebuild with HUnit 1.6.1.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-02 14:45:33 UTC (rev 739796)
+++ PKGBUILD2020-11-02 14:46:46 UTC (rev 739797)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=20
+pkgrel=21
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-10-31 Thread Felix Yan via arch-commits
Date: Sunday, November 1, 2020 @ 03:21:51
  Author: felixonmars
Revision: 738171

upgpkg: haskell-store 0.7.7-20: rebuild with unliftio 0.2.13.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-01 03:20:18 UTC (rev 738170)
+++ PKGBUILD2020-11-01 03:21:51 UTC (rev 738171)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=19
+pkgrel=20
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-10-27 Thread Felix Yan via arch-commits
Date: Tuesday, October 27, 2020 @ 19:04:03
  Author: felixonmars
Revision: 734843

upgpkg: haskell-store 0.7.7-19: rebuild with optparse-applicative 0.16.0.0, 
optparse-generic 1.4.3, turtle 1.5.21

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-27 19:02:36 UTC (rev 734842)
+++ PKGBUILD2020-10-27 19:04:03 UTC (rev 734843)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=18
+pkgrel=19
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-10-25 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 01:17:48
  Author: felixonmars
Revision: 733818

upgpkg: haskell-store 0.7.7-18: rebuild with free 5.1.4

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 01:16:13 UTC (rev 733817)
+++ PKGBUILD2020-10-26 01:17:48 UTC (rev 733818)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=17
+pkgrel=18
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-10-25 Thread Felix Yan via arch-commits
Date: Sunday, October 25, 2020 @ 10:47:08
  Author: felixonmars
Revision: 732388

upgpkg: haskell-store 0.7.7-17: rebuild with bifunctors 5.5.8

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-25 10:45:30 UTC (rev 732387)
+++ PKGBUILD2020-10-25 10:47:08 UTC (rev 732388)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=16
+pkgrel=17
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-10-22 Thread Felix Yan via arch-commits
Date: Thursday, October 22, 2020 @ 20:12:33
  Author: felixonmars
Revision: 730081

upgpkg: haskell-store 0.7.7-16: rebuild with profunctors 5.6

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-22 20:11:06 UTC (rev 730080)
+++ PKGBUILD2020-10-22 20:12:33 UTC (rev 730081)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=15
+pkgrel=16
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-10-21 Thread Felix Yan via arch-commits
Date: Thursday, October 22, 2020 @ 00:49:27
  Author: felixonmars
Revision: 728726

upgpkg: haskell-store 0.7.7-15: rebuild with splitmix 0.1.0.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-22 00:47:13 UTC (rev 728725)
+++ PKGBUILD2020-10-22 00:49:27 UTC (rev 728726)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=14
+pkgrel=15
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-10-17 Thread Felix Yan via arch-commits
Date: Saturday, October 17, 2020 @ 18:24:41
  Author: felixonmars
Revision: 725564

upgpkg: haskell-store 0.7.7-14: rebuild with th-abstraction 0.4.0.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-17 18:22:05 UTC (rev 725563)
+++ PKGBUILD2020-10-17 18:24:41 UTC (rev 725564)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=13
+pkgrel=14
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-10-09 Thread Felix Yan via arch-commits
Date: Friday, October 9, 2020 @ 18:33:58
  Author: felixonmars
Revision: 722698

upgpkg: haskell-store 0.7.7-13: rebuild with unordered-containers 0.2.13.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-09 18:32:28 UTC (rev 722697)
+++ PKGBUILD2020-10-09 18:33:58 UTC (rev 722698)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=12
+pkgrel=13
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-10-07 Thread Felix Yan via arch-commits
Date: Wednesday, October 7, 2020 @ 11:52:38
  Author: felixonmars
Revision: 720470

upgpkg: haskell-store 0.7.7-12: rebuild with base-compat 0.11.2, 
base-compat-batteries 0.11.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-07 11:51:01 UTC (rev 720469)
+++ PKGBUILD2020-10-07 11:52:38 UTC (rev 720470)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=11
+pkgrel=12
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-10-04 Thread Felix Yan via arch-commits
Date: Sunday, October 4, 2020 @ 08:14:27
  Author: felixonmars
Revision: 717447

upgpkg: haskell-store 0.7.7-11: rebuild with transformers-compat 0.6.6

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-04 08:12:59 UTC (rev 717446)
+++ PKGBUILD2020-10-04 08:14:27 UTC (rev 717447)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=10
+pkgrel=11
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-10-02 Thread Felix Yan via arch-commits
Date: Friday, October 2, 2020 @ 08:55:31
  Author: felixonmars
Revision: 715227

upgpkg: haskell-store 0.7.7-10: rebuild with base-orphans 0.8.3

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-02 08:54:03 UTC (rev 715226)
+++ PKGBUILD2020-10-02 08:55:31 UTC (rev 715227)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=9
+pkgrel=10
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-09-29 Thread Felix Yan via arch-commits
Date: Tuesday, September 29, 2020 @ 22:11:14
  Author: felixonmars
Revision: 713957

upgpkg: haskell-store 0.7.7-9: rebuild with th-orphans 0.13.11

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-29 22:09:47 UTC (rev 713956)
+++ PKGBUILD2020-09-29 22:11:14 UTC (rev 713957)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=8
+pkgrel=9
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-09-29 Thread Felix Yan via arch-commits
Date: Tuesday, September 29, 2020 @ 20:03:47
  Author: felixonmars
Revision: 713807

upgpkg: haskell-store 0.7.7-8: rebuild with th-lift 0.8.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-29 20:02:15 UTC (rev 713806)
+++ PKGBUILD2020-09-29 20:03:47 UTC (rev 713807)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=7
+pkgrel=8
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-09-28 Thread Felix Yan via arch-commits
Date: Monday, September 28, 2020 @ 18:34:43
  Author: felixonmars
Revision: 713238

upgpkg: haskell-store 0.7.7-7: rebuild with foldl 1.4.9

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-28 18:33:10 UTC (rev 713237)
+++ PKGBUILD2020-09-28 18:34:43 UTC (rev 713238)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=6
+pkgrel=7
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-09-17 Thread Felix Yan via arch-commits
Date: Thursday, September 17, 2020 @ 22:52:07
  Author: felixonmars
Revision: 709602

upgpkg: haskell-store 0.7.7-6: rebuild with hspec 2.7.4, hspec-core 2.7.4, 
hspec-discover 2.7.4

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-17 22:50:38 UTC (rev 709601)
+++ PKGBUILD2020-09-17 22:52:07 UTC (rev 709602)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=5
+pkgrel=6
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-09-14 Thread Felix Yan via arch-commits
Date: Monday, September 14, 2020 @ 22:34:33
  Author: felixonmars
Revision: 706870

upgpkg: haskell-store 0.7.7-5: rebuild with quickcheck-classes-base 0.6.1.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-14 22:33:05 UTC (rev 706869)
+++ PKGBUILD2020-09-14 22:34:33 UTC (rev 706870)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=4
+pkgrel=5
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-09-12 Thread Felix Yan via arch-commits
Date: Saturday, September 12, 2020 @ 19:22:03
  Author: felixonmars
Revision: 704682

upgpkg: haskell-store 0.7.7-4: rebuild with ansi-terminal 0.11

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-12 19:20:38 UTC (rev 704681)
+++ PKGBUILD2020-09-12 19:22:03 UTC (rev 704682)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-09-10 Thread Felix Yan via arch-commits
Date: Thursday, September 10, 2020 @ 22:36:19
  Author: felixonmars
Revision: 702539

upgpkg: haskell-store 0.7.7-3: rebuild with mwc-random 0.15.0.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-10 22:34:09 UTC (rev 702538)
+++ PKGBUILD2020-09-10 22:36:19 UTC (rev 702539)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-09-07 Thread Felix Yan via arch-commits
Date: Monday, September 7, 2020 @ 17:15:24
  Author: felixonmars
Revision: 700136

upgpkg: haskell-store 0.7.7-2: rebuild with hspec 2.7.3, hspec-core 2.7.3, 
hspec-discover 2.7.3

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-07 17:12:56 UTC (rev 700135)
+++ PKGBUILD2020-09-07 17:15:24 UTC (rev 700136)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-09-05 Thread Felix Yan via arch-commits
Date: Saturday, September 5, 2020 @ 21:13:23
  Author: felixonmars
Revision: 699188

upgpkg: haskell-store 0.7.7-1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 21:09:58 UTC (rev 699187)
+++ PKGBUILD2020-09-05 21:13:23 UTC (rev 699188)
@@ -2,8 +2,8 @@
 
 _hkgname=store
 pkgname=haskell-store
-pkgver=0.7.6
-pkgrel=9
+pkgver=0.7.7
+pkgrel=1
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')
@@ -18,7 +18,7 @@
  'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('c1bf63b76e300aabce656e06899de9b95fa5a3d9b08be47b6ed640f5ae2a63d5dbb08e8058bb334af6a771a2dc8eeb700bf7162b806481e47e08d22bbb83b674')
+sha512sums=('fb51d4fc4dea0c0b9be9847edf0ffefc19471b2befcb1d193bbc6c8e0dfbe8f8c9cb647dcb2f2b6db70711e1a77b5b37b8cce930d6bbc4ce2a80ea78adfd4765')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-09-03 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 07:20:27
  Author: felixonmars
Revision: 697291

upgpkg: haskell-store 0.7.6-9: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 07:17:45 UTC (rev 697290)
+++ PKGBUILD2020-09-03 07:20:27 UTC (rev 697291)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.6
-pkgrel=8
+pkgrel=9
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-08-31 Thread Felix Yan via arch-commits
Date: Monday, August 31, 2020 @ 08:15:50
  Author: felixonmars
Revision: 693943

upgpkg: haskell-store 0.7.6-8: rebuild with happy 1.20.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-31 08:13:33 UTC (rev 693942)
+++ PKGBUILD2020-08-31 08:15:50 UTC (rev 693943)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.6
-pkgrel=7
+pkgrel=8
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-08-28 Thread Felix Yan via arch-commits
Date: Friday, August 28, 2020 @ 14:42:15
  Author: felixonmars
Revision: 691038

upgpkg: haskell-store 0.7.6-7: rebuild with logict 0.7.0.3

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 14:41:53 UTC (rev 691037)
+++ PKGBUILD2020-08-28 14:42:15 UTC (rev 691038)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-08-25 Thread Felix Yan via arch-commits
Date: Tuesday, August 25, 2020 @ 20:00:44
  Author: felixonmars
Revision: 688693

upgpkg: haskell-store 0.7.6-6: rebuild with random 1.2.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-25 19:59:41 UTC (rev 688692)
+++ PKGBUILD2020-08-25 20:00:44 UTC (rev 688693)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.6
-pkgrel=5
+pkgrel=6
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-08-23 Thread Felix Yan via arch-commits
Date: Sunday, August 23, 2020 @ 07:26:53
  Author: felixonmars
Revision: 686940

upgpkg: haskell-store 0.7.6-5: rebuild with base64-bytestring 1.2.0.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-23 07:26:13 UTC (rev 686939)
+++ PKGBUILD2020-08-23 07:26:53 UTC (rev 686940)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.6
-pkgrel=4
+pkgrel=5
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 23:49:18
  Author: felixonmars
Revision: 683557

upgpkg: haskell-store 0.7.6-4: rebuild with ghc 8.10.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 23:46:30 UTC (rev 683556)
+++ PKGBUILD2020-08-17 23:49:18 UTC (rev 683557)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-08-15 Thread Felix Yan via arch-commits
Date: Sunday, August 16, 2020 @ 02:10:49
  Author: felixonmars
Revision: 680569

upgpkg: haskell-store 0.7.6-3: rebuild with math-functions 0.3.4.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-16 02:08:17 UTC (rev 680568)
+++ PKGBUILD2020-08-16 02:10:49 UTC (rev 680569)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-08-13 Thread Felix Yan via arch-commits
Date: Thursday, August 13, 2020 @ 21:22:01
  Author: felixonmars
Revision: 678119

upgpkg: haskell-store 0.7.6-2: rebuild with hspec 2.7.2, hspec-core 2.7.2, 
hspec-discover 2.7.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-13 21:20:12 UTC (rev 678118)
+++ PKGBUILD2020-08-13 21:22:01 UTC (rev 678119)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-08-13 Thread Felix Yan via arch-commits
Date: Thursday, August 13, 2020 @ 12:53:32
  Author: felixonmars
Revision: 677228

upgpkg: haskell-store 0.7.6-1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-13 12:29:08 UTC (rev 677227)
+++ PKGBUILD2020-08-13 12:53:32 UTC (rev 677228)
@@ -2,8 +2,8 @@
 
 _hkgname=store
 pkgname=haskell-store
-pkgver=0.7.5
-pkgrel=6
+pkgver=0.7.6
+pkgrel=1
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')
@@ -18,13 +18,8 @@
  'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('14b8e36cfc04eec80a6a37d27dbac08887a3bebd226941f368076ea39b09a5c432c4d38ce860776a677b8829ecbabd3f2448cc2437e00ebcf2fb3a36d1715af0')
+sha512sums=('c1bf63b76e300aabce656e06899de9b95fa5a3d9b08be47b6ed640f5ae2a63d5dbb08e8058bb334af6a771a2dc8eeb700bf7162b806481e47e08d22bbb83b674')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e '/semigroups/d' -e '/fail/d' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2020-08-11 Thread Felix Yan via arch-commits
Date: Wednesday, August 12, 2020 @ 01:03:03
  Author: felixonmars
Revision: 675383

upgpkg: haskell-store 0.7.5-6: rebuild with splitmix 0.1.0.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-12 01:01:21 UTC (rev 675382)
+++ PKGBUILD2020-08-12 01:03:03 UTC (rev 675383)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-08-08 Thread Felix Yan via arch-commits
Date: Saturday, August 8, 2020 @ 19:45:35
  Author: felixonmars
Revision: 672821

upgpkg: haskell-store 0.7.5-5: rebuild with network 3.1.2.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-08 19:41:23 UTC (rev 672820)
+++ PKGBUILD2020-08-08 19:45:35 UTC (rev 672821)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-08-07 Thread Felix Yan via arch-commits
Date: Friday, August 7, 2020 @ 07:38:46
  Author: felixonmars
Revision: 671335

upgpkg: haskell-store 0.7.5-4: rebuild with foldl 1.4.8

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-07 07:36:43 UTC (rev 671334)
+++ PKGBUILD2020-08-07 07:38:46 UTC (rev 671335)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-08-06 Thread Felix Yan via arch-commits
Date: Thursday, August 6, 2020 @ 10:02:20
  Author: felixonmars
Revision: 670798

upgpkg: haskell-store 0.7.5-3: rebuild with store-core 0.4.4.3

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-06 09:56:37 UTC (rev 670797)
+++ PKGBUILD2020-08-06 10:02:20 UTC (rev 670798)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-08-05 Thread Felix Yan via arch-commits
Date: Wednesday, August 5, 2020 @ 11:18:50
  Author: felixonmars
Revision: 669357

upgpkg: haskell-store 0.7.5-2: rebuild with unordered-containers 0.2.12.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-05 11:17:03 UTC (rev 669356)
+++ PKGBUILD2020-08-05 11:18:50 UTC (rev 669357)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-08-03 Thread Felix Yan via arch-commits
Date: Monday, August 3, 2020 @ 08:25:49
  Author: felixonmars
Revision: 668034

upgpkg: haskell-store 0.7.5-1: rebuild with store 0.7.5

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-03 07:59:13 UTC (rev 668033)
+++ PKGBUILD2020-08-03 08:25:49 UTC (rev 668034)
@@ -2,8 +2,8 @@
 
 _hkgname=store
 pkgname=haskell-store
-pkgver=0.7.4
-pkgrel=28
+pkgver=0.7.5
+pkgrel=1
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')
@@ -18,7 +18,7 @@
  'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('eb1df24036874b3a79c3b7c3c190bd9c06db1472d656a25b8141ee1a1d6da3cf5e339e15f191fd30f385a577d952697848e7514a6266508f993d16b52952ac1c')
+sha512sums=('14b8e36cfc04eec80a6a37d27dbac08887a3bebd226941f368076ea39b09a5c432c4d38ce860776a677b8829ecbabd3f2448cc2437e00ebcf2fb3a36d1715af0')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2020-07-31 Thread Felix Yan via arch-commits
Date: Saturday, August 1, 2020 @ 03:53:47
  Author: felixonmars
Revision: 667134

upgpkg: haskell-store 0.7.4-28: rebuild with QuickCheck 2.14.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-01 03:51:59 UTC (rev 667133)
+++ PKGBUILD2020-08-01 03:53:47 UTC (rev 667134)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=27
+pkgrel=28
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-29 Thread Felix Yan via arch-commits
Date: Monday, June 29, 2020 @ 09:13:28
  Author: felixonmars
Revision: 656028

upgpkg: haskell-store 0.7.4-27: rebuild with primitive 0.7.1.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-29 09:11:48 UTC (rev 656027)
+++ PKGBUILD2020-06-29 09:13:28 UTC (rev 656028)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=26
+pkgrel=27
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-27 Thread Felix Yan via arch-commits
Date: Friday, June 26, 2020 @ 18:11:57
  Author: felixonmars
Revision: 654356

upgpkg: haskell-store 0.7.4-26: rebuild with ChasingBottoms 1.3.1.9

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-26 18:11:10 UTC (rev 654355)
+++ PKGBUILD2020-06-26 18:11:57 UTC (rev 654356)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=25
+pkgrel=26
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-24 Thread Felix Yan via arch-commits
Date: Wednesday, June 24, 2020 @ 10:00:23
  Author: felixonmars
Revision: 652240

upgpkg: haskell-store 0.7.4-24: rebuild with splitmix 0.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-24 09:58:31 UTC (rev 652239)
+++ PKGBUILD2020-06-24 10:00:23 UTC (rev 652240)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=23
+pkgrel=24
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-22 Thread Felix Yan via arch-commits
Date: Monday, June 22, 2020 @ 11:28:58
  Author: felixonmars
Revision: 650385

upgpkg: haskell-store 0.7.4-23: rebuild with smallcheck 1.2.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-22 11:27:00 UTC (rev 650384)
+++ PKGBUILD2020-06-22 11:28:58 UTC (rev 650385)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=22
+pkgrel=23
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 09:36:38
  Author: felixonmars
Revision: 648798

upgpkg: haskell-store 0.7.4-22: rebuild with cryptonite 0.27

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 09:34:45 UTC (rev 648797)
+++ PKGBUILD2020-06-21 09:36:38 UTC (rev 648798)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=21
+pkgrel=22
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-19 Thread Felix Yan via arch-commits
Date: Friday, June 19, 2020 @ 19:24:01
  Author: felixonmars
Revision: 647819

upgpkg: haskell-store 0.7.4-21: rebuild with foldl 1.4.7

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-19 19:22:01 UTC (rev 647818)
+++ PKGBUILD2020-06-19 19:24:01 UTC (rev 647819)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=20
+pkgrel=21
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-17 Thread Felix Yan via arch-commits
Date: Wednesday, June 17, 2020 @ 20:14:23
  Author: felixonmars
Revision: 646642

upgpkg: haskell-store 0.7.4-20: rebuild with unordered-containers 0.2.11.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 20:12:34 UTC (rev 646641)
+++ PKGBUILD2020-06-17 20:14:23 UTC (rev 646642)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=19
+pkgrel=20
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-15 Thread Felix Yan via arch-commits
Date: Tuesday, June 16, 2020 @ 05:39:40
  Author: felixonmars
Revision: 645867

upgpkg: haskell-store 0.7.4-19: rebuild with base-prelude 1.4

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 05:37:54 UTC (rev 645866)
+++ PKGBUILD2020-06-16 05:39:40 UTC (rev 645867)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=18
+pkgrel=19
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-15 Thread Felix Yan via arch-commits
Date: Monday, June 15, 2020 @ 16:40:06
  Author: felixonmars
Revision: 645333

upgpkg: haskell-store 0.7.4-18: rebuild with smallcheck 1.1.7

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-15 16:38:07 UTC (rev 645332)
+++ PKGBUILD2020-06-15 16:40:06 UTC (rev 645333)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=17
+pkgrel=18
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-13 Thread Felix Yan via arch-commits
Date: Sunday, June 14, 2020 @ 03:52:02
  Author: felixonmars
Revision: 643778

upgpkg: haskell-store 0.7.4-17: rebuild with splitmix 0.0.5

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-14 03:50:21 UTC (rev 643777)
+++ PKGBUILD2020-06-14 03:52:02 UTC (rev 643778)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=16
+pkgrel=17
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-12 Thread Felix Yan via arch-commits
Date: Friday, June 12, 2020 @ 17:13:14
  Author: felixonmars
Revision: 642414

upgpkg: haskell-store 0.7.4-16: rebuild with smallcheck 1.1.6

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-12 17:11:37 UTC (rev 642413)
+++ PKGBUILD2020-06-12 17:13:14 UTC (rev 642414)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=15
+pkgrel=16
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-10 Thread Felix Yan via arch-commits
Date: Wednesday, June 10, 2020 @ 07:48:44
  Author: felixonmars
Revision: 641185

upgpkg: haskell-store 0.7.4-15: rebuild with doctest 0.17

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 07:47:01 UTC (rev 641184)
+++ PKGBUILD2020-06-10 07:48:44 UTC (rev 641185)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=14
+pkgrel=15
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-09 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 15:17:45
  Author: felixonmars
Revision: 640774

upgpkg: haskell-store 0.7.4-14: rebuild with th-lift-instances 0.1.17

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 15:16:00 UTC (rev 640773)
+++ PKGBUILD2020-06-09 15:17:45 UTC (rev 640774)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=13
+pkgrel=14
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-06-07 Thread Felix Yan via arch-commits
Date: Sunday, June 7, 2020 @ 21:43:17
  Author: felixonmars
Revision: 640137

upgpkg: haskell-store 0.7.4-13: rebuild with resourcet 1.2.4.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-07 21:31:31 UTC (rev 640136)
+++ PKGBUILD2020-06-07 21:43:17 UTC (rev 640137)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=12
+pkgrel=13
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-05-24 Thread Felix Yan via arch-commits
Date: Monday, May 25, 2020 @ 04:45:39
  Author: felixonmars
Revision: 633784

upgpkg: haskell-store 0.7.4-12: rebuild with safe 0.3.19

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-25 04:43:51 UTC (rev 633783)
+++ PKGBUILD2020-05-25 04:45:39 UTC (rev 633784)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=11
+pkgrel=12
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-05-23 Thread Felix Yan via arch-commits
Date: Saturday, May 23, 2020 @ 21:23:50
  Author: felixonmars
Revision: 632588

upgpkg: haskell-store 0.7.4-11: rebuild with tasty 1.3.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-23 21:21:59 UTC (rev 632587)
+++ PKGBUILD2020-05-23 21:23:50 UTC (rev 632588)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=10
+pkgrel=11
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')
@@ -32,7 +32,7 @@
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-comparison-bench -f-small-bench
-runhaskell Setup build
+runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh


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

2020-05-17 Thread Felix Yan via arch-commits
Date: Sunday, May 17, 2020 @ 20:22:59
  Author: felixonmars
Revision: 628966

upgpkg: haskell-store 0.7.4-10: rebuild with math-functions 0.3.4.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-17 20:21:27 UTC (rev 628965)
+++ PKGBUILD2020-05-17 20:22:59 UTC (rev 628966)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=9
+pkgrel=10
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-05-12 Thread Felix Yan via arch-commits
Date: Wednesday, May 13, 2020 @ 05:09:50
  Author: felixonmars
Revision: 627311

upgpkg: haskell-store 0.7.4-9: rebuild with tasty 1.3

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-13 05:08:11 UTC (rev 627310)
+++ PKGBUILD2020-05-13 05:09:50 UTC (rev 627311)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-04-25 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 22:59:45
  Author: felixonmars
Revision: 621172

upgpkg: haskell-store 0.7.4-8: rebuild with base64-bytestring 1.1.0.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 22:58:23 UTC (rev 621171)
+++ PKGBUILD2020-04-25 22:59:45 UTC (rev 621172)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=7
+pkgrel=8
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-04-25 Thread Felix Yan via arch-commits
Date: Saturday, April 25, 2020 @ 13:49:25
  Author: felixonmars
Revision: 620692

upgpkg: haskell-store 0.7.4-7: rebuild with th-lift-instances 0.1.16

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 13:48:04 UTC (rev 620691)
+++ PKGBUILD2020-04-25 13:49:25 UTC (rev 620692)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-04-24 Thread Felix Yan via arch-commits
Date: Friday, April 24, 2020 @ 11:18:04
  Author: felixonmars
Revision: 619252

upgpkg: haskell-store 0.7.4-6: rebuild with ghc 8.10.1, protolude 0.3.0, 
repline 0.3.0.0, ghc-lib-parser-ex 8.10.0.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-24 11:16:39 UTC (rev 619251)
+++ PKGBUILD2020-04-24 11:18:04 UTC (rev 619252)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-04-21 Thread Felix Yan via arch-commits
Date: Wednesday, April 22, 2020 @ 01:58:34
  Author: felixonmars
Revision: 617500

upgpkg: haskell-store 0.7.4-5: rebuild with th-lift-instances 0.1.15

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-22 01:56:49 UTC (rev 617499)
+++ PKGBUILD2020-04-22 01:58:34 UTC (rev 617500)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-04-19 Thread Felix Yan via arch-commits
Date: Sunday, April 19, 2020 @ 21:17:21
  Author: felixonmars
Revision: 616593

upgpkg: haskell-store 0.7.4-4: rebuild with resourcet 1.2.4

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-19 21:15:42 UTC (rev 616592)
+++ PKGBUILD2020-04-19 21:17:21 UTC (rev 616593)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-04-17 Thread Felix Yan via arch-commits
Date: Friday, April 17, 2020 @ 17:26:47
  Author: felixonmars
Revision: 615605

upgpkg: haskell-store 0.7.4-3: rebuild with distributive 0.6.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-17 17:26:26 UTC (rev 615604)
+++ PKGBUILD2020-04-17 17:26:47 UTC (rev 615605)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-04-16 Thread Felix Yan via arch-commits
Date: Thursday, April 16, 2020 @ 07:09:30
  Author: felixonmars
Revision: 615249

upgpkg: haskell-store 0.7.4-2: rebuild with th-orphans 0.13.10

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-16 07:07:48 UTC (rev 615248)
+++ PKGBUILD2020-04-16 07:09:30 UTC (rev 615249)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 20:33:13
  Author: felixonmars
Revision: 611730

upgpkg: haskell-store 0.7.4-1: rebuild with store 0.7.4

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 20:33:08 UTC (rev 611729)
+++ PKGBUILD2020-04-04 20:33:13 UTC (rev 611730)
@@ -2,8 +2,8 @@
 
 _hkgname=store
 pkgname=haskell-store
-pkgver=0.7.2
-pkgrel=25
+pkgver=0.7.4
+pkgrel=1
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')
@@ -18,7 +18,7 @@
  'haskell-unordered-containers' 'haskell-vector' 'haskell-void')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('7b412179bdee4b6b57c5805d76fe4e7baeafcf8af33010e150a5b963f9289603848f4974399e81d435b537c4c61741cde5641ad90d3246ea80595e7f6d8f73a8')
+sha512sums=('eb1df24036874b3a79c3b7c3c190bd9c06db1472d656a25b8141ee1a1d6da3cf5e339e15f191fd30f385a577d952697848e7514a6266508f993d16b52952ac1c')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2020-04-04 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 13:28:12
  Author: felixonmars
Revision: 611596

upgpkg: haskell-store 0.7.2-25: rebuild with th-utilities 0.2.4.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 13:26:24 UTC (rev 611595)
+++ PKGBUILD2020-04-04 13:28:12 UTC (rev 611596)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=24
+pkgrel=25
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-04-03 Thread Felix Yan via arch-commits
Date: Saturday, April 4, 2020 @ 02:18:03
  Author: felixonmars
Revision: 611519

upgpkg: haskell-store 0.7.2-24: rebuild with th-expand-syns 0.4.6.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 02:16:16 UTC (rev 611518)
+++ PKGBUILD2020-04-04 02:18:03 UTC (rev 611519)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=23
+pkgrel=24
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-04-01 Thread Felix Yan via arch-commits
Date: Wednesday, April 1, 2020 @ 20:15:07
  Author: felixonmars
Revision: 609153

upgpkg: haskell-store 0.7.2-23: rebuild with QuickCheck 2.14

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-01 20:13:23 UTC (rev 609152)
+++ PKGBUILD2020-04-01 20:15:07 UTC (rev 609153)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=22
+pkgrel=23
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-03-30 Thread Felix Yan via arch-commits
Date: Monday, March 30, 2020 @ 21:50:03
  Author: felixonmars
Revision: 607366

upgpkg: haskell-store 0.7.2-22: rebuild with doctest 0.16.3

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-30 21:48:09 UTC (rev 607365)
+++ PKGBUILD2020-03-30 21:50:03 UTC (rev 607366)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=21
+pkgrel=22
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-03-29 Thread Felix Yan via arch-commits
Date: Sunday, March 29, 2020 @ 18:57:29
  Author: felixonmars
Revision: 606370

upgpkg: haskell-store 0.7.2-21: rebuild with ChasingBottoms 1.3.1.8

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-29 18:55:41 UTC (rev 606369)
+++ PKGBUILD2020-03-29 18:57:29 UTC (rev 606370)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=20
+pkgrel=21
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-03-21 Thread Felix Yan via arch-commits
Date: Saturday, March 21, 2020 @ 17:06:25
  Author: felixonmars
Revision: 602847

upgpkg: haskell-store 0.7.2-20: rebuild with network 3.1.1.1, network-bsd 
2.8.1.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-21 17:06:18 UTC (rev 602846)
+++ PKGBUILD2020-03-21 17:06:25 UTC (rev 602847)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=19
+pkgrel=20
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-03-15 Thread Felix Yan via arch-commits
Date: Sunday, March 15, 2020 @ 22:03:11
  Author: felixonmars
Revision: 598679

upgpkg: haskell-store 0.7.2-19: rebuild with hashable 1.3.0.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-15 22:01:23 UTC (rev 598678)
+++ PKGBUILD2020-03-15 22:03:11 UTC (rev 598679)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=18
+pkgrel=19
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-03-14 Thread Felix Yan via arch-commits
Date: Saturday, March 14, 2020 @ 22:24:52
  Author: felixonmars
Revision: 597375

upgpkg: haskell-store 0.7.2-18: rebuild with StateVar 1.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-14 22:23:12 UTC (rev 597374)
+++ PKGBUILD2020-03-14 22:24:52 UTC (rev 597375)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=17
+pkgrel=18
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 23:16:27
  Author: felixonmars
Revision: 593348

upgpkg: haskell-store 0.7.2-17: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 23:09:19 UTC (rev 593347)
+++ PKGBUILD2020-03-09 23:16:27 UTC (rev 593348)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=16
+pkgrel=17
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-03-07 Thread Felix Yan via arch-commits
Date: Saturday, March 7, 2020 @ 22:02:23
  Author: felixonmars
Revision: 591315

upgpkg: haskell-store 0.7.2-16: rebuild with unliftio-core 0.2.0.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-07 22:00:32 UTC (rev 591314)
+++ PKGBUILD2020-03-07 22:02:23 UTC (rev 591315)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=15
+pkgrel=16
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-03-02 Thread Felix Yan via arch-commits
Date: Tuesday, March 3, 2020 @ 06:47:06
  Author: felixonmars
Revision: 589385

upgpkg: haskell-store 0.7.2-15: rebuild with resourcet 1.2.3

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-03 06:45:12 UTC (rev 589384)
+++ PKGBUILD2020-03-03 06:47:06 UTC (rev 589385)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=14
+pkgrel=15
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-03-01 Thread Felix Yan via arch-commits
Date: Sunday, March 1, 2020 @ 23:16:50
  Author: felixonmars
Revision: 588327

upgpkg: haskell-store 0.7.2-14: rebuild with primitive 0.7.0.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-01 22:28:16 UTC (rev 588326)
+++ PKGBUILD2020-03-01 23:16:50 UTC (rev 588327)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=13
+pkgrel=14
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


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

2020-02-29 Thread Felix Yan via arch-commits
Date: Saturday, February 29, 2020 @ 17:03:25
  Author: felixonmars
Revision: 586939

upgpkg: haskell-store 0.7.2-13: rebuild with logict 0.7.0.2

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-29 17:01:26 UTC (rev 586938)
+++ PKGBUILD2020-02-29 17:03:25 UTC (rev 586939)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=12
+pkgrel=13
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('BSD')


  1   2   3   4   5   >