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

2018-12-05 Thread Felix Yan via arch-commits
Date: Wednesday, December 5, 2018 @ 10:32:45
  Author: felixonmars
Revision: 411344

upgpkg: haskell-shake 0.17.3-2

rebuild with base64-bytestring 1.0.0.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-05 10:25:54 UTC (rev 411343)
+++ PKGBUILD2018-12-05 10:32:45 UTC (rev 411344)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("BSD")


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

2018-12-04 Thread Felix Yan via arch-commits
Date: Tuesday, December 4, 2018 @ 16:58:53
  Author: felixonmars
Revision: 411184

upgpkg: haskell-shake 0.17.3-1

rebuild with shake 0.17.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-04 16:50:35 UTC (rev 411183)
+++ PKGBUILD2018-12-04 16:58:53 UTC (rev 411184)
@@ -3,11 +3,11 @@
 
 _hkgname=shake
 pkgname=haskell-shake
-pkgver=0.17.2
+pkgver=0.17.3
 pkgrel=1
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-extra' 'haskell-hashable' 'haskell-heaps' 
'haskell-js-flot'
  'haskell-js-jquery' 'haskell-primitive' 'haskell-random' 
'haskell-unordered-containers'
@@ -14,7 +14,7 @@
  'haskell-utf8-string')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('85fd9ab44f61f5cd7bab9e50ab8ac0e24b174752025bb10bb76af93956bf27529f6b8442de36e6393662702601daec3bec512097c28182f3ec1697c956253765')
+sha512sums=('056237bef73b2c78abafcfec5d8d3c0005e8cb30bef7f4168eaf8aec264e19729e8e8cd0d9af4b8b80b373790a8c8a26c1c52bd25c08cbbc008bacc27a63a343')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2018-11-29 Thread Felix Yan via arch-commits
Date: Thursday, November 29, 2018 @ 16:20:53
  Author: felixonmars
Revision: 410540

upgpkg: haskell-shake 0.17.2-1

rebuild with shake 0.17.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-29 16:17:03 UTC (rev 410539)
+++ PKGBUILD2018-11-29 16:20:53 UTC (rev 410540)
@@ -3,8 +3,8 @@
 
 _hkgname=shake
 pkgname=haskell-shake
-pkgver=0.17.1
-pkgrel=5
+pkgver=0.17.2
+pkgrel=1
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  'haskell-utf8-string')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('84222c732c602ab8a8b3171d72783062d27c75a79ff53cdc4e3aad60e446b0e03aac41d03a01afe2eecc69eeb0067492012674a1ea16b70d9148ff2cf2cdc7bd')
+sha512sums=('85fd9ab44f61f5cd7bab9e50ab8ac0e24b174752025bb10bb76af93956bf27529f6b8442de36e6393662702601daec3bec512097c28182f3ec1697c956253765')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2018-11-27 Thread Felix Yan via arch-commits
Date: Tuesday, November 27, 2018 @ 21:13:30
  Author: felixonmars
Revision: 410118

upgpkg: haskell-shake 0.17.1-5

rebuild with aeson 1.4.2.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-27 21:13:28 UTC (rev 410117)
+++ PKGBUILD2018-11-27 21:13:30 UTC (rev 410118)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-11-20 Thread Felix Yan via arch-commits
Date: Tuesday, November 20, 2018 @ 12:21:21
  Author: felixonmars
Revision: 409048

upgpkg: haskell-shake 0.17.1-4

rebuild with concurrent-output 1.10.9

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-20 12:21:14 UTC (rev 409047)
+++ PKGBUILD2018-11-20 12:21:21 UTC (rev 409048)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-11-19 Thread Felix Yan via arch-commits
Date: Monday, November 19, 2018 @ 15:28:11
  Author: felixonmars
Revision: 408820

upgpkg: haskell-shake 0.17.1-3

rebuild with http-client 0.5.14

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-19 15:21:09 UTC (rev 408819)
+++ PKGBUILD2018-11-19 15:28:11 UTC (rev 408820)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-11-16 Thread Felix Yan via arch-commits
Date: Friday, November 16, 2018 @ 11:01:19
  Author: felixonmars
Revision: 408113

upgpkg: haskell-shake 0.17.1-2

rebuild with code-page 0.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-16 10:54:26 UTC (rev 408112)
+++ PKGBUILD2018-11-16 11:01:19 UTC (rev 408113)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-11-15 Thread Felix Yan via arch-commits
Date: Thursday, November 15, 2018 @ 11:08:52
  Author: felixonmars
Revision: 407698

upgpkg: haskell-shake 0.17.1-1

rebuild with shake 0.17.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-15 11:04:25 UTC (rev 407697)
+++ PKGBUILD2018-11-15 11:08:52 UTC (rev 407698)
@@ -3,8 +3,8 @@
 
 _hkgname=shake
 pkgname=haskell-shake
-pkgver=0.17
-pkgrel=10
+pkgver=0.17.1
+pkgrel=1
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  'haskell-utf8-string')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('b945be917dd25120b51e45afa91d6b0f2bda1f6371cf6dc7b475c05cbe733b2b91e2acc4aa9785dbb821f0811632189ad940726b56be542f74b19db637e919a3')
+sha512sums=('84222c732c602ab8a8b3171d72783062d27c75a79ff53cdc4e3aad60e446b0e03aac41d03a01afe2eecc69eeb0067492012674a1ea16b70d9148ff2cf2cdc7bd')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2018-11-14 Thread Felix Yan via arch-commits
Date: Wednesday, November 14, 2018 @ 21:53:49
  Author: felixonmars
Revision: 407527

