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

2017-12-30 Thread Felix Yan via arch-commits
Date: Saturday, December 30, 2017 @ 11:59:12
  Author: felixonmars
Revision: 277101

upgpkg: haskell-authenticate 1.3.4-4

rebuild with text,1.2.3.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-30 11:58:22 UTC (rev 277100)
+++ PKGBUILD2017-12-30 11:59:12 UTC (rev 277101)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-12-26 Thread Felix Yan via arch-commits
Date: Tuesday, December 26, 2017 @ 17:53:02
  Author: felixonmars
Revision: 276132

upgpkg: haskell-authenticate 1.3.4-3

rebuild with socks,0.5.6

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-26 17:52:22 UTC (rev 276131)
+++ PKGBUILD2017-12-26 17:53:02 UTC (rev 276132)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-12-21 Thread Felix Yan via arch-commits
Date: Friday, December 22, 2017 @ 06:33:59
  Author: felixonmars
Revision: 275395

upgpkg: haskell-authenticate 1.3.4-2

rebuild with memory,0.14.11

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-22 06:33:09 UTC (rev 275394)
+++ PKGBUILD2017-12-22 06:33:59 UTC (rev 275395)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-12-21 Thread Felix Yan via arch-commits
Date: Thursday, December 21, 2017 @ 09:27:43
  Author: felixonmars
Revision: 275134

upgpkg: haskell-authenticate 1.3.4-1

rebuild with authenticate,1.3.4

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-21 09:26:07 UTC (rev 275133)
+++ PKGBUILD2017-12-21 09:27:43 UTC (rev 275134)
@@ -4,24 +4,23 @@
 
 _hkgname=authenticate
 pkgname=haskell-authenticate
-pkgver=1.3.3.2
-pkgrel=141
+pkgver=1.3.4
+pkgrel=1
 pkgdesc="Authentication methods for Haskell web applications."
-url="http://github.com/yesodweb/authenticate;
+url="https://github.com/yesodweb/authenticate;
 license=("MIT")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
