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

2018-06-14 Thread Felix Yan via arch-commits
Date: Thursday, June 14, 2018 @ 16:25:32
  Author: felixonmars
Revision: 343075

upgpkg: haskell-blaze-html 0.9.1.1-1

rebuild with blaze-html 0.9.1.1

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 16:21:35 UTC (rev 343074)
+++ PKGBUILD2018-06-14 16:25:32 UTC (rev 343075)
@@ -4,7 +4,7 @@
 
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
-pkgver=0.9.1.0
+pkgver=0.9.1.1
 pkgrel=1
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
@@ -14,7 +14,7 @@
 makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ff62eb98d6f4b0c461d91d1cb07e94056fc4b30003dd21a195f45c420dabe9707c5b710d1f04f284a48d7fe91360040428c62c8e13cc9225dd2378ebf3c6db41')
+sha512sums=('02daa67d0aa7239e37a04fe52e96114ca2d1a837771aa56d5a02d93e0d261f8ed276cd4da2436c98bbfa2f2a552cd67f0b3c58dbfed2fa99350299b512e8ffaa')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-06-12 Thread Felix Yan via arch-commits
Date: Tuesday, June 12, 2018 @ 13:52:30
  Author: felixonmars
Revision: 342526

upgpkg: haskell-blaze-html 0.9.1.0-1

rebuild with blaze-html 0.9.1.0

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-12 13:35:55 UTC (rev 342525)
+++ PKGBUILD2018-06-12 13:52:30 UTC (rev 342526)
@@ -4,22 +4,25 @@
 
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
-pkgver=0.9.0.1
-pkgrel=22
+pkgver=0.9.1.0
+pkgrel=1
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-blaze-builder" "haskell-blaze-markup")
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-blaze-markup')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('42e9fbfedea321421c0fd635897c2e958e4fdbd00a6136d8bc747b7db0a787f2cdcdb2f2a3f243568e83dee3e9a499b431c317d8f30ae44b46c39eda4b128121')
+sha512sums=('ff62eb98d6f4b0c461d91d1cb07e94056fc4b30003dd21a195f45c420dabe9707c5b710d1f04f284a48d7fe91360040428c62c8e13cc9225dd2378ebf3c6db41')
 
 build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
+
+runghc -isrc src/Util/GenerateHtmlCombinators.hs
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -28,8 +31,13 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
 package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"


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

2018-06-03 Thread Felix Yan via arch-commits
Date: Sunday, June 3, 2018 @ 06:00:52
  Author: felixonmars
Revision: 338590

upgpkg: haskell-blaze-html 0.9.0.1-22

rebuild with tasty 1.1.0.1

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 06:00:40 UTC (rev 338589)
+++ PKGBUILD2018-06-03 06:00:52 UTC (rev 338590)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=21
+pkgrel=22
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-06-02 Thread Felix Yan via arch-commits
Date: Saturday, June 2, 2018 @ 10:30:53
  Author: felixonmars
Revision: 337309

upgpkg: haskell-blaze-html 0.9.0.1-21

rebuild with primitive 0.6.4.0

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-02 10:30:13 UTC (rev 337308)
+++ PKGBUILD2018-06-02 10:30:53 UTC (rev 337309)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=20
+pkgrel=21
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 19:25:49
  Author: felixonmars
Revision: 335297

upgpkg: haskell-blaze-html 0.9.0.1-20

rebuild with ghc 8.4.3

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 19:25:01 UTC (rev 335296)
+++ PKGBUILD2018-05-31 19:25:49 UTC (rev 335297)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=19
+pkgrel=20
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 18:07:54
  Author: felixonmars
Revision: 330255

upgpkg: haskell-blaze-html 0.9.0.1-19

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 18:07:11 UTC (rev 330254)
+++ PKGBUILD2018-05-26 18:07:54 UTC (rev 330255)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=18
+pkgrel=19
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-05-21 Thread Felix Yan via arch-commits
Date: Monday, May 21, 2018 @ 16:27:00
  Author: felixonmars
Revision: 326333