upgpkg: haskell-shake 0.17-10

rebuild with entropy 0.4.1.4

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-14 21:47:07 UTC (rev 407526)
+++ PKGBUILD2018-11-14 21:53:49 UTC (rev 407527)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17
-pkgrel=9
+pkgrel=10
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-11-13 Thread Felix Yan via arch-commits
Date: Tuesday, November 13, 2018 @ 21:44:59
  Author: felixonmars
Revision: 407231

upgpkg: haskell-shake 0.17-9

rebuild with math-functions 0.3.1.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-13 21:41:09 UTC (rev 407230)
+++ PKGBUILD2018-11-13 21:44:59 UTC (rev 407231)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17
-pkgrel=8
+pkgrel=9
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-11-07 Thread Felix Yan via arch-commits
Date: Wednesday, November 7, 2018 @ 18:13:53
  Author: felixonmars
Revision: 403047

upgpkg: haskell-shake 0.17-8

rebuild with ghc 8.6.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-07 18:13:40 UTC (rev 403046)
+++ PKGBUILD2018-11-07 18:13:53 UTC (rev 403047)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17
-pkgrel=7
+pkgrel=8
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")
@@ -30,7 +30,7 @@
 cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"  --enable-tests \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
 --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-portable -f-cloud
 runhaskell Setup build
@@ -48,9 +48,9 @@
 package() {
 cd $_hkgname-$pkgver
 
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
 }


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

2018-11-01 Thread Felix Yan via arch-commits
Date: Thursday, November 1, 2018 @ 06:08:07
  Author: felixonmars
Revision: 400922

upgpkg: haskell-shake 0.17-7

rebuild with bsb-http-chunked 0.0.0.4

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-01 06:03:27 UTC (rev 400921)
+++ PKGBUILD2018-11-01 06:08:07 UTC (rev 400922)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17
-pkgrel=6
+pkgrel=7
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-10-31 Thread Felix Yan via arch-commits
Date: Wednesday, October 31, 2018 @ 16:29:55
  Author: felixonmars
Revision: 400338

upgpkg: haskell-shake 0.17-6

rebuild with ansi-terminal 0.8.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-31 16:22:55 UTC (rev 400337)
+++ PKGBUILD2018-10-31 16:29:55 UTC (rev 400338)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17
-pkgrel=5
+pkgrel=6
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 08:57:33
  Author: felixonmars
Revision: 399561

upgpkg: haskell-shake 0.17-5

rebuild with http2 1.6.4

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 08:50:15 UTC (rev 399560)
+++ PKGBUILD2018-10-30 08:57:33 UTC (rev 399561)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17
-pkgrel=4
+pkgrel=5
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-10-19 Thread Felix Yan via arch-commits
Date: Friday, October 19, 2018 @ 11:31:04
  Author: felixonmars
Revision: 397438

upgpkg: haskell-shake 0.17-4

rebuild with base-compat 0.10.5

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-19 11:23:45 UTC (rev 397437)
+++ PKGBUILD2018-10-19 11:31:04 UTC (rev 397438)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17
-pkgrel=3
+pkgrel=4
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-10-18 Thread Felix Yan via arch-commits
Date: Thursday, October 18, 2018 @ 13:31:46
  Author: felixonmars
Revision: 395988

upgpkg: haskell-shake 0.17-3

rebuild with extra 1.6.13

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-18 13:31:08 UTC (rev 395987)
+++ PKGBUILD2018-10-18 13:31:46 UTC (rev 395988)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17
-pkgrel=2
+pkgrel=3
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-10-18 Thread Felix Yan via arch-commits
Date: Thursday, October 18, 2018 @ 10:11:01
  Author: felixonmars
Revision: 395840

upgpkg: haskell-shake 0.17-2

rebuild with iproute 1.7.6

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-18 10:03:21 UTC (rev 395839)
+++ PKGBUILD2018-10-18 10:11:01 UTC (rev 395840)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-10-16 Thread Felix Yan via arch-commits
Date: Wednesday, October 17, 2018 @ 04:56:57
  Author: felixonmars
Revision: 394903

upgpkg: haskell-shake 0.17-1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-17 04:56:49 UTC (rev 394902)
+++ PKGBUILD2018-10-17 04:56:57 UTC (rev 394903)
@@ -3,17 +3,18 @@
 
 _hkgname=shake
 pkgname=haskell-shake
-pkgver=0.16.4
-pkgrel=108
+pkgver=0.17
+pkgrel=1
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-extra' 'haskell-hashable' 'haskell-js-flot' 
'haskell-js-jquery'
- 'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 
'haskell-utf8-string')
+depends=('ghc-libs' 'haskell-extra' 'haskell-hashable' 'haskell-heaps' 
'haskell-js-flot'
+ 'haskell-js-jquery' 'haskell-primitive' 'haskell-random' 
'haskell-unordered-containers'
+ 'haskell-utf8-string')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('4a517a3730836d5e31c700e455f738d7798460525efdb25499b52fd579dfaaad9d3758fa924b720e1a6c803419eeefdbcc52cec5d60cb5917ae6334454935246')
+sha512sums=('b945be917dd25120b51e45afa91d6b0f2bda1f6371cf6dc7b475c05cbe733b2b91e2acc4aa9785dbb821f0811632189ad940726b56be542f74b19db637e919a3')
 
 prepare() {
 cd $_hkgname-$pkgver
@@ -21,7 +22,7 @@
 sed -e 's/runhaskell Setup.hs configure/runhaskell Setup.hs configure 
--enable-executable-dynamic --disable-library-vanilla/' \
 -e 's/ghc -fno-code/ghc -dynamic -fno-code/' \
 -i src/Test/Docs.hs
-sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs
+sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs 
src/Test/SelfMake.hs
 sed -i 's/ghc --make/ghc -dynamic --make/' docs/manual/build.sh
 }
 