- "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit" 
"haskell-http-types"
- "haskell-monad-control" "haskell-network-uri" "haskell-resourcet"
- "haskell-tagstream-conduit" "haskell-text" 
"haskell-unordered-containers"
- "haskell-xml-conduit")
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-conduit' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-resourcet' 'haskell-tagstream-conduit' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-xml-conduit')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+sha512sums=('a6e5a9f4c20ca2bb980958c0cc6273492a6488a3f7c1954170bb8b40e46a4c2f7b607c961506e11ddc5421289c907148c1bc70b855bd16664bc1153ef7865571')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
@@ -35,7 +34,7 @@
 
 package() {
 cd "${srcdir}/${_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}"


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:50:33
  Author: felixonmars
Revision: 274350

upgpkg: haskell-authenticate 1.3.3.2-141

rebuild with conduit-extra,1.2.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:49:44 UTC (rev 274349)
+++ PKGBUILD2017-12-14 06:50:33 UTC (rev 274350)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=140
+pkgrel=141
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-12-11 Thread Felix Yan via arch-commits
Date: Monday, December 11, 2017 @ 19:17:45
  Author: felixonmars
Revision: 273825

upgpkg: haskell-authenticate 1.3.3.2-140

rebuild with conduit-extra,1.2.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-11 19:16:57 UTC (rev 273824)
+++ PKGBUILD2017-12-11 19:17:45 UTC (rev 273825)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=139
+pkgrel=140
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-12-08 Thread Felix Yan via arch-commits
Date: Friday, December 8, 2017 @ 10:41:25
  Author: felixonmars
Revision: 273299

upgpkg: haskell-authenticate 1.3.3.2-139

rebuild with http-conduit,2.2.4

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-08 10:41:22 UTC (rev 273298)
+++ PKGBUILD2017-12-08 10:41:25 UTC (rev 273299)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=138
+pkgrel=139
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-12-06 Thread Felix Yan via arch-commits
Date: Thursday, December 7, 2017 @ 07:56:53
  Author: felixonmars
Revision: 272831

upgpkg: haskell-authenticate 1.3.3.2-138

rebuild with memory,0.14.10

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-07 07:56:02 UTC (rev 272830)
+++ PKGBUILD2017-12-07 07:56:53 UTC (rev 272831)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=137
+pkgrel=138
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-12-06 Thread Felix Yan via arch-commits
Date: Wednesday, December 6, 2017 @ 18:13:15
  Author: felixonmars
Revision: 272575

upgpkg: haskell-authenticate 1.3.3.2-137

rebuild with resourcet,1.1.10

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-06 18:11:47 UTC (rev 272574)
+++ PKGBUILD2017-12-06 18:13:15 UTC (rev 272575)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=136
+pkgrel=137
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-12-01 Thread Felix Yan via arch-commits
Date: Friday, December 1, 2017 @ 14:41:40
  Author: felixonmars
Revision: 271091

upgpkg: haskell-authenticate 1.3.3.2-136

rebuild with memory,0.14.9

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-01 14:40:31 UTC (rev 271090)
+++ PKGBUILD2017-12-01 14:41:40 UTC (rev 271091)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=135
+pkgrel=136
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-11-27 Thread Felix Yan via arch-commits
Date: Monday, November 27, 2017 @ 08:02:15
  Author: felixonmars
Revision: 269456

upgpkg: haskell-authenticate 1.3.3.2-135

rebuild with ghc 8.2.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-27 08:01:31 UTC (rev 269455)
+++ PKGBUILD2017-11-27 08:02:15 UTC (rev 269456)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=134
+pkgrel=135
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-11-18 Thread Felix Yan
Date: Saturday, November 18, 2017 @ 18:56:12
  Author: felixonmars
Revision: 267342

upgpkg: haskell-authenticate 1.3.3.2-134

rebuild with xml-conduit,1.7.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-18 18:55:29 UTC (rev 267341)
+++ PKGBUILD2017-11-18 18:56:12 UTC (rev 267342)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=133
+pkgrel=134
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-11-17 Thread Felix Yan
Date: Saturday, November 18, 2017 @ 03:18:13
  Author: felixonmars
Revision: 267204

upgpkg: haskell-authenticate 1.3.3.2-133

rebuild with http-client,0.5.7.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-18 03:17:28 UTC (rev 267203)
+++ PKGBUILD2017-11-18 03:18:13 UTC (rev 267204)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=132
+pkgrel=133
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-11-12 Thread Felix Yan
Date: Sunday, November 12, 2017 @ 15:57:39
  Author: felixonmars
Revision: 266473

upgpkg: haskell-authenticate 1.3.3.2-132

rebuild with foundation,0.0.17 basement,0.0.4

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-12 15:56:38 UTC (rev 266472)
+++ PKGBUILD2017-11-12 15:57:39 UTC (rev 266473)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=131
+pkgrel=132
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-11-09 Thread Felix Yan
Date: Thursday, November 9, 2017 @ 09:25:14
  Author: felixonmars
Revision: 265856

upgpkg: haskell-authenticate 1.3.3.2-131

rebuild with cookie,0.4.3

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 09:25:05 UTC (rev 265855)
+++ PKGBUILD2017-11-09 09:25:14 UTC (rev 265856)
@@ -5,11 +5,11 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=130
+pkgrel=131
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")
-arch=('i686' 'x86_64')
+arch=('x86_64')
 depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
  "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit" 
"haskell-http-types"
  "haskell-monad-control" "haskell-network-uri" "haskell-resourcet"


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

2017-10-26 Thread Felix Yan
Date: Thursday, October 26, 2017 @ 07:57:37
  Author: felixonmars
Revision: 264428

upgpkg: haskell-authenticate 1.3.3.2-130

rebuild with conduit-extra,1.2.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-26 07:57:21 UTC (rev 264427)
+++ PKGBUILD2017-10-26 07:57:37 UTC (rev 264428)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=129
+pkgrel=130
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-10-18 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 03:18:39
  Author: felixonmars
Revision: 263378

upgpkg: haskell-authenticate 1.3.3.2-129

rebuild with aeson,1.2.3.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 03:17:10 UTC (rev 263377)
+++ PKGBUILD2017-10-19 03:18:39 UTC (rev 263378)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=128
+pkgrel=129
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-10-13 Thread Felix Yan
Date: Friday, October 13, 2017 @ 18:15:20
  Author: felixonmars
Revision: 262601

upgpkg: haskell-authenticate 1.3.3.2-128

rebuild with basement,0.0.3 foundation,0.0.16

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-13 18:13:55 UTC (rev 262600)
+++ PKGBUILD2017-10-13 18:15:20 UTC (rev 262601)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=127
+pkgrel=128
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-09-29 Thread Felix Yan
Date: Friday, September 29, 2017 @ 10:35:58
  Author: felixonmars
Revision: 260964

upgpkg: haskell-authenticate 1.3.3.2-127

rebuild with conduit,1.2.12.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-29 10:34:33 UTC (rev 260963)
+++ PKGBUILD2017-09-29 10:35:58 UTC (rev 260964)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=126
+pkgrel=127
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-09-21 Thread Felix Yan
Date: Thursday, September 21, 2017 @ 07:20:39
  Author: felixonmars
Revision: 258984

upgpkg: haskell-authenticate 1.3.3.2-126

rebuild with aeson,1.2.2.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-21 07:19:42 UTC (rev 258983)
+++ PKGBUILD2017-09-21 07:20:39 UTC (rev 258984)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=125
+pkgrel=126
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")
@@ -22,7 +22,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -fnetwork-uri
@@ -41,7 +41,4 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-# Remove static libs
-find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-09-16 Thread Felix Yan
Date: Saturday, September 16, 2017 @ 15:22:56
  Author: felixonmars
Revision: 257894

upgpkg: haskell-authenticate 1.3.3.2-125

rebuild with foundation,0.0.15

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-16 15:21:23 UTC (rev 257893)
+++ PKGBUILD2017-09-16 15:22:56 UTC (rev 257894)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=124
+pkgrel=125
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-09-13 Thread Felix Yan
Date: Wednesday, September 13, 2017 @ 07:36:27
  Author: felixonmars
Revision: 257311

upgpkg: haskell-authenticate 1.3.3.2-124

rebuild with memory,0.14.8

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-13 07:34:40 UTC (rev 257310)
+++ PKGBUILD2017-09-13 07:36:27 UTC (rev 257311)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=123
+pkgrel=124
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 06:10:21
  Author: felixonmars
Revision: 256507

upgpkg: haskell-authenticate 1.3.3.2-123

rebuild with conduit-extra,1.1.17

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 06:08:46 UTC (rev 256506)
+++ PKGBUILD2017-09-09 06:10:21 UTC (rev 256507)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=122
+pkgrel=123
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-09-08 Thread Felix Yan
Date: Friday, September 8, 2017 @ 11:53:18
  Author: felixonmars
Revision: 256262

upgpkg: haskell-authenticate 1.3.3.2-122

rebuild with conduit,1.2.12

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-08 11:51:45 UTC (rev 256261)
+++ PKGBUILD2017-09-08 11:53:18 UTC (rev 256262)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=121
+pkgrel=122
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-09-05 Thread Felix Yan
Date: Tuesday, September 5, 2017 @ 17:28:26
  Author: felixonmars
Revision: 255855

upgpkg: haskell-authenticate 1.3.3.2-121

rebuild with memory,0.14.7

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 17:27:13 UTC (rev 255854)
+++ PKGBUILD2017-09-05 17:28:26 UTC (rev 255855)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=120
+pkgrel=121
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-08-30 Thread Felix Yan
Date: Wednesday, August 30, 2017 @ 20:09:12
  Author: felixonmars
Revision: 254901

upgpkg: haskell-authenticate 1.3.3.2-120

rebuild with scientific,0.3.5.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-30 20:07:24 UTC (rev 254900)
+++ PKGBUILD2017-08-30 20:09:12 UTC (rev 254901)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=119
+pkgrel=120
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-08-23 Thread Felix Yan
Date: Wednesday, August 23, 2017 @ 07:50:54
  Author: felixonmars
Revision: 253046

upgpkg: haskell-authenticate 1.3.3.2-119

rebuild with xml-conduit,1.6.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-23 07:49:15 UTC (rev 253045)
+++ PKGBUILD2017-08-23 07:50:54 UTC (rev 253046)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=118
+pkgrel=119
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-08-17 Thread Felix Yan
Date: Thursday, August 17, 2017 @ 07:40:16
  Author: felixonmars
Revision: 251611

upgpkg: haskell-authenticate 1.3.3.2-118

GHC 8.2.1 rebuild

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-17 07:38:45 UTC (rev 251610)
+++ PKGBUILD2017-08-17 07:40:16 UTC (rev 251611)
@@ -5,16 +5,17 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=117
+pkgrel=118
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder"
+depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
  "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit" 
"haskell-http-types"
  "haskell-monad-control" "haskell-network-uri" "haskell-resourcet"
  "haskell-tagstream-conduit" "haskell-text" 
"haskell-unordered-containers"
  "haskell-xml-conduit")
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
 