upgpkg: haskell-blaze-html 0.9.0.1-18

rebuild with ansi-terminal,0.8.0.4

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-21 16:26:09 UTC (rev 326332)
+++ PKGBUILD2018-05-21 16:27:00 UTC (rev 326333)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=17
+pkgrel=18
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-05-20 Thread Felix Yan via arch-commits
Date: Sunday, May 20, 2018 @ 19:19:08
  Author: felixonmars
Revision: 325585

upgpkg: haskell-blaze-html 0.9.0.1-17

rebuild with async,2.2.1

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-20 19:18:19 UTC (rev 325584)
+++ PKGBUILD2018-05-20 19:19:08 UTC (rev 325585)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=16
+pkgrel=17
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-05-16 Thread Felix Yan via arch-commits
Date: Wednesday, May 16, 2018 @ 20:48:40
  Author: felixonmars
Revision: 323255

upgpkg: haskell-blaze-html 0.9.0.1-16

rebuild with ghc 8.4.2

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 20:47:50 UTC (rev 323254)
+++ PKGBUILD2018-05-16 20:48:40 UTC (rev 323255)
@@ -5,12 +5,12 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=15
+pkgrel=16
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-blaze-markup")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('42e9fbfedea321421c0fd635897c2e958e4fdbd00a6136d8bc747b7db0a787f2cdcdb2f2a3f243568e83dee3e9a499b431c317d8f30ae44b46c39eda4b128121')


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

2018-04-11 Thread Felix Yan via arch-commits
Date: Thursday, April 12, 2018 @ 04:37:01
  Author: felixonmars
Revision: 315839

upgpkg: haskell-blaze-html 0.9.0.1-15

rebuild with blaze-markup,0.8.2.1

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-12 04:36:07 UTC (rev 315838)
+++ PKGBUILD2018-04-12 04:37:01 UTC (rev 315839)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=14
+pkgrel=15
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-03-21 Thread Felix Yan via arch-commits
Date: Wednesday, March 21, 2018 @ 12:39:07
  Author: felixonmars
Revision: 309887

upgpkg: haskell-blaze-html 0.9.0.1-14

rebuild with blaze-builder,0.4.1.0

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-21 12:38:15 UTC (rev 309886)
+++ PKGBUILD2018-03-21 12:39:07 UTC (rev 309887)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-03-09 Thread Felix Yan via arch-commits
Date: Friday, March 9, 2018 @ 17:24:00
  Author: felixonmars
Revision: 305483

upgpkg: haskell-blaze-html 0.9.0.1-13

rebuild with tasty,1.0.1.1

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-09 17:23:00 UTC (rev 305482)
+++ PKGBUILD2018-03-09 17:24:00 UTC (rev 305483)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=12
+pkgrel=13
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-03-05 Thread Felix Yan via arch-commits
Date: Monday, March 5, 2018 @ 09:00:47
  Author: felixonmars
Revision: 302525

upgpkg: haskell-blaze-html 0.9.0.1-12

rebuild with text-short,0.1.2 tasty-quickcheck,0.10

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-05 08:59:46 UTC (rev 302524)
+++ PKGBUILD2018-03-05 09:00:47 UTC (rev 302525)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=11
+pkgrel=12
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-02-28 Thread Felix Yan via arch-commits
Date: Wednesday, February 28, 2018 @ 21:32:09
  Author: felixonmars
Revision: 300363

upgpkg: haskell-blaze-html 0.9.0.1-11

rebuild with optparse-applicative,0.14.2.0

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-28 21:31:12 UTC (rev 300362)
+++ PKGBUILD2018-02-28 21:32:09 UTC (rev 300363)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-02-26 Thread Felix Yan via arch-commits
Date: Monday, February 26, 2018 @ 20:21:30
  Author: felixonmars
Revision: 298791

upgpkg: haskell-blaze-html 0.9.0.1-10

rebuild with mtl,2.2.2

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 20:20:16 UTC (rev 298790)
+++ PKGBUILD2018-02-26 20:21:30 UTC (rev 298791)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=9
+pkgrel=10
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-02-23 Thread Felix Yan via arch-commits
Date: Saturday, February 24, 2018 @ 06:08:55
  Author: felixonmars
