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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 21:24:37
  Author: felixonmars
Revision: 785309

upgpkg: haskell-json 0.10-7: rebuild with ghc 8.10.3

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 21:24:09 UTC (rev 785308)
+++ PKGBUILD2020-12-23 21:24:37 UTC (rev 785309)
@@ -4,7 +4,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.10
-pkgrel=6
+pkgrel=7
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 19:51:16
  Author: felixonmars
Revision: 693032

upgpkg: haskell-json 0.10-6: rebuild with happy 1.20.0

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 19:50:32 UTC (rev 693031)
+++ PKGBUILD2020-08-30 19:51:16 UTC (rev 693032)
@@ -4,7 +4,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.10
-pkgrel=5
+pkgrel=6
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 08:03:11
  Author: felixonmars
Revision: 682503

upgpkg: haskell-json 0.10-5: rebuild with ghc 8.10.2

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 08:02:16 UTC (rev 682502)
+++ PKGBUILD2020-08-17 08:03:11 UTC (rev 682503)
@@ -4,7 +4,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.10
-pkgrel=4
+pkgrel=5
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -21,7 +21,7 @@
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-mapdict -fgeneric -fpretty -f-parsec -fsplit-base
-runhaskell Setup build
+runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh


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

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 15:31:53
  Author: felixonmars
Revision: 618288

upgpkg: haskell-json 0.10-4: rebuild with ghc 8.10.1

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 15:31:04 UTC (rev 618287)
+++ PKGBUILD2020-04-23 15:31:53 UTC (rev 618288)
@@ -4,7 +4,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.10
-pkgrel=3
+pkgrel=4
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 23:21:34
  Author: felixonmars
Revision: 583568

upgpkg: haskell-json 0.10-3: rebuild with ghc 8.8.3

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 23:20:55 UTC (rev 583567)
+++ PKGBUILD2020-02-26 23:21:34 UTC (rev 583568)
@@ -4,7 +4,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.10
-pkgrel=2
+pkgrel=3
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -34,6 +34,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
 runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }


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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 16:13:45
  Author: felixonmars
Revision: 571685

upgpkg: haskell-json 0.10-2: rebuild with ghc 8.8.2

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 16:13:01 UTC (rev 571684)
+++ PKGBUILD2020-02-15 16:13:45 UTC (rev 571685)
@@ -4,7 +4,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2020-02-11 Thread Felix Yan via arch-commits
Date: Tuesday, February 11, 2020 @ 19:07:40
  Author: felixonmars
Revision: 567915

upgpkg: haskell-json 0.10-1: rebuild with json 0.10

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-11 19:05:20 UTC (rev 567914)
+++ PKGBUILD2020-02-11 19:07:40 UTC (rev 567915)
@@ -3,8 +3,8 @@
 
 _hkgname=json
 pkgname=haskell-json
-pkgver=0.9.3
-pkgrel=5
+pkgver=0.10
+pkgrel=1
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -11,16 +11,9 @@
 arch=('x86_64')
 depends=('ghc-libs' "haskell-syb")
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
-
json-ghc-8.8.patch::https://github.com/GaloisInc/json/commit/9d36ca5d865be7e4b2126b68a444b901941d2492.patch)
-sha512sums=('836ae920ef19e0cff5b617a579090ea1d760e253513d3fb28c56650a1fa413c0bd852165be487c211a52be6246eac3241a97f729342223be10275917a34230a6'
-
'b7b389b8dd504e26e2a68aac3062ed9d8c7778f40c289acc3914645e5b8e04846a2f68280a703c584906001ae84d004a33eefd589b436251df8bd40b566efb56')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4015693c363810701114a07083ab9610ebd1196d24f0eb8dcad35af54e9067259ca412b131eaa986b8dbfbf0ce62058ca4c31aeeff29fdf21f17e8d86e90')
 