@@ -26,7 +27,6 @@
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -fnetwork-uri
 runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -38,8 +38,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"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
 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-authenticate/trunk (PKGBUILD)

2017-08-13 Thread Felix Yan
Date: Monday, August 14, 2017 @ 05:24:53
  Author: felixonmars
Revision: 250161

upgpkg: haskell-authenticate 1.3.3.2-117

rebuild with aeson,1.2.1.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 05:23:05 UTC (rev 250160)
+++ PKGBUILD2017-08-14 05:24:53 UTC (rev 250161)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=116
+pkgrel=117
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:24:54
  Author: felixonmars
Revision: 249503

upgpkg: haskell-authenticate 1.3.3.2-116

rebuild with x509-validation,1.6.9

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:22:54 UTC (rev 249502)
+++ PKGBUILD2017-08-07 19:24:54 UTC (rev 249503)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=115
+pkgrel=116
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 10:06:33
  Author: felixonmars
Revision: 249360

upgpkg: haskell-authenticate 1.3.3.2-115

rebuild with blaze-html,0.9.0.1 blaze-markup,0.8.0.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 10:04:22 UTC (rev 249359)
+++ PKGBUILD2017-08-07 10:06:33 UTC (rev 249360)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=114
+pkgrel=115
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-08-06 Thread Felix Yan
Date: Monday, August 7, 2017 @ 00:24:20
  Author: felixonmars
Revision: 249204

upgpkg: haskell-authenticate 1.3.3.2-114

rebuild with monad-control,1.0.2.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 00:22:16 UTC (rev 249203)
+++ PKGBUILD2017-08-07 00:24:20 UTC (rev 249204)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=113
+pkgrel=114
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-08-06 Thread Felix Yan
Date: Sunday, August 6, 2017 @ 10:08:19
  Author: felixonmars
Revision: 248968

upgpkg: haskell-authenticate 1.3.3.2-113

rebuild with x509-system,1.6.6

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-06 10:06:14 UTC (rev 248967)
+++ PKGBUILD2017-08-06 10:08:19 UTC (rev 248968)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=112
+pkgrel=113
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-08-05 Thread Felix Yan
Date: Saturday, August 5, 2017 @ 15:27:05
  Author: felixonmars
Revision: 248757

upgpkg: haskell-authenticate 1.3.3.2-112

rebuild with tls,1.4.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-05 15:25:14 UTC (rev 248756)
+++ PKGBUILD2017-08-05 15:27:05 UTC (rev 248757)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=111
+pkgrel=112
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-08-04 Thread Felix Yan
Date: Friday, August 4, 2017 @ 19:21:52
  Author: felixonmars
Revision: 248505

upgpkg: haskell-authenticate 1.3.3.2-111

rebuild with x509-store,1.6.5

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 19:20:03 UTC (rev 248504)
+++ PKGBUILD2017-08-04 19:21:52 UTC (rev 248505)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=110
+pkgrel=111
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-08-04 Thread Felix Yan
Date: Friday, August 4, 2017 @ 11:43:31
  Author: felixonmars
