[arch-commits] Commit in haskell-aeson-extra/repos (6 files)

2016-01-04 Thread Felix Yan
Date: Monday, January 4, 2016 @ 10:20:31
  Author: fyan
Revision: 155322

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-aeson-extra/repos/community-staging-i686/
  haskell-aeson-extra/repos/community-staging-i686/PKGBUILD
(from rev 155321, haskell-aeson-extra/trunk/PKGBUILD)
  haskell-aeson-extra/repos/community-staging-i686/haskell-aeson-extra.install
(from rev 155321, haskell-aeson-extra/trunk/haskell-aeson-extra.install)
  haskell-aeson-extra/repos/community-staging-x86_64/
  haskell-aeson-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 155321, haskell-aeson-extra/trunk/PKGBUILD)
  haskell-aeson-extra/repos/community-staging-x86_64/haskell-aeson-extra.install
(from rev 155321, haskell-aeson-extra/trunk/haskell-aeson-extra.install)

--+
 community-staging-i686/PKGBUILD  |   44 +
 community-staging-i686/haskell-aeson-extra.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   44 +
 community-staging-x86_64/haskell-aeson-extra.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-aeson-extra/repos/community-staging-i686/PKGBUILD (from rev 
155321, haskell-aeson-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-04 09:20:31 UTC (rev 155322)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-extra
+pkgname=haskell-aeson-extra
+pkgver=0.3.0.0
+pkgrel=2
+pkgdesc="Extra goodies for aeson"
+url="https://github.com/phadej/aeson-extra#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-compat" 
"haskell-base-compat" 
+ "haskell-exceptions" "haskell-hashable" "haskell-parsec" 
"haskell-scientific"
+ "haskell-text" "haskell-time-parsers" "haskell-unordered-containers" 
"haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('b9e54cf293c25bbd5646a777cf71a23c4158b708dd358fe3e705add326d5870f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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 -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"
+}

Copied: 
haskell-aeson-extra/repos/community-staging-i686/haskell-aeson-extra.install 
(from rev 155321, haskell-aeson-extra/trunk/haskell-aeson-extra.install)
===
--- community-staging-i686/haskell-aeson-extra.install  
(rev 0)
+++ community-staging-i686/haskell-aeson-extra.install  2016-01-04 09:20:31 UTC 
(rev 155322)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aeson-extra
+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)
+}

Copied: haskell-aeson-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
155321, haskell-aeson-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-04 09:20:31 UTC (rev 155322)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-extra
+pkgname=haskell-aeson-extra
+pkgver=0.3.0.0
+pkgrel=2
+pkgdesc="Extra goodies for aeson"

[arch-commits] Commit in haskell-aeson-extra/repos (6 files)

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 19:10:06
  Author: foutrelis
Revision: 152510

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-aeson-extra/repos/community-staging-i686/
  haskell-aeson-extra/repos/community-staging-i686/PKGBUILD
(from rev 152509, haskell-aeson-extra/trunk/PKGBUILD)
  haskell-aeson-extra/repos/community-staging-i686/haskell-aeson-extra.install
(from rev 152509, haskell-aeson-extra/trunk/haskell-aeson-extra.install)
  haskell-aeson-extra/repos/community-staging-x86_64/
  haskell-aeson-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 152509, haskell-aeson-extra/trunk/PKGBUILD)
  haskell-aeson-extra/repos/community-staging-x86_64/haskell-aeson-extra.install
(from rev 152509, haskell-aeson-extra/trunk/haskell-aeson-extra.install)

--+
 community-staging-i686/PKGBUILD  |   44 +
 community-staging-i686/haskell-aeson-extra.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   44 +
 community-staging-x86_64/haskell-aeson-extra.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-aeson-extra/repos/community-staging-i686/PKGBUILD (from rev 
152509, haskell-aeson-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 18:10:06 UTC (rev 152510)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-extra
+pkgname=haskell-aeson-extra
+pkgver=0.2.3.0
+pkgrel=2
+pkgdesc="Extra goodies for aeson"
+url="https://github.com/phadej/aeson-extra#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-exceptions"
+ "haskell-hashable" "haskell-scientific" "haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('43ace09b9c03c5c55216b2062228bda94e5fd2a0cc1eca0e5478546f9e77')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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 -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"
+}

Copied: 
haskell-aeson-extra/repos/community-staging-i686/haskell-aeson-extra.install 
(from rev 152509, haskell-aeson-extra/trunk/haskell-aeson-extra.install)
===
--- community-staging-i686/haskell-aeson-extra.install  
(rev 0)
+++ community-staging-i686/haskell-aeson-extra.install  2015-12-10 18:10:06 UTC 
(rev 152510)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aeson-extra
+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)
+}

Copied: haskell-aeson-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
152509, haskell-aeson-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 18:10:06 UTC (rev 152510)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-extra
+pkgname=haskell-aeson-extra
+pkgver=0.2.3.0
+pkgrel=2
+pkgdesc="Extra goodies for aeson"
+url="https://github.com/phadej/aeson-extra#readme;
+license=("custom:BSD3")

[arch-commits] Commit in haskell-aeson-extra/repos (6 files)

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 14:18:34
  Author: fyan