-prepare() {
-cd $_hkgname-$pkgver
-patch -p1 -i ../json-ghc-8.8.patch
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 22:37:45
  Author: felixonmars
Revision: 550771

upgpkg: haskell-json 0.9.3-5: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 22:33:47 UTC (rev 550770)
+++ PKGBUILD2020-01-08 22:37:45 UTC (rev 550771)
@@ -4,7 +4,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -11,9 +11,16 @@
 arch=('x86_64')
 depends=('ghc-libs' "haskell-syb")
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('836ae920ef19e0cff5b617a579090ea1d760e253513d3fb28c56650a1fa413c0bd852165be487c211a52be6246eac3241a97f729342223be10275917a34230a6')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+
json-ghc-8.8.patch::https://github.com/GaloisInc/json/commit/9d36ca5d865be7e4b2126b68a444b901941d2492.patch)
+sha512sums=('836ae920ef19e0cff5b617a579090ea1d760e253513d3fb28c56650a1fa413c0bd852165be487c211a52be6246eac3241a97f729342223be10275917a34230a6'
+
'b7b389b8dd504e26e2a68aac3062ed9d8c7778f40c289acc3914645e5b8e04846a2f68280a703c584906001ae84d004a33eefd589b436251df8bd40b566efb56')
 
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../json-ghc-8.8.patch
+}
+
 build() {
 cd $_hkgname-$pkgver
 


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

2019-06-27 Thread Felix Yan via arch-commits
Date: Thursday, June 27, 2019 @ 07:21:21
  Author: felixonmars
Revision: 484692

upgpkg: haskell-json 0.9.3-4

rebuild with syb 0.7.1

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-27 07:20:46 UTC (rev 484691)
+++ PKGBUILD2019-06-27 07:21:21 UTC (rev 484692)
@@ -4,7 +4,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 15:32:30
  Author: felixonmars
Revision: 453933

upgpkg: haskell-json 0.9.3-3

rebuild with ghc 8.6.5

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 15:31:51 UTC (rev 453932)
+++ PKGBUILD2019-04-25 15:32:30 UTC (rev 453933)
@@ -4,7 +4,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 23:19:12
  Author: felixonmars
Revision: 438710

upgpkg: haskell-json 0.9.3-2

rebuild with ghc 8.6.4

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 23:18:42 UTC (rev 438709)
+++ PKGBUILD2019-03-09 23:19:12 UTC (rev 438710)
@@ -4,7 +4,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2018-12-23 Thread Felix Yan via arch-commits
Date: Monday, December 24, 2018 @ 06:42:49
  Author: felixonmars
Revision: 417710

upgpkg: haskell-json 0.9.3-1

rebuild with json 0.9.3

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-24 06:33:13 UTC (rev 417709)
+++ PKGBUILD2018-12-24 06:42:49 UTC (rev 417710)
@@ -3,8 +3,8 @@
 
 _hkgname=json
 pkgname=haskell-json
-pkgver=0.9.2
-pkgrel=6
+pkgver=0.9.3
+pkgrel=1
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' "haskell-syb")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('471021c9f9ef8d498a46078992cb80884dc8944dc4788b07e40d38aedfb8ed6e8ad0d02f7f8f1425c98751b1991e14e2329c99d75e85eef15fe05a0a585c0aca')
+sha512sums=('836ae920ef19e0cff5b617a579090ea1d760e253513d3fb28c56650a1fa413c0bd852165be487c211a52be6246eac3241a97f729342223be10275917a34230a6')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 23:10:10
  Author: felixonmars
Revision: 413454

upgpkg: haskell-json 0.9.2-6

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 23:09:31 UTC (rev 413453)
+++ PKGBUILD2018-12-09 23:10:10 UTC (rev 413454)
@@ -4,10 +4,10 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' "haskell-syb")
 makedepends=('ghc')


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 20:50:17
  Author: felixonmars
Revision: 402151

upgpkg: haskell-json 0.9.2-5

rebuild with ghc 8.6.2

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 20:49:37 UTC (rev 402150)
+++ PKGBUILD2018-11-06 20:50:17 UTC (rev 402151)
@@ -4,7 +4,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -15,10 +15,10 @@
 
sha512sums=('471021c9f9ef8d498a46078992cb80884dc8944dc4788b07e40d38aedfb8ed6e8ad0d02f7f8f1425c98751b1991e14e2329c99d75e85eef15fe05a0a585c0aca')
 
 build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
 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 \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-mapdict -fgeneric -fpretty -f-parsec -fsplit-base
 runhaskell Setup build
@@ -29,11 +29,11 @@
 }
 
 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"
-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-json/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 22:02:46
  Author: felixonmars
Revision: 393892

upgpkg: haskell-json 0.9.2-4

rebuild with ghc 8.6.1

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 22:02:06 UTC (rev 393891)
+++ PKGBUILD2018-10-14 22:02:46 UTC (rev 393892)
@@ -4,7 +4,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 15:00:38
  Author: felixonmars
Revision: 336110

upgpkg: haskell-json 0.9.2-3

rebuild with ghc 8.4.3

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 14:59:59 UTC (rev 336109)
+++ PKGBUILD2018-06-01 15:00:38 UTC (rev 336110)
@@ -5,7 +5,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 18:45:51
  Author: felixonmars