Revision: 248304

upgpkg: haskell-authenticate 1.3.3.2-110

rebuild with attoparsec,0.13.2.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 11:41:38 UTC (rev 248303)
+++ PKGBUILD2017-08-04 11:43:31 UTC (rev 248304)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=109
+pkgrel=110
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-08-03 Thread Felix Yan
Date: Thursday, August 3, 2017 @ 14:56:44
  Author: felixonmars
Revision: 247807

upgpkg: haskell-authenticate 1.3.3.2-109

rebuild with x509,1.7.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-03 14:54:14 UTC (rev 247806)
+++ PKGBUILD2017-08-03 14:56:44 UTC (rev 247807)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=108
+pkgrel=109
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-07-22 Thread Felix Yan
Date: Saturday, July 22, 2017 @ 19:01:36
  Author: felixonmars
Revision: 246044

upgpkg: haskell-authenticate 1.3.3.2-108

rebuild with x509,1.7.1 x509-store,1.6.3 x509-system,1.6.5 x509-validation,1.6.8

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-22 18:59:50 UTC (rev 246043)
+++ PKGBUILD2017-07-22 19:01:36 UTC (rev 246044)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=107
+pkgrel=108
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-07-13 Thread Felix Yan
Date: Thursday, July 13, 2017 @ 06:00:07
  Author: felixonmars
Revision: 244860

upgpkg: haskell-authenticate 1.3.3.2-107

rebuild with http-conduit,2.2.3.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-13 05:54:52 UTC (rev 244859)
+++ PKGBUILD2017-07-13 06:00:07 UTC (rev 244860)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=106
+pkgrel=107
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-07-11 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 21:20:15
  Author: felixonmars
Revision: 244527

upgpkg: haskell-authenticate 1.3.3.2-106

rebuild with integer-logarithms,1.0.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 21:18:05 UTC (rev 244526)
+++ PKGBUILD2017-07-11 21:20:15 UTC (rev 244527)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=105
+pkgrel=106
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-07-11 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 16:11:58
  Author: felixonmars
Revision: 244311

upgpkg: haskell-authenticate 1.3.3.2-105

rebuild with cryptonite,0.24

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 16:10:05 UTC (rev 244310)
+++ PKGBUILD2017-07-11 16:11:58 UTC (rev 244311)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=104
+pkgrel=105
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-07-11 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 08:06:23
  Author: felixonmars
Revision: 243994

upgpkg: haskell-authenticate 1.3.3.2-104

rebuild with scientific,0.3.5.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 08:04:28 UTC (rev 243993)
+++ PKGBUILD2017-07-11 08:06:23 UTC (rev 243994)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=103
+pkgrel=104
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-07-10 Thread Felix Yan
Date: Monday, July 10, 2017 @ 06:45:23
  Author: felixonmars
Revision: 243567

upgpkg: haskell-authenticate 1.3.3.2-103

rebuild with foundation,0.0.13

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-10 06:43:31 UTC (rev 243566)
+++ PKGBUILD2017-07-10 06:45:23 UTC (rev 243567)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=102
+pkgrel=103
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-07-07 Thread Felix Yan
Date: Friday, July 7, 2017 @ 20:55:14
  Author: felixonmars
Revision: 243071

upgpkg: haskell-authenticate 1.3.3.2-102

rebuild with scientific,0.3.5.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 20:52:57 UTC (rev 243070)
+++ PKGBUILD2017-07-07 20:55:14 UTC (rev 243071)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=101
+pkgrel=102
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-07-07 Thread Felix Yan
Date: Friday, July 7, 2017 @ 12:15:30
  Author: felixonmars
Revision: 242810

upgpkg: haskell-authenticate 1.3.3.2-101

rebuild with dlist,0.8.0.3

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 12:13:31 UTC (rev 242809)
+++ PKGBUILD2017-07-07 12:15:30 UTC (rev 242810)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=100
+pkgrel=101
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-30 Thread Felix Yan
Date: Saturday, July 1, 2017 @ 00:39:09
  Author: felixonmars
Revision: 241869

upgpkg: haskell-authenticate 1.3.3.2-100

rebuild with monad-control,1.0.2.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-01 00:36:59 UTC (rev 241868)
+++ PKGBUILD2017-07-01 00:39:09 UTC (rev 241869)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=99
+pkgrel=100
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-28 Thread Felix Yan
Date: Wednesday, June 28, 2017 @ 18:33:34
  Author: felixonmars
Revision: 241499

upgpkg: haskell-authenticate 1.3.3.2-99

rebuild with tls,1.3.11

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-28 18:31:38 UTC (rev 241498)
+++ PKGBUILD2017-06-28 18:33:34 UTC (rev 241499)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=98
+pkgrel=99
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-23 Thread Felix Yan
Date: Friday, June 23, 2017 @ 15:09:35
  Author: felixonmars
Revision: 240442

upgpkg: haskell-authenticate 1.3.3.2-98

rebuild with hashable,1.2.6.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-23 15:07:42 UTC (rev 240441)
+++ PKGBUILD2017-06-23 15:09:35 UTC (rev 240442)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=97
+pkgrel=98
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-22 Thread Felix Yan
Date: Thursday, June 22, 2017 @ 18:09:29
  Author: felixonmars
Revision: 239635

upgpkg: haskell-authenticate 1.3.3.2-97