@@ -31,7 +32,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"  --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-portable
+-f-portable -f-cloud
 runhaskell Setup build
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script


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

2018-10-11 Thread Felix Yan via arch-commits
Date: Thursday, October 11, 2018 @ 19:35:23
  Author: felixonmars
Revision: 392683

upgpkg: haskell-shake 0.16.4-108

rebuild with tasty 1.1.0.4

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-11 19:29:01 UTC (rev 392682)
+++ PKGBUILD2018-10-11 19:35:23 UTC (rev 392683)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=107
+pkgrel=108
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-10-09 Thread Felix Yan via arch-commits
Date: Tuesday, October 9, 2018 @ 22:13:11
  Author: felixonmars
Revision: 391833

upgpkg: haskell-shake 0.16.4-107

rebuild with resourcet 1.2.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-09 22:06:50 UTC (rev 391832)
+++ PKGBUILD2018-10-09 22:13:11 UTC (rev 391833)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=106
+pkgrel=107
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-10-09 Thread Felix Yan via arch-commits
Date: Tuesday, October 9, 2018 @ 12:25:51
  Author: felixonmars
Revision: 391462

upgpkg: haskell-shake 0.16.4-106

rebuild with vector-algorithms 0.8.0.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-09 12:19:29 UTC (rev 391461)
+++ PKGBUILD2018-10-09 12:25:51 UTC (rev 391462)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=105
+pkgrel=106
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-10-08 Thread Felix Yan via arch-commits
Date: Monday, October 8, 2018 @ 20:40:21
  Author: felixonmars
Revision: 391163

upgpkg: haskell-shake 0.16.4-105

rebuild with conduit 1.3.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-08 20:33:41 UTC (rev 391162)
+++ PKGBUILD2018-10-08 20:40:21 UTC (rev 391163)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=104
+pkgrel=105
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-10-05 Thread Felix Yan via arch-commits
Date: Friday, October 5, 2018 @ 19:28:22
  Author: felixonmars
Revision: 390287

upgpkg: haskell-shake 0.16.4-104

rebuild with optparse-applicative 0.14.3.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-05 19:21:50 UTC (rev 390286)
+++ PKGBUILD2018-10-05 19:28:22 UTC (rev 390287)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=103
+pkgrel=104
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-10-04 Thread Felix Yan via arch-commits
Date: Thursday, October 4, 2018 @ 10:47:07
  Author: felixonmars
Revision: 389430

upgpkg: haskell-shake 0.16.4-103

rebuild with foldl 1.4.5

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-04 10:40:10 UTC (rev 389429)
+++ PKGBUILD2018-10-04 10:47:07 UTC (rev 389430)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=102
+pkgrel=103
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-30 Thread Felix Yan via arch-commits
Date: Sunday, September 30, 2018 @ 18:34:50
  Author: felixonmars
Revision: 388615

upgpkg: haskell-shake 0.16.4-102

rebuild with memory 0.14.18

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-30 18:34:43 UTC (rev 388614)
+++ PKGBUILD2018-09-30 18:34:50 UTC (rev 388615)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=101
+pkgrel=102
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-29 Thread Felix Yan via arch-commits
Date: Sunday, September 30, 2018 @ 05:17:53
  Author: felixonmars
Revision: 388105

upgpkg: haskell-shake 0.16.4-101

rebuild with doctest 0.16.0.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-30 05:11:30 UTC (rev 388104)
+++ PKGBUILD2018-09-30 05:17:53 UTC (rev 388105)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=100
+pkgrel=101
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-28 Thread Felix Yan via arch-commits
Date: Friday, September 28, 2018 @ 15:25:11
  Author: felixonmars
Revision: 387304

upgpkg: haskell-shake 0.16.4-100

rebuild with http-types 0.12.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-28 15:24:44 UTC (rev 387303)
+++ PKGBUILD2018-09-28 15:25:11 UTC (rev 387304)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=99
+pkgrel=100
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-28 Thread Felix Yan via arch-commits
Date: Friday, September 28, 2018 @ 07:27:20
  Author: felixonmars
Revision: 386872

upgpkg: haskell-shake 0.16.4-99

rebuild with quickcheck-instances 0.3.19

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-28 07:20:57 UTC (rev 386871)
+++ PKGBUILD2018-09-28 07:27:20 UTC (rev 386872)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=98
+pkgrel=99
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

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

upgpkg: haskell-shake 0.16.4-98

rebuild with haskell-lexer 1.0.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-27 15:50:31 UTC (rev 386489)
+++ PKGBUILD2018-09-27 15:57:09 UTC (rev 386490)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=97
+pkgrel=98
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-27 Thread Felix Yan via arch-commits
Date: Thursday, September 27, 2018 @ 08:06:13
  Author: felixonmars
Revision: 385993

upgpkg: haskell-shake 0.16.4-97

rebuild with lifted-async 0.10.0.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-27 07:59:54 UTC (rev 385992)
+++ PKGBUILD2018-09-27 08:06:13 UTC (rev 385993)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=96
+pkgrel=97
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-26 Thread Felix Yan via arch-commits
Date: Wednesday, September 26, 2018 @ 16:53:01
  Author: felixonmars
Revision: 385470

upgpkg: haskell-shake 0.16.4-96