Revision: 324025

upgpkg: haskell-json 0.9.2-2

rebuild with ghc 8.4.2

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 18:45:10 UTC (rev 324024)
+++ PKGBUILD2018-05-17 18:45:51 UTC (rev 324025)
@@ -5,12 +5,12 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-mtl" "haskell-syb" "haskell-text")
+depends=('ghc-libs' "haskell-syb")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('471021c9f9ef8d498a46078992cb80884dc8944dc4788b07e40d38aedfb8ed6e8ad0d02f7f8f1425c98751b1991e14e2329c99d75e85eef15fe05a0a585c0aca')


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

2018-03-22 Thread Felix Yan via arch-commits
Date: Thursday, March 22, 2018 @ 18:04:56
  Author: felixonmars
Revision: 310695

upgpkg: haskell-json 0.9.2-1

rebuild with json,0.9.2

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-22 18:03:44 UTC (rev 310694)
+++ PKGBUILD2018-03-22 18:04:56 UTC (rev 310695)
@@ -4,8 +4,8 @@
 
 _hkgname=json
 pkgname=haskell-json
-pkgver=0.9.1
-pkgrel=13
+pkgver=0.9.2
+pkgrel=1
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' "haskell-mtl" "haskell-syb" "haskell-text")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('537257fed476683d0657c6474e465ca437e43e36b60ab132c0f584cece99a18d222ef9a33171543689ba5589434bc78cf2e0e5ff550804ff8969052d09430d57')
+sha512sums=('471021c9f9ef8d498a46078992cb80884dc8944dc4788b07e40d38aedfb8ed6e8ad0d02f7f8f1425c98751b1991e14e2329c99d75e85eef15fe05a0a585c0aca')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-02-27 Thread Felix Yan via arch-commits
Date: Tuesday, February 27, 2018 @ 17:34:14
  Author: felixonmars
Revision: 299273

upgpkg: haskell-json 0.9.1-13

rebuild with mtl,2.2.2

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-27 17:33:30 UTC (rev 299272)
+++ PKGBUILD2018-02-27 17:34:14 UTC (rev 299273)
@@ -5,7 +5,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-12-28 Thread Felix Yan via arch-commits
Date: Thursday, December 28, 2017 @ 16:49:37
  Author: felixonmars
Revision: 276554

upgpkg: haskell-json 0.9.1-12

rebuild with text,1.2.3.0

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-28 16:48:59 UTC (rev 276553)
+++ PKGBUILD2017-12-28 16:49:37 UTC (rev 276554)
@@ -5,7 +5,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 27, 2017 @ 05:11:07
  Author: felixonmars
Revision: 269158

upgpkg: haskell-json 0.9.1-11

rebuild with ghc 8.2.2

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-27 05:10:31 UTC (rev 269157)
+++ PKGBUILD2017-11-27 05:11:07 UTC (rev 269158)
@@ -5,7 +5,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-09-24 Thread Felix Yan
Date: Sunday, September 24, 2017 @ 08:41:54
  Author: felixonmars
Revision: 260393

upgpkg: haskell-json 0.9.1-10

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-24 08:41:36 UTC (rev 260392)
+++ PKGBUILD2017-09-24 08:41:54 UTC (rev 260393)
@@ -5,7 +5,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-mtl" "haskell-syb" "haskell-text")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('96b57e4d167e45dc80aeff872a922ae9cdb953a1ded29ebbb51019b68f0085a2')
+sha512sums=('537257fed476683d0657c6474e465ca437e43e36b60ab132c0f584cece99a18d222ef9a33171543689ba5589434bc78cf2e0e5ff550804ff8969052d09430d57')
 
 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 \
 -f-mapdict -fgeneric -fpretty -f-parsec -fsplit-base
@@ -37,7 +37,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-json/trunk (PKGBUILD)

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 14:09:22
  Author: felixonmars
Revision: 250928

upgpkg: haskell-json 0.9.1-9

GHC 8.2.1 rebuild

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 14:08:13 UTC (rev 250927)
+++ PKGBUILD2017-08-15 14:09:22 UTC (rev 250928)
@@ -5,12 +5,13 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-mtl" "haskell-syb" "haskell-text")
+depends=('ghc-libs' "haskell-mtl" "haskell-syb" "haskell-text")
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('96b57e4d167e45dc80aeff872a922ae9cdb953a1ded29ebbb51019b68f0085a2')
 
@@ -22,7 +23,6 @@
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -f-mapdict -fgeneric -fpretty -f-parsec -fsplit-base
 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