Revision: 150312

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-aeson-extra/repos/community-staging-i686/
  haskell-aeson-extra/repos/community-staging-i686/PKGBUILD
(from rev 150311, haskell-aeson-extra/trunk/PKGBUILD)
  haskell-aeson-extra/repos/community-staging-i686/haskell-aeson-extra.install
(from rev 150311, haskell-aeson-extra/trunk/haskell-aeson-extra.install)
  haskell-aeson-extra/repos/community-staging-x86_64/
  haskell-aeson-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 150311, haskell-aeson-extra/trunk/PKGBUILD)
  haskell-aeson-extra/repos/community-staging-x86_64/haskell-aeson-extra.install
(from rev 150311, haskell-aeson-extra/trunk/haskell-aeson-extra.install)

--+
 community-staging-i686/PKGBUILD  |   44 +
 community-staging-i686/haskell-aeson-extra.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   44 +
 community-staging-x86_64/haskell-aeson-extra.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-aeson-extra/repos/community-staging-i686/PKGBUILD (from rev 
150311, haskell-aeson-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 13:18:34 UTC (rev 150312)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-extra
+pkgname=haskell-aeson-extra
+pkgver=0.2.3.0
+pkgrel=1
+pkgdesc="Extra goodies for aeson"
+url="https://github.com/phadej/aeson-extra#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" "haskell-exceptions"
+ "haskell-hashable" "haskell-scientific" "haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('43ace09b9c03c5c55216b2062228bda94e5fd2a0cc1eca0e5478546f9e77')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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 -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"
+}

Copied: 
haskell-aeson-extra/repos/community-staging-i686/haskell-aeson-extra.install 
(from rev 150311, haskell-aeson-extra/trunk/haskell-aeson-extra.install)
===
--- community-staging-i686/haskell-aeson-extra.install  
(rev 0)
+++ community-staging-i686/haskell-aeson-extra.install  2015-12-08 13:18:34 UTC 
(rev 150312)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aeson-extra
+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)
+}

Copied: haskell-aeson-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
150311, haskell-aeson-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-08 13:18:34 UTC (rev 150312)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-extra
+pkgname=haskell-aeson-extra
+pkgver=0.2.3.0
+pkgrel=1
+pkgdesc="Extra goodies for aeson"
+url="https://github.com/phadej/aeson-extra#readme;
+license=("custom:BSD3")

[arch-commits] Commit in haskell-aeson-extra/repos (6 files)

2015-11-24 Thread Felix Yan
Date: Wednesday, November 25, 2015 @ 04:11:12
  Author: fyan
Revision: 147755

archrelease: copy trunk to community-i686, community-x86_64

Added:
  haskell-aeson-extra/repos/community-i686/
  haskell-aeson-extra/repos/community-i686/PKGBUILD
(from rev 147754, haskell-aeson-extra/trunk/PKGBUILD)
  haskell-aeson-extra/repos/community-i686/haskell-aeson-extra.install
(from rev 147754, haskell-aeson-extra/trunk/haskell-aeson-extra.install)
  haskell-aeson-extra/repos/community-x86_64/
  haskell-aeson-extra/repos/community-x86_64/PKGBUILD
(from rev 147754, haskell-aeson-extra/trunk/PKGBUILD)
  haskell-aeson-extra/repos/community-x86_64/haskell-aeson-extra.install
(from rev 147754, haskell-aeson-extra/trunk/haskell-aeson-extra.install)

--+
 community-i686/PKGBUILD  |   44 +
 community-i686/haskell-aeson-extra.install   |   18 ++
 community-x86_64/PKGBUILD|   44 +
 community-x86_64/haskell-aeson-extra.install |   18 ++
 4 files changed, 124 insertions(+)

Copied: haskell-aeson-extra/repos/community-i686/PKGBUILD (from rev 147754, 
haskell-aeson-extra/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-25 03:11:12 UTC (rev 147755)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-extra
+pkgname=haskell-aeson-extra
+pkgver=0.2.2.0
+pkgrel=1
+pkgdesc="Extra goodies for aeson"
+url="https://github.com/phadej/aeson-extra#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" "haskell-exceptions"
+ "haskell-hashable" "haskell-scientific" "haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('368aa018e650f323a1d52cfd38596fe419667e1ef3f83faf0f7255518b18dc45')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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 -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"
+}

Copied: haskell-aeson-extra/repos/community-i686/haskell-aeson-extra.install 
(from rev 147754, haskell-aeson-extra/trunk/haskell-aeson-extra.install)
===
--- community-i686/haskell-aeson-extra.install  (rev 0)
+++ community-i686/haskell-aeson-extra.install  2015-11-25 03:11:12 UTC (rev 
147755)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aeson-extra
+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)
+}

Copied: haskell-aeson-extra/repos/community-x86_64/PKGBUILD (from rev 147754, 
haskell-aeson-extra/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-25 03:11:12 UTC (rev 147755)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-extra
+pkgname=haskell-aeson-extra
+pkgver=0.2.2.0
+pkgrel=1
+pkgdesc="Extra goodies for aeson"
+url="https://github.com/phadej/aeson-extra#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-aeson" "haskell-attoparsec" "haskell-exceptions"
+ "haskell-hashable" "haskell-scientific"