rebuild with ChasingBottoms 1.3.1.5

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-26 16:46:22 UTC (rev 385469)
+++ PKGBUILD2018-09-26 16:53:01 UTC (rev 385470)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=95
+pkgrel=96
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-25 Thread Felix Yan via arch-commits
Date: Tuesday, September 25, 2018 @ 15:29:33
  Author: felixonmars
Revision: 384860

upgpkg: haskell-shake 0.16.4-95

rebuild with unliftio 0.2.8.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-25 15:22:51 UTC (rev 384859)
+++ PKGBUILD2018-09-25 15:29:33 UTC (rev 384860)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=94
+pkgrel=95
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-24 Thread Felix Yan via arch-commits
Date: Tuesday, September 25, 2018 @ 01:47:11
  Author: felixonmars
Revision: 384751

upgpkg: haskell-shake 0.16.4-94

rebuild with extra 1.6.12

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-25 01:40:34 UTC (rev 384750)
+++ PKGBUILD2018-09-25 01:47:11 UTC (rev 384751)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=93
+pkgrel=94
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-24 Thread Felix Yan via arch-commits
Date: Monday, September 24, 2018 @ 08:00:04
  Author: felixonmars
Revision: 384435

upgpkg: haskell-shake 0.16.4-93

rebuild with entropy 0.4.1.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-24 07:53:33 UTC (rev 384434)
+++ PKGBUILD2018-09-24 08:00:04 UTC (rev 384435)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=92
+pkgrel=93
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-23 Thread Felix Yan via arch-commits
Date: Sunday, September 23, 2018 @ 19:24:14
  Author: felixonmars
Revision: 384265

upgpkg: haskell-shake 0.16.4-92

rebuild with concurrent-output 1.10.7

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-23 19:17:42 UTC (rev 384264)
+++ PKGBUILD2018-09-23 19:24:14 UTC (rev 384265)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=91
+pkgrel=92
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 09:46:07
  Author: felixonmars
Revision: 384019

upgpkg: haskell-shake 0.16.4-91

rebuild with hedgehog 0.6.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 09:39:42 UTC (rev 384018)
+++ PKGBUILD2018-09-22 09:46:07 UTC (rev 384019)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=90
+pkgrel=91
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-20 Thread Felix Yan via arch-commits
Date: Thursday, September 20, 2018 @ 12:40:57
  Author: felixonmars
Revision: 383593

upgpkg: haskell-shake 0.16.4-90

rebuild with haskell-src-exts 1.20.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-20 12:34:28 UTC (rev 383592)
+++ PKGBUILD2018-09-20 12:40:57 UTC (rev 383593)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=89
+pkgrel=90
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-18 Thread Felix Yan via arch-commits
Date: Tuesday, September 18, 2018 @ 18:04:25
  Author: felixonmars
Revision: 383138

upgpkg: haskell-shake 0.16.4-89

rebuild with extra 1.6.11

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 17:57:48 UTC (rev 383137)
+++ PKGBUILD2018-09-18 18:04:25 UTC (rev 383138)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=88
+pkgrel=89
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-17 Thread Felix Yan via arch-commits
Date: Monday, September 17, 2018 @ 18:10:06
  Author: felixonmars
Revision: 382673

upgpkg: haskell-shake 0.16.4-88

rebuild with bsb-http-chunked 0.0.0.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-17 18:09:57 UTC (rev 382672)
+++ PKGBUILD2018-09-17 18:10:06 UTC (rev 382673)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=87
+pkgrel=88
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-17 Thread Felix Yan via arch-commits
Date: Monday, September 17, 2018 @ 13:39:35
  Author: felixonmars
Revision: 382434

upgpkg: haskell-shake 0.16.4-87

rebuild with vector-algorithms 0.8.0.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-17 13:33:01 UTC (rev 382433)
+++ PKGBUILD2018-09-17 13:39:35 UTC (rev 382434)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=86
+pkgrel=87
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-15 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 15:03:05
  Author: felixonmars
Revision: 381605

upgpkg: haskell-shake 0.16.4-86

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 14:56:46 UTC (rev 381604)
+++ PKGBUILD2018-09-15 15:03:05 UTC (rev 381605)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=85
+pkgrel=86
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-11 Thread Felix Yan via arch-commits
Date: Tuesday, September 11, 2018 @ 09:05:24
  Author: felixonmars
Revision: 379623

upgpkg: haskell-shake 0.16.4-85

rebuild with warp 3.2.25

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-11 08:59:06 UTC (rev 379622)
+++ PKGBUILD2018-09-11 09:05:24 UTC (rev 379623)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=84
+pkgrel=85
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-10 Thread Felix Yan via arch-commits
Date: Monday, September 10, 2018 @ 19:55:23
  Author: felixonmars
Revision: 379275

upgpkg: haskell-shake 0.16.4-84

rebuild with integer-logarithms 1.0.2.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-10 19:48:34 UTC (rev 379274)
+++ PKGBUILD2018-09-10 19:55:23 UTC (rev 379275)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=83
+pkgrel=84
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-06 Thread Felix Yan via arch-commits
Date: Thursday, September 6, 2018 @ 22:09:29
  Author: felixonmars
Revision: 378322

upgpkg: haskell-shake 0.16.4-83

rebuild with unliftio 0.2.8.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-06 22:03:06 UTC (rev 378321)
+++ PKGBUILD2018-09-06 22:09:29 UTC (rev 378322)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=82
+pkgrel=83
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-06 Thread Felix Yan via arch-commits
Date: Thursday, September 6, 2018 @ 16:31:41
  Author: felixonmars
Revision: 377720

upgpkg: haskell-shake 0.16.4-82