@@ -34,8 +34,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-json/trunk (PKGBUILD)

2017-08-05 Thread Felix Yan
Date: Saturday, August 5, 2017 @ 08:34:58
  Author: felixonmars
Revision: 248617

upgpkg: haskell-json 0.9.1-8

rebuild with syb,0.7

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-05 08:33:31 UTC (rev 248616)
+++ PKGBUILD2017-08-05 08:34:58 UTC (rev 248617)
@@ -5,12 +5,12 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-mtl" "haskell-syb" "haskell-text")
+depends=('ghc' "haskell-mtl" "haskell-syb" "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('96b57e4d167e45dc80aeff872a922ae9cdb953a1ded29ebbb51019b68f0085a2')
 
@@ -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 \
 -f-mapdict -fgeneric -fpretty -f-parsec -fsplit-base
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 10:24:11
  Author: felixonmars
Revision: 237617

upgpkg: haskell-json 0.9.1-7

rebuild with ghc,8.0.2

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 10:22:27 UTC (rev 237616)
+++ PKGBUILD2017-06-16 10:24:11 UTC (rev 237617)
@@ -5,12 +5,12 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-mtl" "haskell-syb" "haskell-text")
+depends=("ghc" "haskell-mtl" "haskell-syb" "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('96b57e4d167e45dc80aeff872a922ae9cdb953a1ded29ebbb51019b68f0085a2')
 
@@ -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 \
 -f-mapdict -fgeneric -fpretty -f-parsec -fsplit-base
@@ -39,4 +39,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-json/trunk (PKGBUILD)

2017-05-22 Thread Felix Yan
Date: Monday, May 22, 2017 @ 09:12:16
  Author: felixonmars
Revision: 229017

upgpkg: haskell-json 0.9.1-6

rebuild with text,1.2.2.2

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-22 09:10:05 UTC (rev 229016)
+++ PKGBUILD2017-05-22 09:12:16 UTC (rev 229017)
@@ -5,7 +5,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 08:42:35
  Author: felixonmars
Revision: 225548

use https

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:42:18 UTC (rev 225547)
+++ PKGBUILD2017-04-26 08:42:35 UTC (rev 225548)
@@ -7,11 +7,11 @@
 pkgver=0.9.1
 pkgrel=5
 pkgdesc="Support for serialising Haskell to and from JSON"
-url="http://hackage.haskell.org/package/${_hkgname};
+url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-mtl" "haskell-syb" "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=('96b57e4d167e45dc80aeff872a922ae9cdb953a1ded29ebbb51019b68f0085a2')
 
 build() {


[arch-commits] Commit in haskell-json/trunk (PKGBUILD haskell-json.install)

2016-05-25 Thread Felix Yan
Date: Wednesday, May 25, 2016 @ 16:01:09
  Author: fyan
Revision: 176896

upgpkg: haskell-json 0.9.1-5

rebuild with ghc-8.0.1, base-prelude-1.0.1.1, cabal-install-1.24.0.0, 
cairo-0.13.2.0, cmark-0.5.2.1, data-default-0.7.0, data-default-class-0.1.0, 
extra-1.4.7, generic-trie-0.3.0.2, glib-0.13.3.0, gtk3-0.14.3, 
haddock-api-2.17.2, haddock-library-1.4.1, js-jquery-1.12.4, memory-0.13, 
microlens-0.4.4.0, network-multicast-0.1.1, pango-0.13.2.0, 
simple-sendfile-0.2.24, stack-1.1.2, texmath-0.8.6.3, wai-3.2.1.1

Modified:
  haskell-json/trunk/PKGBUILD
Deleted:
  haskell-json/trunk/haskell-json.install

--+
 PKGBUILD |   11 +--
 haskell-json.install |   18 --
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-25 14:00:59 UTC (rev 176895)
+++ PKGBUILD2016-05-25 14:01:09 UTC (rev 176896)
@@ -5,15 +5,13 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-mtl" "haskell-syb" "haskell-text")
-options=('staticlibs')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-syb" "haskell-text")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
 sha256sums=('96b57e4d167e45dc80aeff872a922ae9cdb953a1ded29ebbb51019b68f0085a2')
 
 build() {
@@ -27,6 +25,7 @@
 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
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
@@ -33,8 +32,8 @@
 package() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+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}"

Deleted: haskell-json.install
===
--- haskell-json.install2016-05-25 14:00:59 UTC (rev 176895)
+++ haskell-json.install2016-05-25 14:01:09 UTC (rev 176896)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-json
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-post_upgrade() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}
-post_remove() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}


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

2016-03-19 Thread Felix Yan
Date: Friday, March 18, 2016 @ 08:57:45
  Author: fyan
Revision: 167319

upgpkg: haskell-json 0.9.1-4

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-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 07:56:33 UTC (rev 167318)
+++ PKGBUILD2016-03-18 07:57:45 UTC (rev 167319)
@@ -5,7 +5,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-01-20 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 11:35:34
  Author: fyan
Revision: 158029

upgpkg: haskell-json 0.9.1-3

rebuild with text-1.2.2.0, primitive-0.6.1.0, HUnit-1.3.1.1

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 10:26:48 UTC (rev 158028)
+++ PKGBUILD2016-01-20 10:35:34 UTC (rev 158029)
@@ -5,7 +5,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:11:20
  Author: fyan
Revision: 152300

GHC 7.10.3 rebuild

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:11:04 UTC (rev 152299)
+++ PKGBUILD2015-12-10 16:11:20 UTC (rev 152300)
@@ -5,12 +5,12 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Support for serialising Haskell to and from JSON"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-mtl" "haskell-syb" "haskell-text")
+depends=("ghc=7.10.3" "haskell-mtl" "haskell-syb" "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-json/trunk (PKGBUILD)

2013-04-24 Thread Daniel Micay
Date: Wednesday, April 24, 2013 @ 18:23:42
  Author: thestinger
Revision: 88901

upgpkg: haskell-json 0.7-5

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-24 16:17:57 UTC (rev 88900)
+++ PKGBUILD2013-04-24 16:23:42 UTC (rev 88901)
@@ -3,7 +3,7 @@
 _hkgname=json
 pkgname=haskell-json
 pkgver=0.7
-pkgrel=4
+pkgrel=5
 pkgdesc=Support for serialising Haskell to and from JSON
 url=http://hackage.haskell.org/package/${_hkgname};
 license=(custom:BSD3)



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

2013-04-05 Thread Daniel Micay
Date: Friday, April 5, 2013 @ 09:40:57
  Author: thestinger
Revision: 87659

haskell-json: enable the generic flag

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-05 07:36:05 UTC (rev 87658)
+++ PKGBUILD2013-04-05 07:40:57 UTC (rev 87659)
@@ -8,10 +8,10 @@
 url=http://hackage.haskell.org/package/${_hkgname};
 license=(BSD3)
 arch=('i686' 'x86_64')
-depends=(ghc haskell-array 'haskell-base=3' haskell-bytestring
- haskell-containers haskell-text haskell-mtl)
+depends=(ghc haskell-array 'haskell-base=4' haskell-bytestring
+ haskell-containers haskell-text haskell-mtl 'haskell-syb=0.3.3')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
+install=$pkgname.install
 sha256sums=(d3654272caa269bc65f6f2af82b583ef05434613fe5272d57053fb3bfada68a3)
 
 build() {
@@ -19,7 +19,7 @@
 
   runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
---libsubdir=\$compiler/site-local/\$pkgid
+--libsubdir=\$compiler/site-local/\$pkgid -f generic
   runhaskell Setup build
   runhaskell Setup haddock
   runhaskell Setup register --gen-script



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

2013-04-05 Thread Daniel Micay
Date: Friday, April 5, 2013 @ 09:44:08
  Author: thestinger
Revision: 87660

haskell-json: no need to force generic with syb installed

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-05 07:40:57 UTC (rev 87659)
+++ PKGBUILD2013-04-05 07:44:08 UTC (rev 87660)
@@ -19,7 +19,7 @@
 
   runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
---libsubdir=\$compiler/site-local/\$pkgid -f generic
+--libsubdir=\$compiler/site-local/\$pkgid
   runhaskell Setup build
   runhaskell Setup haddock
   runhaskell Setup register --gen-script



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

2013-04-05 Thread Daniel Micay
Date: Friday, April 5, 2013 @ 09:47:21
  Author: thestinger
Revision: 87661

haskell-json: fix license field

Modified:
  haskell-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-05 07:44:08 UTC (rev 87660)
+++ PKGBUILD2013-04-05 07:47:21 UTC (rev 87661)
@@ -6,7 +6,7 @@
 pkgrel=4
 pkgdesc=Support for serialising Haskell to and from JSON
 url=http://hackage.haskell.org/package/${_hkgname};
-license=(BSD3)
+license=(custom:BSD3)
 arch=('i686' 'x86_64')
 depends=(ghc haskell-array 'haskell-base=4' haskell-bytestring
  haskell-containers haskell-text haskell-mtl 'haskell-syb=0.3.3')