Revision: 297346

upgpkg: haskell-blaze-html 0.9.0.1-9

rebuild with optparse-applicative,0.14.1.0

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-24 06:08:12 UTC (rev 297345)
+++ PKGBUILD2018-02-24 06:08:55 UTC (rev 297346)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=8
+pkgrel=9
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-02-15 Thread Felix Yan via arch-commits
Date: Friday, February 16, 2018 @ 03:24:10
  Author: felixonmars
Revision: 294844

upgpkg: haskell-blaze-html 0.9.0.1-8

rebuild with tasty-golden,2.3.1.3 tasty,1.0.1 tasty-rerun,1.1.10

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-16 03:23:21 UTC (rev 294843)
+++ PKGBUILD2018-02-16 03:24:10 UTC (rev 294844)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-02-10 Thread Felix Yan via arch-commits
Date: Sunday, February 11, 2018 @ 05:57:32
  Author: felixonmars
Revision: 291807

upgpkg: haskell-blaze-html 0.9.0.1-7

rebuild with parsec,3.1.13.0

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-11 05:55:56 UTC (rev 291806)
+++ PKGBUILD2018-02-11 05:57:32 UTC (rev 291807)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2018-01-16 Thread Felix Yan via arch-commits
Date: Tuesday, January 16, 2018 @ 14:18:06
  Author: felixonmars
Revision: 283303

upgpkg: haskell-blaze-html 0.9.0.1-6

rebuild with blaze-markup,0.8.2.0

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-16 14:17:20 UTC (rev 283302)
+++ PKGBUILD2018-01-16 14:18:06 UTC (rev 283303)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2017-12-28 Thread Felix Yan via arch-commits
Date: Thursday, December 28, 2017 @ 13:10:10
  Author: felixonmars
Revision: 276408

upgpkg: haskell-blaze-html 0.9.0.1-5

rebuild with text,1.2.3.0

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-28 13:09:24 UTC (rev 276407)
+++ PKGBUILD2017-12-28 13:10:10 UTC (rev 276408)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2017-11-26 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 19:49:12
  Author: felixonmars
Revision: 269071

upgpkg: haskell-blaze-html 0.9.0.1-4

rebuild with ghc 8.2.2

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 19:48:23 UTC (rev 269070)
+++ PKGBUILD2017-11-26 19:49:12 UTC (rev 269071)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2017-09-22 Thread Felix Yan
Date: Friday, September 22, 2017 @ 07:06:15
  Author: felixonmars
Revision: 259392

upgpkg: haskell-blaze-html 0.9.0.1-3

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 07:06:03 UTC (rev 259391)
+++ PKGBUILD2017-09-22 07:06:15 UTC (rev 259392)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")
@@ -18,7 +18,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
 runhaskell Setup build
@@ -36,7 +36,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-blaze-html/trunk (PKGBUILD)

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 10:46:02
  Author: felixonmars
Revision: 250888

upgpkg: haskell-blaze-html 0.9.0.1-2

GHC 8.2.1 rebuild

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 10:44:25 UTC (rev 250887)
+++ PKGBUILD2017-08-15 10:46:02 UTC (rev 250888)
@@ -5,12 +5,13 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.9.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-blaze-builder" "haskell-blaze-markup" "haskell-text")
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('42e9fbfedea321421c0fd635897c2e958e4fdbd00a6136d8bc747b7db0a787f2cdcdb2f2a3f243568e83dee3e9a499b431c317d8f30ae44b46c39eda4b128121')
 
@@ -21,7 +22,6 @@
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 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
@@ -33,8 +33,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-blaze-html/trunk (PKGBUILD)

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 07:06:26
  Author: felixonmars
Revision: 249306