rebuild with test-framework-quickcheck2 0.3.0.5

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-06 16:25:07 UTC (rev 377719)
+++ PKGBUILD2018-09-06 16:31:41 UTC (rev 377720)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=81
+pkgrel=82
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-04 Thread Felix Yan via arch-commits
Date: Tuesday, September 4, 2018 @ 14:10:56
  Author: felixonmars
Revision: 376682

upgpkg: haskell-shake 0.16.4-81

rebuild with foldl 1.4.4

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-04 14:04:20 UTC (rev 376681)
+++ PKGBUILD2018-09-04 14:10:56 UTC (rev 376682)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=80
+pkgrel=81
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-03 Thread Felix Yan via arch-commits
Date: Monday, September 3, 2018 @ 17:05:19
  Author: felixonmars
Revision: 376416

upgpkg: haskell-shake 0.16.4-80

rebuild with warp 3.2.24

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-03 16:58:20 UTC (rev 376415)
+++ PKGBUILD2018-09-03 17:05:19 UTC (rev 376416)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=79
+pkgrel=80
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-09-02 Thread Felix Yan via arch-commits
Date: Sunday, September 2, 2018 @ 23:30:26
  Author: felixonmars
Revision: 376176

upgpkg: haskell-shake 0.16.4-79

rebuild with math-functions 0.3.0.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-02 23:29:35 UTC (rev 376175)
+++ PKGBUILD2018-09-02 23:30:26 UTC (rev 376176)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=78
+pkgrel=79
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-08-30 Thread Felix Yan via arch-commits
Date: Thursday, August 30, 2018 @ 17:11:23
  Author: felixonmars
Revision: 375571

upgpkg: haskell-shake 0.16.4-78

rebuild with unliftio 0.2.7.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-30 17:04:46 UTC (rev 375570)
+++ PKGBUILD2018-08-30 17:11:23 UTC (rev 375571)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=77
+pkgrel=78
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-08-29 Thread Felix Yan via arch-commits
Date: Wednesday, August 29, 2018 @ 19:03:14
  Author: felixonmars
Revision: 375182

upgpkg: haskell-shake 0.16.4-77

rebuild with unliftio-core 0.1.2.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-29 18:55:30 UTC (rev 375181)
+++ PKGBUILD2018-08-29 19:03:14 UTC (rev 375182)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=76
+pkgrel=77
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-08-26 Thread Felix Yan via arch-commits
Date: Monday, August 27, 2018 @ 05:51:29
  Author: felixonmars
Revision: 374627

upgpkg: haskell-shake 0.16.4-76

rebuild with vector-algorithms 0.7.0.4

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-27 05:44:39 UTC (rev 374626)
+++ PKGBUILD2018-08-27 05:51:29 UTC (rev 374627)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=75
+pkgrel=76
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-08-26 Thread Felix Yan via arch-commits
Date: Sunday, August 26, 2018 @ 10:15:14
  Author: felixonmars
Revision: 374083

upgpkg: haskell-shake 0.16.4-75

rebuild with unix-compat 0.5.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-26 10:08:35 UTC (rev 374082)
+++ PKGBUILD2018-08-26 10:15:14 UTC (rev 374083)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=74
+pkgrel=75
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-08-24 Thread Felix Yan via arch-commits
Date: Friday, August 24, 2018 @ 09:22:24
  Author: felixonmars
Revision: 373594

upgpkg: haskell-shake 0.16.4-74

rebuild with vector-algorithms 0.7.0.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-24 09:20:16 UTC (rev 373593)
+++ PKGBUILD2018-08-24 09:22:24 UTC (rev 373594)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=73
+pkgrel=74
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-08-17 Thread Felix Yan via arch-commits
Date: Friday, August 17, 2018 @ 07:32:09
  Author: felixonmars
Revision: 372198

upgpkg: haskell-shake 0.16.4-73

rebuild with StateVar 1.1.1.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-17 07:28:33 UTC (rev 372197)
+++ PKGBUILD2018-08-17 07:32:09 UTC (rev 372198)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=72
+pkgrel=73
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-08-14 Thread Felix Yan via arch-commits
Date: Tuesday, August 14, 2018 @ 11:53:22
  Author: felixonmars
Revision: 371431

upgpkg: haskell-shake 0.16.4-72

rebuild with typed-process 0.2.3.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-14 11:46:34 UTC (rev 371430)
+++ PKGBUILD2018-08-14 11:53:22 UTC (rev 371431)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=71
+pkgrel=72
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-08-09 Thread Felix Yan via arch-commits
Date: Friday, August 10, 2018 @ 05:43:53
  Author: felixonmars
Revision: 370741

upgpkg: haskell-shake 0.16.4-71

rebuild with cereal 0.5.7.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-10 05:37:12 UTC (rev 370740)
+++ PKGBUILD2018-08-10 05:43:53 UTC (rev 370741)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=70
+pkgrel=71
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-08-04 Thread Felix Yan via arch-commits
Date: Sunday, August 5, 2018 @ 05:34:58
  Author: felixonmars
Revision: 368205

upgpkg: haskell-shake 0.16.4-70

rebuild with foldl 1.4.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-05 05:27:18 UTC (rev 368204)
+++ PKGBUILD2018-08-05 05:34:58 UTC (rev 368205)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=69
+pkgrel=70
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-08-04 Thread Felix Yan via arch-commits
Date: Saturday, August 4, 2018 @ 16:26:42
  Author: felixonmars
Revision: 368011

upgpkg: haskell-shake 0.16.4-69