rebuild with xml-conduit,1.5.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-22 18:07:27 UTC (rev 239634)
+++ PKGBUILD2017-06-22 18:09:29 UTC (rev 239635)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=96
+pkgrel=97
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")
@@ -23,7 +23,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -fnetwork-uri
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html


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

2017-06-20 Thread Felix Yan
Date: Tuesday, June 20, 2017 @ 09:45:38
  Author: felixonmars
Revision: 238928

upgpkg: haskell-authenticate 1.3.3.2-96

rebuild with foundation,0.0.12

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-20 09:43:43 UTC (rev 238927)
+++ PKGBUILD2017-06-20 09:45:38 UTC (rev 238928)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=95
+pkgrel=96
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-19 Thread Felix Yan
Date: Monday, June 19, 2017 @ 18:34:25
  Author: felixonmars
Revision: 238731

upgpkg: haskell-authenticate 1.3.3.2-95

rebuild with http-client-tls,0.3.5.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-19 18:32:47 UTC (rev 238730)
+++ PKGBUILD2017-06-19 18:34:25 UTC (rev 238731)
@@ -5,12 +5,12 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=94
+pkgrel=95
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder"
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder"
  "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit" 
"haskell-http-types"
  "haskell-monad-control" "haskell-network-uri" "haskell-resourcet"
  "haskell-tagstream-conduit" "haskell-text" 
"haskell-unordered-containers"


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 14:25:18
  Author: felixonmars
Revision: 237647

upgpkg: haskell-authenticate 1.3.3.2-94