upgpkg: haskell-blaze-html 0.9.0.1-1

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

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 07:03:42 UTC (rev 249305)
+++ PKGBUILD2017-08-07 07:06:26 UTC (rev 249306)
@@ -4,15 +4,15 @@
 
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
-pkgver=0.8.1.3
-pkgrel=4
+pkgver=0.9.0.1
+pkgrel=1
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-blaze-builder" "haskell-blaze-markup" "haskell-text")
+depends=('ghc' "haskell-blaze-builder" "haskell-blaze-markup" "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('8c16e717d353f981e0cd67b50f89ef6f94ab9c56662b3e58bd8a6c552433d637')
+sha512sums=('42e9fbfedea321421c0fd635897c2e958e4fdbd00a6136d8bc747b7db0a787f2cdcdb2f2a3f243568e83dee3e9a499b431c317d8f30ae44b46c39eda4b128121')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,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
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2017-06-14 Thread Felix Yan
Date: Thursday, June 15, 2017 @ 05:35:51
  Author: felixonmars
Revision: 237040

upgpkg: haskell-blaze-html 0.8.1.3-4

rebuild with ghc,8.0.2

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 05:33:01 UTC (rev 237039)
+++ PKGBUILD2017-06-15 05:35:51 UTC (rev 237040)
@@ -5,12 +5,12 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.8.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
+depends=("ghc" "haskell-blaze-builder" "haskell-blaze-markup" "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('8c16e717d353f981e0cd67b50f89ef6f94ab9c56662b3e58bd8a6c552433d637')
 
@@ -17,7 +17,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
 runhaskell Setup build
@@ -38,4 +38,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-blaze-html/trunk (PKGBUILD)

2017-05-21 Thread Felix Yan
Date: Sunday, May 21, 2017 @ 06:55:31
  Author: felixonmars
Revision: 228877

upgpkg: haskell-blaze-html 0.8.1.3-3

rebuild with text,1.2.2.2

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-21 06:54:51 UTC (rev 228876)
+++ PKGBUILD2017-05-21 06:55:31 UTC (rev 228877)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.8.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 08:28:11
  Author: felixonmars
Revision: 225482

use https

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:27:59 UTC (rev 225481)
+++ PKGBUILD2017-04-26 08:28:11 UTC (rev 225482)
@@ -11,7 +11,7 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('8c16e717d353f981e0cd67b50f89ef6f94ab9c56662b3e58bd8a6c552433d637')
 
 build() {


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

2016-12-15 Thread Felix Yan
Date: Thursday, December 15, 2016 @ 13:53:39
  Author: felixonmars
Revision: 199512

upgpkg: haskell-blaze-html 0.8.1.3-2

rebuild with blaze-markup-0.7.1.1

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-15 13:49:20 UTC (rev 199511)
+++ PKGBUILD2016-12-15 13:53:39 UTC (rev 199512)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.8.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2016-12-05 Thread Felix Yan
Date: Tuesday, December 6, 2016 @ 06:47:42
  Author: felixonmars
Revision: 198089

upgpkg: haskell-blaze-html 0.8.1.3-1

rebuild with blaze-html-0.8.1.3

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-06 06:44:12 UTC (rev 198088)
+++ PKGBUILD2016-12-06 06:47:42 UTC (rev 198089)
@@ -4,7 +4,7 @@
 
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
-pkgver=0.8.1.2
+pkgver=0.8.1.3
 pkgrel=1
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('f7ee92b38112e939bf251530afb7385a1588a8a6c929f409492dfde7b67ef2b7')
+sha256sums=('8c16e717d353f981e0cd67b50f89ef6f94ab9c56662b3e58bd8a6c552433d637')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-07-26 Thread Felix Yan
Date: Tuesday, July 26, 2016 @ 06:58:35
  Author: felixonmars
Revision: 184178

upgpkg: haskell-blaze-html 0.8.1.2-1

rebuild with blaze-html-0.8.1.2, blaze-markup-0.7.1.0, haskell-src-exts-1.18.0, 
hlint-1.9.36, hoogle-5.0.2, http-api-data-0.2.4, path-0.5.9, psqueues-0.2.2.2, 
tagged-0.8.5, texmath-0.8.6.5, websockets-0.9.7.0

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-26 06:54:42 UTC (rev 184177)
+++ PKGBUILD2016-07-26 06:58:35 UTC (rev 184178)
@@ -4,8 +4,8 @@
 
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
-pkgver=0.8.1.1
-pkgrel=7
+pkgver=0.8.1.2
+pkgrel=1
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('f8d2e39764b318f5dde33288f9f11a125ac51552c48b981e2b8068002728dcb6')
+sha256sums=('f7ee92b38112e939bf251530afb7385a1588a8a6c929f409492dfde7b67ef2b7')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-04-28 Thread Felix Yan
Date: Friday, April 29, 2016 @ 05:33:05
  Author: fyan
Revision: 172546

upgpkg: haskell-blaze-html 0.8.1.1-6

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, 
http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, 
auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, 
contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, 
data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 
0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, 
mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, 
shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, 
vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, 
wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, 
yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, 
yesod-persistent-1.4.0.5

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 03:32:48 UTC (rev 172545)
+++ PKGBUILD2016-04-29 03:33:05 UTC (rev 172546)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.8.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2016-03-20 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:27:29
  Author: fyan
Revision: 167120

upgpkg: haskell-blaze-html 0.8.1.1-5

rebuild with highlighting-kate-0.6.2, language-javascript-0.5.14.4, 
text-1.2.2.1, wai-extra-3.0.14.3

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 04:26:57 UTC (rev 167119)
+++ PKGBUILD2016-03-18 04:27:29 UTC (rev 167120)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.8.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:22:43
  Author: fyan
Revision: 157800

upgpkg: haskell-blaze-html 0.8.1.1-4

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:22:07 UTC (rev 157799)
+++ PKGBUILD2016-01-20 03:22:43 UTC (rev 157800)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.8.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 18:03:18
  Author: foutrelis
Revision: 152428

GHC 7.10.3 rebuild

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 17:03:08 UTC (rev 152427)
+++ PKGBUILD2015-12-10 17:03:18 UTC (rev 152428)
@@ -5,12 +5,12 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.8.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-blaze-markup" 
"haskell-text")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 10:29:03
  Author: fyan
Revision: 143544

upgpkg: haskell-blaze-html 0.8.1.1-2

rebuild with blaze-markup 0.7.0.3-1

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 08:25:24 UTC (rev 143543)
+++ PKGBUILD2015-10-10 08:29:03 UTC (rev 143544)
@@ -5,7 +5,7 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.8.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2015-10-10 Thread Felix Yan
Date: Saturday, October 10, 2015 @ 09:42:44
  Author: fyan
Revision: 143530

upgpkg: haskell-blaze-html 0.8.1.1-1

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-10 07:38:33 UTC (rev 143529)
+++ PKGBUILD2015-10-10 07:42:44 UTC (rev 143530)
@@ -4,7 +4,7 @@
 
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
-pkgver=0.8.1.0
+pkgver=0.8.1.1
 pkgrel=1
 pkgdesc="A blazingly fast HTML combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('fb6dc0755b578928538e867ba441525d7169fcfeaabbfc4663f06bc91b6fed31')
+sha256sums=('f8d2e39764b318f5dde33288f9f11a125ac51552c48b981e2b8068002728dcb6')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2013-04-24 Thread Daniel Micay
Date: Wednesday, April 24, 2013 @ 18:17:26
  Author: thestinger
Revision: 88899

upgpkg: haskell-blaze-html 0.6.1.1-2

Modified:
  haskell-blaze-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-24 16:03:11 UTC (rev 88898)
+++ PKGBUILD2013-04-24 16:17:26 UTC (rev 88899)
@@ -3,14 +3,13 @@
 _hkgname=blaze-html
 pkgname=haskell-blaze-html
 pkgver=0.6.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A blazingly fast HTML combinator library for Haskell
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
 depends=('ghc' 'haskell-blaze-builder0.4' 'haskell-blaze-markup0.6' 
'haskell-bytestring-show' 'haskell-text=0.11.0.5')
-options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
 md5sums=('f9eda0a990cda190538b9e6ff73b05f3')



<    1   2