rebuild with vault 0.3.1.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-04 16:19:39 UTC (rev 368010)
+++ PKGBUILD2018-08-04 16:26:42 UTC (rev 368011)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=68
+pkgrel=69
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-08-03 Thread Felix Yan via arch-commits
Date: Saturday, August 4, 2018 @ 02:41:44
  Author: felixonmars
Revision: 367724

upgpkg: haskell-shake 0.16.4-68

rebuild with vector-builder 0.3.6

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-04 02:34:45 UTC (rev 367723)
+++ PKGBUILD2018-08-04 02:41:44 UTC (rev 367724)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=67
+pkgrel=68
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-08-02 Thread Felix Yan via arch-commits
Date: Thursday, August 2, 2018 @ 14:36:15
  Author: felixonmars
Revision: 367299

upgpkg: haskell-shake 0.16.4-67

rebuild with mono-traversable 1.0.9.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-02 14:29:18 UTC (rev 367298)
+++ PKGBUILD2018-08-02 14:36:15 UTC (rev 367299)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=66
+pkgrel=67
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-29 Thread Felix Yan via arch-commits
Date: Sunday, July 29, 2018 @ 09:51:40
  Author: felixonmars
Revision: 364332

upgpkg: haskell-shake 0.16.4-66

rebuild with tasty 1.1.0.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-29 09:44:18 UTC (rev 364331)
+++ PKGBUILD2018-07-29 09:51:40 UTC (rev 364332)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=65
+pkgrel=66
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-26 Thread Felix Yan via arch-commits
Date: Thursday, July 26, 2018 @ 10:27:05
  Author: felixonmars
Revision: 363517

upgpkg: haskell-shake 0.16.4-65

rebuild with http-date 0.0.8

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 10:20:28 UTC (rev 363516)
+++ PKGBUILD2018-07-26 10:27:05 UTC (rev 363517)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=64
+pkgrel=65
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-18 Thread Felix Yan via arch-commits
Date: Wednesday, July 18, 2018 @ 13:13:17
  Author: felixonmars
Revision: 361903

upgpkg: haskell-shake 0.16.4-64

rebuild with doctest 0.16.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 13:06:37 UTC (rev 361902)
+++ PKGBUILD2018-07-18 13:13:17 UTC (rev 361903)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=63
+pkgrel=64
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-17 Thread Felix Yan via arch-commits
Date: Tuesday, July 17, 2018 @ 16:11:56
  Author: felixonmars
Revision: 360959

upgpkg: haskell-shake 0.16.4-63

rebuild with hspec 2.5.5, hspec-core 2.5.5, hspec-discover 2.5.5

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-17 16:05:15 UTC (rev 360958)
+++ PKGBUILD2018-07-17 16:11:56 UTC (rev 360959)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=62
+pkgrel=63
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-16 Thread Felix Yan via arch-commits
Date: Monday, July 16, 2018 @ 19:57:38
  Author: felixonmars
Revision: 360191

upgpkg: haskell-shake 0.16.4-62

rebuild with math-functions 0.3.0.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-16 19:50:54 UTC (rev 360190)
+++ PKGBUILD2018-07-16 19:57:38 UTC (rev 360191)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=61
+pkgrel=62
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-16 Thread Felix Yan via arch-commits
Date: Monday, July 16, 2018 @ 16:37:18
  Author: felixonmars
Revision: 359939

upgpkg: haskell-shake 0.16.4-61

rebuild with mwc-random 0.14.0.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-16 16:30:41 UTC (rev 359938)
+++ PKGBUILD2018-07-16 16:37:18 UTC (rev 359939)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=60
+pkgrel=61
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-16 Thread Felix Yan via arch-commits
Date: Monday, July 16, 2018 @ 08:10:07
  Author: felixonmars
Revision: 359640

upgpkg: haskell-shake 0.16.4-60

rebuild with warp 3.2.23

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-16 08:07:15 UTC (rev 359639)
+++ PKGBUILD2018-07-16 08:10:07 UTC (rev 359640)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=59
+pkgrel=60
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-14 Thread Felix Yan via arch-commits
Date: Saturday, July 14, 2018 @ 12:54:40
  Author: felixonmars
Revision: 359050

upgpkg: haskell-shake 0.16.4-59

rebuild with contravariant 1.5

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-14 12:47:24 UTC (rev 359049)
+++ PKGBUILD2018-07-14 12:54:40 UTC (rev 359050)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=58
+pkgrel=59
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-13 Thread Felix Yan via arch-commits
Date: Saturday, July 14, 2018 @ 03:22:22
  Author: felixonmars
Revision: 358858

upgpkg: haskell-shake 0.16.4-58

rebuild with extra 1.6.9

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-14 03:22:19 UTC (rev 358857)
+++ PKGBUILD2018-07-14 03:22:22 UTC (rev 358858)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=57
+pkgrel=58
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-13 Thread Felix Yan via arch-commits
Date: Friday, July 13, 2018 @ 07:35:58
  Author: felixonmars
Revision: 358425

upgpkg: haskell-shake 0.16.4-57

rebuild with streaming-commons 0.2.1.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-13 07:28:56 UTC (rev 358424)
+++ PKGBUILD2018-07-13 07:35:58 UTC (rev 358425)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=56
+pkgrel=57
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-12 Thread Felix Yan via arch-commits
Date: Thursday, July 12, 2018 @ 18:32:48
  Author: felixonmars
Revision: 358054

upgpkg: haskell-shake 0.16.4-56

rebuild with distributive 0.6

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-12 18:31:59 UTC (rev 358053)
+++ PKGBUILD2018-07-12 18:32:48 UTC (rev 358054)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=55
+pkgrel=56
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-12 Thread Felix Yan via arch-commits
Date: Thursday, July 12, 2018 @ 06:25:32
  Author: felixonmars