rebuild with ghc,8.0.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 14:23:01 UTC (rev 237646)
+++ PKGBUILD2017-06-16 14:25:18 UTC (rev 237647)
@@ -5,16 +5,16 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=93
+pkgrel=94
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
- "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
- "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
- "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
- "haskell-unordered-containers" "haskell-xml-conduit")
+depends=("ghc" "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-monad-control" "haskell-network-uri" "haskell-resourcet"
+ "haskell-tagstream-conduit" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-xml-conduit")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
 
@@ -21,7 +21,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid \
 -fnetwork-uri
@@ -43,4 +43,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-12 Thread Felix Yan
Date: Monday, June 12, 2017 @ 13:39:39
  Author: felixonmars
Revision: 236430

upgpkg: haskell-authenticate 1.3.3.2-93

rebuild with monad-control,1.0.2.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 13:39:15 UTC (rev 236429)
+++ PKGBUILD2017-06-12 13:39:39 UTC (rev 236430)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=92
+pkgrel=93
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-10 Thread Felix Yan
Date: Saturday, June 10, 2017 @ 16:52:13
  Author: felixonmars
Revision: 236013

upgpkg: haskell-authenticate 1.3.3.2-92

rebuild with memory,0.14.6

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-10 16:49:46 UTC (rev 236012)
+++ PKGBUILD2017-06-10 16:52:13 UTC (rev 236013)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=91
+pkgrel=92
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-10 Thread Felix Yan
Date: Saturday, June 10, 2017 @ 07:35:02
  Author: felixonmars
Revision: 235815

upgpkg: haskell-authenticate 1.3.3.2-91

rebuild with conduit,1.2.11

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-10 07:32:18 UTC (rev 235814)
+++ PKGBUILD2017-06-10 07:35:02 UTC (rev 235815)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=90
+pkgrel=91
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-09 Thread Felix Yan
Date: Friday, June 9, 2017 @ 17:30:40
  Author: felixonmars
Revision: 235660

upgpkg: haskell-authenticate 1.3.3.2-90

rebuild with foundation,0.0.10

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-09 17:28:07 UTC (rev 235659)
+++ PKGBUILD2017-06-09 17:30:40 UTC (rev 235660)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=89
+pkgrel=90
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-06 Thread Felix Yan
Date: Tuesday, June 6, 2017 @ 19:23:56
  Author: felixonmars
Revision: 235076

upgpkg: haskell-authenticate 1.3.3.2-89

rebuild with scientific,0.3.4.15

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-06 19:20:24 UTC (rev 235075)
+++ PKGBUILD2017-06-06 19:23:56 UTC (rev 235076)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=88
+pkgrel=89
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-04 Thread Felix Yan
Date: Monday, June 5, 2017 @ 00:25:54
  Author: felixonmars
Revision: 234090

upgpkg: haskell-authenticate 1.3.3.2-88

rebuild with scientific,0.3.4.14

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-05 00:22:41 UTC (rev 234089)
+++ PKGBUILD2017-06-05 00:25:54 UTC (rev 234090)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=87
+pkgrel=88
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-03 Thread Felix Yan
Date: Saturday, June 3, 2017 @ 13:44:56
  Author: felixonmars
Revision: 233749

upgpkg: haskell-authenticate 1.3.3.2-87

rebuild with mmorph,1.1.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-03 13:44:41 UTC (rev 233748)
+++ PKGBUILD2017-06-03 13:44:56 UTC (rev 233749)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=86
+pkgrel=87
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-02 Thread Felix Yan
Date: Friday, June 2, 2017 @ 20:09:39
  Author: felixonmars
Revision: 233537

upgpkg: haskell-authenticate 1.3.3.2-86

rebuild with streaming-commons,0.1.18

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-02 20:06:36 UTC (rev 233536)
+++ PKGBUILD2017-06-02 20:09:39 UTC (rev 233537)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=85
+pkgrel=86
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-02 Thread Felix Yan
Date: Friday, June 2, 2017 @ 07:00:50
  Author: felixonmars
Revision: 232899

upgpkg: haskell-authenticate 1.3.3.2-85

rebuild with http-client,0.5.7.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-02 07:00:44 UTC (rev 232898)
+++ PKGBUILD2017-06-02 07:00:50 UTC (rev 232899)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=84
+pkgrel=85
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-01 Thread Felix Yan
Date: Thursday, June 1, 2017 @ 18:08:18
  Author: felixonmars
Revision: 232486

upgpkg: haskell-authenticate 1.3.3.2-84

rebuild with network,2.6.3.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 18:06:48 UTC (rev 232485)
+++ PKGBUILD2017-06-01 18:08:18 UTC (rev 232486)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=83
+pkgrel=84
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-06-01 Thread Felix Yan
Date: Thursday, June 1, 2017 @ 12:17:47
  Author: felixonmars
Revision: 232254

upgpkg: haskell-authenticate 1.3.3.2-83

rebuild with http-client-tls,0.3.5

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-01 12:16:07 UTC (rev 232253)
+++ PKGBUILD2017-06-01 12:17:47 UTC (rev 232254)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=82
+pkgrel=83
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-05-30 Thread Felix Yan
Date: Tuesday, May 30, 2017 @ 13:36:58
  Author: felixonmars
Revision: 231251

upgpkg: haskell-authenticate 1.3.3.2-82

rebuild with case-insensitive,1.2.0.10

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-30 13:33:50 UTC (rev 231250)
+++ PKGBUILD2017-05-30 13:36:58 UTC (rev 231251)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=81
+pkgrel=82
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-05-29 Thread Felix Yan
Date: Monday, May 29, 2017 @ 18:24:43
  Author: felixonmars
Revision: 230991

upgpkg: haskell-authenticate 1.3.3.2-81

rebuild with scientific,0.3.4.13

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-29 18:21:57 UTC (rev 230990)
+++ PKGBUILD2017-05-29 18:24:43 UTC (rev 230991)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=80
+pkgrel=81
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-05-28 Thread Felix Yan
Date: Sunday, May 28, 2017 @ 16:16:20
  Author: felixonmars
Revision: 230643

upgpkg: haskell-authenticate 1.3.3.2-80

rebuild with lifted-base,0.2.3.11

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-28 16:13:10 UTC (rev 230642)
+++ PKGBUILD2017-05-28 16:16:20 UTC (rev 230643)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=79
+pkgrel=80
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-05-23 Thread Felix Yan
Date: Tuesday, May 23, 2017 @ 18:07:21
  Author: felixonmars
Revision: 229805

upgpkg: haskell-authenticate 1.3.3.2-79

rebuild with cryptonite,0.23

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-23 18:04:55 UTC (rev 229804)
+++ PKGBUILD2017-05-23 18:07:21 UTC (rev 229805)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=78
+pkgrel=79
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-05-22 Thread Felix Yan
Date: Monday, May 22, 2017 @ 23:31:41
  Author: felixonmars
Revision: 229408

upgpkg: haskell-authenticate 1.3.3.2-78

rebuild with text,1.2.2.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-22 23:29:11 UTC (rev 229407)
+++ PKGBUILD2017-05-22 23:31:41 UTC (rev 229408)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=77
+pkgrel=78
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-05-20 Thread Felix Yan
Date: Saturday, May 20, 2017 @ 18:06:08
  Author: felixonmars
Revision: 228789

upgpkg: haskell-authenticate 1.3.3.2-77

rebuild with conduit-extra,1.1.16

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 18:03:24 UTC (rev 228788)
+++ PKGBUILD2017-05-20 18:06:08 UTC (rev 228789)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=76
+pkgrel=77
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 05:51:45
  Author: felixonmars
Revision: 227952

upgpkg: haskell-authenticate 1.3.3.2-76

rebuild with http-client-tls,0.3.4.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-14 05:48:48 UTC (rev 227951)
+++ PKGBUILD2017-05-14 05:51:45 UTC (rev 227952)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=75
+pkgrel=76
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-05-09 Thread Felix Yan
Date: Tuesday, May 9, 2017 @ 19:08:37
  Author: felixonmars
Revision: 227554

upgpkg: haskell-authenticate 1.3.3.2-75

rebuild with foundation,0.0.9

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-09 19:05:56 UTC (rev 227553)
+++ PKGBUILD2017-05-09 19:08:37 UTC (rev 227554)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=74
+pkgrel=75
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-05-03 Thread Felix Yan
Date: Thursday, May 4, 2017 @ 04:58:40
  Author: felixonmars
Revision: 226831

upgpkg: haskell-authenticate 1.3.3.2-74

rebuild with aeson,1.1.2.0 purescript,0.11.4

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-04 04:55:50 UTC (rev 226830)
+++ PKGBUILD2017-05-04 04:58:40 UTC (rev 226831)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=73
+pkgrel=74
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-04-27 Thread Felix Yan
Date: Thursday, April 27, 2017 @ 11:00:00
  Author: felixonmars
Revision: 226007

upgpkg: haskell-authenticate 1.3.3.2-73

rebuild with memory,0.14.5

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 10:57:04 UTC (rev 226006)
+++ PKGBUILD2017-04-27 11:00:00 UTC (rev 226007)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=72
+pkgrel=73
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 09:26:11
  Author: felixonmars
Revision: 225652

upgpkg: haskell-authenticate 1.3.3.2-72

rebuild with foundation,0.0.8

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 09:19:32 UTC (rev 225651)
+++ PKGBUILD2017-04-26 09:26:11 UTC (rev 225652)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=71
+pkgrel=72
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-04-23 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 19:46:53
  Author: felixonmars
Revision: 224648

upgpkg: haskell-authenticate 1.3.3.2-71

rebuild with case-insensitive,1.2.0.9

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 19:44:15 UTC (rev 224647)
+++ PKGBUILD2017-04-23 19:46:53 UTC (rev 224648)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=70
+pkgrel=71
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-04-21 Thread Felix Yan
Date: Friday, April 21, 2017 @ 20:32:11
  Author: felixonmars
Revision: 224257

upgpkg: haskell-authenticate 1.3.3.2-70

rebuild with conduit,1.2.10

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-21 20:29:32 UTC (rev 224256)
+++ PKGBUILD2017-04-21 20:32:11 UTC (rev 224257)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=69
+pkgrel=70
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-04-16 Thread Felix Yan
Date: Sunday, April 16, 2017 @ 17:44:33
  Author: felixonmars
Revision: 223278

upgpkg: haskell-authenticate 1.3.3.2-69

rebuild with foundation,0.0.7

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-16 17:42:03 UTC (rev 223277)
+++ PKGBUILD2017-04-16 17:44:33 UTC (rev 223278)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=68
+pkgrel=69
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-04-13 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 12:12:07
  Author: felixonmars
Revision: 222676

upgpkg: haskell-authenticate 1.3.3.2-68

rebuild with scientific,0.3.4.12

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 12:09:13 UTC (rev 222675)
+++ PKGBUILD2017-04-13 12:12:07 UTC (rev 222676)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=67
+pkgrel=68
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-04-11 Thread Felix Yan
Date: Tuesday, April 11, 2017 @ 06:37:32
  Author: felixonmars
Revision: 222109

upgpkg: haskell-authenticate 1.3.3.2-67

rebuild with base-compat,0.9.3

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-11 06:34:59 UTC (rev 222108)
+++ PKGBUILD2017-04-11 06:37:32 UTC (rev 222109)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=66
+pkgrel=67
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-04-10 Thread Felix Yan
Date: Monday, April 10, 2017 @ 21:44:53
  Author: felixonmars
Revision: 221967

upgpkg: haskell-authenticate 1.3.3.2-66

rebuild with async,2.1.1.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-10 21:42:19 UTC (rev 221966)
+++ PKGBUILD2017-04-10 21:44:53 UTC (rev 221967)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=65
+pkgrel=66
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-04-10 Thread Felix Yan
Date: Monday, April 10, 2017 @ 13:49:07
  Author: felixonmars
Revision: 221781

upgpkg: haskell-authenticate 1.3.3.2-65

rebuild with http-client-tls,0.3.4.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-10 13:47:23 UTC (rev 221780)
+++ PKGBUILD2017-04-10 13:49:07 UTC (rev 221781)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=64
+pkgrel=65
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-04-07 Thread Felix Yan
Date: Friday, April 7, 2017 @ 18:47:54
  Author: felixonmars
Revision: 221295

upgpkg: haskell-authenticate 1.3.3.2-64

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 18:43:18 UTC (rev 221294)
+++ PKGBUILD2017-04-07 18:47:54 UTC (rev 221295)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=63
+pkgrel=64
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-04-05 Thread Felix Yan
Date: Thursday, April 6, 2017 @ 05:31:54
  Author: felixonmars
Revision: 220890

upgpkg: haskell-authenticate 1.3.3.2-63

rebuild with conduit,1.2.9.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-06 05:29:27 UTC (rev 220889)
+++ PKGBUILD2017-04-06 05:31:54 UTC (rev 220890)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=62
+pkgrel=63
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-04-05 Thread Felix Yan
Date: Wednesday, April 5, 2017 @ 18:26:26
  Author: felixonmars
Revision: 220728

upgpkg: haskell-authenticate 1.3.3.2-62

rebuild with foundation,0.0.6

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-05 18:23:54 UTC (rev 220727)
+++ PKGBUILD2017-04-05 18:26:26 UTC (rev 220728)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=61
+pkgrel=62
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-03-29 Thread Felix Yan
Date: Wednesday, March 29, 2017 @ 17:13:01
  Author: felixonmars
Revision: 219923

upgpkg: haskell-authenticate 1.3.3.2-61

rebuild with memory,0.14.3

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-29 17:10:38 UTC (rev 219922)
+++ PKGBUILD2017-03-29 17:13:01 UTC (rev 219923)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=60
+pkgrel=61
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-03-27 Thread Felix Yan
Date: Monday, March 27, 2017 @ 23:03:22
  Author: felixonmars
Revision: 219493

upgpkg: haskell-authenticate 1.3.3.2-60

rebuild with scientific,0.3.4.11

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 23:00:30 UTC (rev 219492)
+++ PKGBUILD2017-03-27 23:03:22 UTC (rev 219493)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=59
+pkgrel=60
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-03-21 Thread Felix Yan
Date: Tuesday, March 21, 2017 @ 15:11:11
  Author: felixonmars
Revision: 218189

upgpkg: haskell-authenticate 1.3.3.2-59

rebuild with connection,0.2.8

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-21 15:08:47 UTC (rev 218188)
+++ PKGBUILD2017-03-21 15:11:11 UTC (rev 218189)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=58
+pkgrel=59
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-03-20 Thread Felix Yan
Date: Monday, March 20, 2017 @ 19:09:10
  Author: felixonmars
Revision: 217723

upgpkg: haskell-authenticate 1.3.3.2-58

rebuild with hashable,1.2.6.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-20 19:06:22 UTC (rev 217722)
+++ PKGBUILD2017-03-20 19:09:10 UTC (rev 217723)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=57
+pkgrel=58
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-03-19 Thread Felix Yan
Date: Sunday, March 19, 2017 @ 17:55:08
  Author: felixonmars
Revision: 217285

upgpkg: haskell-authenticate 1.3.3.2-57

rebuild with unordered-containers,0.2.8.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-19 17:52:19 UTC (rev 217284)
+++ PKGBUILD2017-03-19 17:55:08 UTC (rev 217285)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=56
+pkgrel=57
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-03-15 Thread Felix Yan
Date: Thursday, March 16, 2017 @ 05:09:56
  Author: felixonmars
Revision: 216578

upgpkg: haskell-authenticate 1.3.3.2-56

rebuild with memory,0.14.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-16 05:07:35 UTC (rev 216577)
+++ PKGBUILD2017-03-16 05:09:56 UTC (rev 216578)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=55
+pkgrel=56
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-03-14 Thread Felix Yan
Date: Tuesday, March 14, 2017 @ 14:30:17
  Author: felixonmars
Revision: 216272

upgpkg: haskell-authenticate 1.3.3.2-55

rebuild with tls,1.3.10

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-14 14:27:52 UTC (rev 216271)
+++ PKGBUILD2017-03-14 14:30:17 UTC (rev 216272)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=54
+pkgrel=55
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-03-12 Thread Felix Yan
Date: Sunday, March 12, 2017 @ 14:15:11
  Author: felixonmars
Revision: 215787

upgpkg: haskell-authenticate 1.3.3.2-54

rebuild with base-compat,0.9.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 14:12:45 UTC (rev 215786)
+++ PKGBUILD2017-03-12 14:15:11 UTC (rev 215787)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=53
+pkgrel=54
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-03-05 Thread Felix Yan
Date: Monday, March 6, 2017 @ 02:50:55
  Author: felixonmars
Revision: 214999

upgpkg: haskell-authenticate 1.3.3.2-53

rebuild with asn1-encoding,0.9.5

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-06 02:48:36 UTC (rev 214998)
+++ PKGBUILD2017-03-06 02:50:55 UTC (rev 214999)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=52
+pkgrel=53
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:58:47
  Author: felixonmars
Revision: 214467

upgpkg: haskell-authenticate 1.3.3.2-52

rebuild with cryptonite,0.22

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:56:37 UTC (rev 214466)
+++ PKGBUILD2017-03-02 07:58:47 UTC (rev 214467)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=51
+pkgrel=52
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-02-28 Thread Felix Yan
Date: Tuesday, February 28, 2017 @ 17:01:37
  Author: felixonmars
Revision: 214224

upgpkg: haskell-authenticate 1.3.3.2-51

rebuild with http-conduit,2.2.3.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-28 16:57:29 UTC (rev 214223)
+++ PKGBUILD2017-02-28 17:01:37 UTC (rev 214224)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=50
+pkgrel=51
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-02-27 Thread Felix Yan
Date: Tuesday, February 28, 2017 @ 03:07:07
  Author: felixonmars
Revision: 214126

upgpkg: haskell-authenticate 1.3.3.2-50

rebuild with http-client,0.5.6.1

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-28 03:04:46 UTC (rev 214125)
+++ PKGBUILD2017-02-28 03:07:07 UTC (rev 214126)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=49
+pkgrel=50
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-02-26 Thread Felix Yan
Date: Monday, February 27, 2017 @ 03:42:44
  Author: felixonmars
Revision: 213911

upgpkg: haskell-authenticate 1.3.3.2-49

rebuild with http-client-tls,0.3.4

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 03:40:14 UTC (rev 213910)
+++ PKGBUILD2017-02-27 03:42:44 UTC (rev 213911)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=48
+pkgrel=49
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-02-21 Thread Felix Yan
Date: Wednesday, February 22, 2017 @ 05:43:16
  Author: felixonmars
Revision: 213424

upgpkg: haskell-authenticate 1.3.3.2-48

rebuild with http-client,0.5.6

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 05:40:57 UTC (rev 213423)
+++ PKGBUILD2017-02-22 05:43:16 UTC (rev 213424)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=47
+pkgrel=48
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-02-16 Thread Felix Yan
Date: Friday, February 17, 2017 @ 07:09:11
  Author: felixonmars
Revision: 212760

upgpkg: haskell-authenticate 1.3.3.2-47

rebuild with case-insensitive,1.2.0.8

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-17 07:06:51 UTC (rev 212759)
+++ PKGBUILD2017-02-17 07:09:11 UTC (rev 212760)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=46
+pkgrel=47
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-02-14 Thread Felix Yan
Date: Tuesday, February 14, 2017 @ 17:42:20
  Author: felixonmars
Revision: 212454

upgpkg: haskell-authenticate 1.3.3.2-46

rebuild with xml-conduit,1.4.0.4

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-14 17:39:43 UTC (rev 212453)
+++ PKGBUILD2017-02-14 17:42:20 UTC (rev 212454)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=45
+pkgrel=46
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


<    2   3   4   5   6   7   8   >