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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 23:14:01
  Author: felixonmars
Revision: 785685

upgpkg: haskell-timezone-olson 0.2.0-2: rebuild with ghc 8.10.3

Modified:
  haskell-timezone-olson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 23:13:36 UTC (rev 785684)
+++ PKGBUILD2020-12-23 23:14:01 UTC (rev 785685)
@@ -3,7 +3,7 @@
 _hkgname=timezone-olson
 pkgname=haskell-${_hkgname}
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Pure Haskell parser and renderer for binary Olson timezone files'
 url='http://projects.haskell.org/time-ng/'
 license=('BSD')


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

2020-11-19 Thread Levente Polyak via arch-commits
Date: Friday, November 20, 2020 @ 00:24:13
  Author: anthraxx
Revision: 757857

upgpkg: haskell-timezone-olson 0.2.0-1

Modified:
  haskell-timezone-olson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 23:40:38 UTC (rev 757856)
+++ PKGBUILD2020-11-20 00:24:13 UTC (rev 757857)
@@ -2,8 +2,8 @@
 
 _hkgname=timezone-olson
 pkgname=haskell-${_hkgname}
-pkgver=0.1.9
-pkgrel=7
+pkgver=0.2.0
+pkgrel=1
 pkgdesc='Pure Haskell parser and renderer for binary Olson timezone files'
 url='http://projects.haskell.org/time-ng/'
 license=('BSD')
@@ -12,8 +12,8 @@
  'haskell-extensible-exceptions' 'haskell-time' 
'haskell-timezone-series')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha256sums=('32230509029bcf9e1bd95b5ad7ee69b8b0250cffc4bb8f2df88a651b3af74b15')
-sha512sums=('1ad8f98ba3573f11154e18c5c0d2d7ee3b32f165d388318622195199da4765d1a0352b8a13fa38a6b2fb008de93f34d2a6aa35d2d7ada53e1ae8c5404d68b645')
+sha256sums=('8f57c369a72c4da5ba546d6e62370567e835cc2f6da406fd00e8dbb48e803b2d')
+sha512sums=('06c73b24b23caa41f3dce472bca384e3ee7ba02a3dd8bc4458bc758bc6aabdeca9be299f16419702e860f38ea213fd62d90e63fc4746dc2015c0e06b15aba6dd')
 
 build() {
   cd ${_hkgname}-${pkgver}


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 20:22:58
  Author: felixonmars
Revision: 693084

upgpkg: haskell-timezone-olson 0.1.9-7: rebuild with happy 1.20.0

Modified:
  haskell-timezone-olson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 20:22:15 UTC (rev 693083)
+++ PKGBUILD2020-08-30 20:22:58 UTC (rev 693084)
@@ -3,7 +3,7 @@
 _hkgname=timezone-olson
 pkgname=haskell-${_hkgname}
 pkgver=0.1.9
-pkgrel=6
+pkgrel=7
 pkgdesc='Pure Haskell parser and renderer for binary Olson timezone files'
 url='http://projects.haskell.org/time-ng/'
 license=('BSD')


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 12:27:43
  Author: felixonmars
Revision: 682558

upgpkg: haskell-timezone-olson 0.1.9-6: rebuild with ghc 8.10.2

Modified:
  haskell-timezone-olson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 12:27:00 UTC (rev 682557)
+++ PKGBUILD2020-08-17 12:27:43 UTC (rev 682558)
@@ -3,7 +3,7 @@
 _hkgname=timezone-olson
 pkgname=haskell-${_hkgname}
 pkgver=0.1.9
-pkgrel=5
+pkgrel=6
 pkgdesc='Pure Haskell parser and renderer for binary Olson timezone files'
 url='http://projects.haskell.org/time-ng/'
 license=('BSD')
@@ -27,7 +27,7 @@
   --libsubdir=\$compiler/site-local/\$pkgid \
   --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
   --ghc-option='-pie'
-runhaskell Setup build
+runhaskell Setup build $MAKEFLAGS
 runhaskell Setup haddock
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script


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

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 22:44:27
  Author: felixonmars
Revision: 618365

upgpkg: haskell-timezone-olson 0.1.9-5: rebuild with ghc 8.10.1

Modified:
  haskell-timezone-olson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 22:43:57 UTC (rev 618364)
+++ PKGBUILD2020-04-23 22:44:27 UTC (rev 618365)
@@ -3,7 +3,7 @@
 _hkgname=timezone-olson
 pkgname=haskell-${_hkgname}
 pkgver=0.1.9
-pkgrel=4
+pkgrel=5
 pkgdesc='Pure Haskell parser and renderer for binary Olson timezone files'
 url='http://projects.haskell.org/time-ng/'
 license=('BSD')


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

2020-02-27 Thread Felix Yan via arch-commits
Date: Thursday, February 27, 2020 @ 08:42:05
  Author: felixonmars
Revision: 583630

upgpkg: haskell-timezone-olson 0.1.9-4: rebuild with ghc 8.8.3

Modified:
  haskell-timezone-olson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-27 08:41:27 UTC (rev 583629)
+++ PKGBUILD2020-02-27 08:42:05 UTC (rev 583630)
@@ -3,7 +3,7 @@
 _hkgname=timezone-olson
 pkgname=haskell-${_hkgname}
 pkgver=0.1.9
-pkgrel=3
+pkgrel=4
 pkgdesc='Pure Haskell parser and renderer for binary Olson timezone files'
 url='http://projects.haskell.org/time-ng/'
 license=('BSD')


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

2020-02-16 Thread Felix Yan via arch-commits
Date: Sunday, February 16, 2020 @ 19:52:18
  Author: felixonmars
Revision: 572810

upgpkg: haskell-timezone-olson 0.1.9-3: rebuild with ghc 8.8.2

Modified:
  haskell-timezone-olson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 19:51:37 UTC (rev 572809)
+++ PKGBUILD2020-02-16 19:52:18 UTC (rev 572810)
@@ -3,7 +3,7 @@
 _hkgname=timezone-olson
 pkgname=haskell-${_hkgname}
 pkgver=0.1.9
-pkgrel=2
+pkgrel=3
 pkgdesc='Pure Haskell parser and renderer for binary Olson timezone files'
 url='http://projects.haskell.org/time-ng/'
 license=('BSD')


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:09:16
  Author: felixonmars
Revision: 553383

upgpkg: haskell-timezone-olson 0.1.9-2: 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, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-timezone-olson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:08:30 UTC (rev 553382)
+++ PKGBUILD2020-01-22 07:09:16 UTC (rev 553383)
@@ -3,7 +3,7 @@
 _hkgname=timezone-olson
 pkgname=haskell-${_hkgname}
 pkgver=0.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Pure Haskell parser and renderer for binary Olson timezone files'
 url='http://projects.haskell.org/time-ng/'
 license=('BSD')