Revision: 357484

upgpkg: haskell-shake 0.16.4-55

rebuild with hspec 2.5.4, hspec-core 2.5.4, hspec-discover 2.5.4

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-12 06:18:26 UTC (rev 357483)
+++ PKGBUILD2018-07-12 06:25:32 UTC (rev 357484)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=54
+pkgrel=55
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-10 Thread Felix Yan via arch-commits
Date: Tuesday, July 10, 2018 @ 21:35:08
  Author: felixonmars
Revision: 356494

upgpkg: haskell-shake 0.16.4-54

rebuild with base-compat 0.10.4

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-10 21:28:10 UTC (rev 356493)
+++ PKGBUILD2018-07-10 21:35:08 UTC (rev 356494)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=53
+pkgrel=54
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-09 Thread Felix Yan via arch-commits
Date: Monday, July 9, 2018 @ 06:15:20
  Author: felixonmars
Revision: 355721

upgpkg: haskell-shake 0.16.4-53

rebuild with basement 0.0.8, foundation 0.0.21

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-09 06:08:22 UTC (rev 355720)
+++ PKGBUILD2018-07-09 06:15:20 UTC (rev 355721)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=52
+pkgrel=53
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-08 Thread Felix Yan via arch-commits
Date: Sunday, July 8, 2018 @ 22:09:13
  Author: felixonmars
Revision: 355413

upgpkg: haskell-shake 0.16.4-52

rebuild with bifunctors 5.5.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 22:05:49 UTC (rev 355412)
+++ PKGBUILD2018-07-08 22:09:13 UTC (rev 355413)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=51
+pkgrel=52
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-08 Thread Felix Yan via arch-commits
Date: Sunday, July 8, 2018 @ 11:53:33
  Author: felixonmars
Revision: 354764

upgpkg: haskell-shake 0.16.4-51

rebuild with network 2.7.0.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 11:52:53 UTC (rev 354763)
+++ PKGBUILD2018-07-08 11:53:33 UTC (rev 354764)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=50
+pkgrel=51
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-07 Thread Felix Yan via arch-commits
Date: Saturday, July 7, 2018 @ 20:20:09
  Author: felixonmars
Revision: 354096

upgpkg: haskell-shake 0.16.4-50

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-07 20:19:17 UTC (rev 354095)
+++ PKGBUILD2018-07-07 20:20:09 UTC (rev 354096)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=49
+pkgrel=50
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 07:17:44
  Author: felixonmars
Revision: 353382

upgpkg: haskell-shake 0.16.4-49

rebuild with foldl 1.4.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 07:10:57 UTC (rev 353381)
+++ PKGBUILD2018-07-06 07:17:44 UTC (rev 353382)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=48
+pkgrel=49
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-05 Thread Felix Yan via arch-commits
Date: Thursday, July 5, 2018 @ 16:34:29
  Author: felixonmars
Revision: 352957

upgpkg: haskell-shake 0.16.4-48

rebuild with profunctors 5.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-05 16:27:19 UTC (rev 352956)
+++ PKGBUILD2018-07-05 16:34:29 UTC (rev 352957)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=47
+pkgrel=48
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-04 Thread Felix Yan via arch-commits
Date: Wednesday, July 4, 2018 @ 19:56:51
  Author: felixonmars
Revision: 352130

upgpkg: haskell-shake 0.16.4-47

rebuild with semigroupoids 5.3.1, base-orphans 0.8

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-04 19:50:05 UTC (rev 352129)
+++ PKGBUILD2018-07-04 19:56:51 UTC (rev 352130)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=46
+pkgrel=47
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-03 Thread Felix Yan via arch-commits
Date: Tuesday, July 3, 2018 @ 11:30:36
  Author: felixonmars
Revision: 350842

upgpkg: haskell-shake 0.16.4-46

rebuild with tagged 0.8.6

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-03 11:23:56 UTC (rev 350841)
+++ PKGBUILD2018-07-03 11:30:36 UTC (rev 350842)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=45
+pkgrel=46
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-02 Thread Felix Yan via arch-commits
Date: Monday, July 2, 2018 @ 17:31:06
  Author: felixonmars
Revision: 350072

upgpkg: haskell-shake 0.16.4-45

rebuild with http-client 0.5.13.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-02 17:24:20 UTC (rev 350071)
+++ PKGBUILD2018-07-02 17:31:06 UTC (rev 350072)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=44
+pkgrel=45
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-02 Thread Felix Yan via arch-commits
Date: Monday, July 2, 2018 @ 14:31:10
  Author: felixonmars
Revision: 349813

upgpkg: haskell-shake 0.16.4-44

rebuild with comonad 5.0.4

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-02 14:24:18 UTC (rev 349812)
+++ PKGBUILD2018-07-02 14:31:10 UTC (rev 349813)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=43
+pkgrel=44
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-07-01 Thread Felix Yan via arch-commits
Date: Sunday, July 1, 2018 @ 07:55:45
  Author: felixonmars
Revision: 349326

upgpkg: haskell-shake 0.16.4-43

rebuild with th-abstraction 0.2.8.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-01 07:49:08 UTC (rev 349325)
+++ PKGBUILD2018-07-01 07:55:45 UTC (rev 349326)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=42
+pkgrel=43
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 14:51:49
  Author: felixonmars
Revision: 348227

upgpkg: haskell-shake 0.16.4-42

rebuild with foldl 1.4.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 14:45:02 UTC (rev 348226)
+++ PKGBUILD2018-06-30 14:51:49 UTC (rev 348227)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=41
+pkgrel=42
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-28 Thread Felix Yan via arch-commits
Date: Thursday, June 28, 2018 @ 16:23:16
  Author: felixonmars
Revision: 347039

upgpkg: haskell-shake 0.16.4-41

rebuild with hspec 2.5.2, hspec-core 2.5.2, hspec-discover 2.5.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-28 16:17:47 UTC (rev 347038)
+++ PKGBUILD2018-06-28 16:23:16 UTC (rev 347039)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=40
+pkgrel=41
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-26 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 12:46:53
  Author: felixonmars
Revision: 346234

upgpkg: haskell-shake 0.16.4-40

rebuild with network 2.7.0.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 12:41:27 UTC (rev 346233)
+++ PKGBUILD2018-06-26 12:46:53 UTC (rev 346234)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=39
+pkgrel=40
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Monday, June 25, 2018 @ 17:20:18
  Author: felixonmars
Revision: 345911

upgpkg: haskell-shake 0.16.4-39

rebuild with mime-types 0.1.0.8

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-25 17:14:49 UTC (rev 345910)
+++ PKGBUILD2018-06-25 17:20:18 UTC (rev 345911)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=38
+pkgrel=39
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-24 Thread Felix Yan via arch-commits
Date: Sunday, June 24, 2018 @ 18:10:36
  Author: felixonmars
Revision: 345336

upgpkg: haskell-shake 0.16.4-38

rebuild with tasty 1.1.0.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-24 18:05:10 UTC (rev 345335)
+++ PKGBUILD2018-06-24 18:10:36 UTC (rev 345336)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=37
+pkgrel=38
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-22 Thread Felix Yan via arch-commits
Date: Friday, June 22, 2018 @ 10:49:10
  Author: felixonmars
Revision: 344415

upgpkg: haskell-shake 0.16.4-37

rebuild with conduit 1.3.0.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-22 10:43:42 UTC (rev 344414)
+++ PKGBUILD2018-06-22 10:49:10 UTC (rev 344415)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=36
+pkgrel=37
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-18 Thread Felix Yan via arch-commits
Date: Monday, June 18, 2018 @ 08:02:00
  Author: felixonmars
Revision: 343724

upgpkg: haskell-shake 0.16.4-36

rebuild with th-abstraction 0.2.7.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-18 07:56:25 UTC (rev 343723)
+++ PKGBUILD2018-06-18 08:02:00 UTC (rev 343724)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=35
+pkgrel=36
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-12 Thread Felix Yan via arch-commits
Date: Tuesday, June 12, 2018 @ 21:17:03
  Author: felixonmars
Revision: 342717

upgpkg: haskell-shake 0.16.4-35

rebuild with http-client 0.5.13

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-12 21:11:36 UTC (rev 342716)
+++ PKGBUILD2018-06-12 21:17:03 UTC (rev 342717)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=34
+pkgrel=35
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:57:08
  Author: felixonmars
Revision: 342252

upgpkg: haskell-shake 0.16.4-34

rebuild with HTTP 4000.3.12

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 16:51:44 UTC (rev 342251)
+++ PKGBUILD2018-06-10 16:57:08 UTC (rev 342252)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=33
+pkgrel=34
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 15:17:26
  Author: felixonmars
Revision: 341267

upgpkg: haskell-shake 0.16.4-33

rebuild with base-prelude 1.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 15:11:59 UTC (rev 341266)
+++ PKGBUILD2018-06-06 15:17:26 UTC (rev 341267)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=32
+pkgrel=33
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 07:08:43
  Author: felixonmars
Revision: 340865

upgpkg: haskell-shake 0.16.4-32

rebuild with network 2.7.0.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 07:08:36 UTC (rev 340864)
+++ PKGBUILD2018-06-06 07:08:43 UTC (rev 340865)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=31
+pkgrel=32
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-03 Thread Felix Yan via arch-commits
Date: Sunday, June 3, 2018 @ 08:42:27
  Author: felixonmars
Revision: 338924

upgpkg: haskell-shake 0.16.4-31

rebuild with tasty 1.1.0.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 08:40:22 UTC (rev 338923)
+++ PKGBUILD2018-06-03 08:42:27 UTC (rev 338924)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=30
+pkgrel=31
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-02 Thread Felix Yan via arch-commits
Date: Saturday, June 2, 2018 @ 16:59:13
  Author: felixonmars
Revision: 337880

upgpkg: haskell-shake 0.16.4-30

rebuild with primitive 0.6.4.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-02 16:53:52 UTC (rev 337879)
+++ PKGBUILD2018-06-02 16:59:13 UTC (rev 337880)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=29
+pkgrel=30
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 17:07:00
  Author: felixonmars
Revision: 336294

upgpkg: haskell-shake 0.16.4-29

rebuild with ghc 8.4.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 17:01:36 UTC (rev 336293)
+++ PKGBUILD2018-06-01 17:07:00 UTC (rev 336294)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=28
+pkgrel=29
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 09:58:35
  Author: felixonmars
Revision: 334711

upgpkg: haskell-shake 0.16.4-28

rebuild with vault 0.3.1.1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 09:53:15 UTC (rev 334710)
+++ PKGBUILD2018-05-31 09:58:35 UTC (rev 334711)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=27
+pkgrel=28
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 07:24:16
  Author: felixonmars
Revision: 334282

upgpkg: haskell-shake 0.16.4-27

rebuild with temporary 1.3

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 07:22:08 UTC (rev 334281)
+++ PKGBUILD2018-05-31 07:24:16 UTC (rev 334282)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=26
+pkgrel=27
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


<    1   2   3   4   5   6   7   >