[arch-commits] Commit in haskell-src-exts/repos (6 files)

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 09:55:02
  Author: fyan
Revision: 170915

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

Added:
  haskell-src-exts/repos/community-staging-i686/
  haskell-src-exts/repos/community-staging-i686/PKGBUILD
(from rev 170914, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-i686/haskell-src-exts.install
(from rev 170914, haskell-src-exts/trunk/haskell-src-exts.install)
  haskell-src-exts/repos/community-staging-x86_64/
  haskell-src-exts/repos/community-staging-x86_64/PKGBUILD
(from rev 170914, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-x86_64/haskell-src-exts.install
(from rev 170914, haskell-src-exts/trunk/haskell-src-exts.install)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-i686/haskell-src-exts.install   |   18 
 community-staging-x86_64/PKGBUILD |   43 
 community-staging-x86_64/haskell-src-exts.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-src-exts/repos/community-staging-i686/PKGBUILD (from rev 
170914, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-14 07:55:02 UTC (rev 170915)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=7
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cpphs")
+makedepends=('happy')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ba5c547720514515ad0b94eb8a3d7e22a0e2ad2d85b5e1d178e62c61615528bd')
+
+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-src-exts/repos/community-staging-i686/haskell-src-exts.install 
(from rev 170914, haskell-src-exts/trunk/haskell-src-exts.install)
===
--- community-staging-i686/haskell-src-exts.install 
(rev 0)
+++ community-staging-i686/haskell-src-exts.install 2016-04-14 07:55:02 UTC 
(rev 170915)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-src-exts
+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-src-exts/repos/community-staging-x86_64/PKGBUILD (from rev 
170914, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-14 07:55:02 UTC (rev 170915)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=7
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cpphs")
+makedepends=('happy')

[arch-commits] Commit in haskell-src-exts/repos (6 files)

2016-03-19 Thread Felix Yan
Date: Friday, March 18, 2016 @ 07:58:29
  Author: fyan
Revision: 167257

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

Added:
  haskell-src-exts/repos/community-staging-i686/
  haskell-src-exts/repos/community-staging-i686/PKGBUILD
(from rev 167256, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-i686/haskell-src-exts.install
(from rev 167256, haskell-src-exts/trunk/haskell-src-exts.install)
  haskell-src-exts/repos/community-staging-x86_64/
  haskell-src-exts/repos/community-staging-x86_64/PKGBUILD
(from rev 167256, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-x86_64/haskell-src-exts.install
(from rev 167256, haskell-src-exts/trunk/haskell-src-exts.install)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-i686/haskell-src-exts.install   |   18 
 community-staging-x86_64/PKGBUILD |   43 
 community-staging-x86_64/haskell-src-exts.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-src-exts/repos/community-staging-i686/PKGBUILD (from rev 
167256, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 06:58:29 UTC (rev 167257)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=6
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cpphs")
+makedepends=('happy')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ba5c547720514515ad0b94eb8a3d7e22a0e2ad2d85b5e1d178e62c61615528bd')
+
+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-src-exts/repos/community-staging-i686/haskell-src-exts.install 
(from rev 167256, haskell-src-exts/trunk/haskell-src-exts.install)
===
--- community-staging-i686/haskell-src-exts.install 
(rev 0)
+++ community-staging-i686/haskell-src-exts.install 2016-03-18 06:58:29 UTC 
(rev 167257)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-src-exts
+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-src-exts/repos/community-staging-x86_64/PKGBUILD (from rev 
167256, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 06:58:29 UTC (rev 167257)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=6
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cpphs")
+makedepends=('happy')

[arch-commits] Commit in haskell-src-exts/repos (6 files)

2016-03-04 Thread Felix Yan
Date: Saturday, March 5, 2016 @ 07:11:58
  Author: fyan
Revision: 164952

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

Added:
  haskell-src-exts/repos/community-staging-i686/
  haskell-src-exts/repos/community-staging-i686/PKGBUILD
(from rev 164951, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-i686/haskell-src-exts.install
(from rev 164951, haskell-src-exts/trunk/haskell-src-exts.install)
  haskell-src-exts/repos/community-staging-x86_64/
  haskell-src-exts/repos/community-staging-x86_64/PKGBUILD
(from rev 164951, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-x86_64/haskell-src-exts.install
(from rev 164951, haskell-src-exts/trunk/haskell-src-exts.install)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-i686/haskell-src-exts.install   |   18 
 community-staging-x86_64/PKGBUILD |   43 
 community-staging-x86_64/haskell-src-exts.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-src-exts/repos/community-staging-i686/PKGBUILD (from rev 
164951, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-05 06:11:58 UTC (rev 164952)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=5
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cpphs")
+makedepends=('happy')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ba5c547720514515ad0b94eb8a3d7e22a0e2ad2d85b5e1d178e62c61615528bd')
+
+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-src-exts/repos/community-staging-i686/haskell-src-exts.install 
(from rev 164951, haskell-src-exts/trunk/haskell-src-exts.install)
===
--- community-staging-i686/haskell-src-exts.install 
(rev 0)
+++ community-staging-i686/haskell-src-exts.install 2016-03-05 06:11:58 UTC 
(rev 164952)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-src-exts
+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-src-exts/repos/community-staging-x86_64/PKGBUILD (from rev 
164951, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-05 06:11:58 UTC (rev 164952)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=5
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cpphs")
+makedepends=('happy')

[arch-commits] Commit in haskell-src-exts/repos (6 files)

2016-03-04 Thread Felix Yan
Date: Friday, March 4, 2016 @ 17:27:22
  Author: fyan
Revision: 164819

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

Added:
  haskell-src-exts/repos/community-staging-i686/
  haskell-src-exts/repos/community-staging-i686/PKGBUILD
(from rev 164818, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-i686/haskell-src-exts.install
(from rev 164818, haskell-src-exts/trunk/haskell-src-exts.install)
  haskell-src-exts/repos/community-staging-x86_64/
  haskell-src-exts/repos/community-staging-x86_64/PKGBUILD
(from rev 164818, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-x86_64/haskell-src-exts.install
(from rev 164818, haskell-src-exts/trunk/haskell-src-exts.install)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-i686/haskell-src-exts.install   |   18 
 community-staging-x86_64/PKGBUILD |   43 
 community-staging-x86_64/haskell-src-exts.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-src-exts/repos/community-staging-i686/PKGBUILD (from rev 
164818, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-04 16:27:22 UTC (rev 164819)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=4
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cpphs")
+makedepends=('happy')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ba5c547720514515ad0b94eb8a3d7e22a0e2ad2d85b5e1d178e62c61615528bd')
+
+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-src-exts/repos/community-staging-i686/haskell-src-exts.install 
(from rev 164818, haskell-src-exts/trunk/haskell-src-exts.install)
===
--- community-staging-i686/haskell-src-exts.install 
(rev 0)
+++ community-staging-i686/haskell-src-exts.install 2016-03-04 16:27:22 UTC 
(rev 164819)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-src-exts
+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-src-exts/repos/community-staging-x86_64/PKGBUILD (from rev 
164818, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-04 16:27:22 UTC (rev 164819)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=4
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cpphs")
+makedepends=('happy')

[arch-commits] Commit in haskell-src-exts/repos (6 files)

2016-01-20 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 14:11:22
  Author: fyan
Revision: 158063

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

Added:
  haskell-src-exts/repos/community-staging-i686/
  haskell-src-exts/repos/community-staging-i686/PKGBUILD
(from rev 158062, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-i686/haskell-src-exts.install
(from rev 158062, haskell-src-exts/trunk/haskell-src-exts.install)
  haskell-src-exts/repos/community-staging-x86_64/
  haskell-src-exts/repos/community-staging-x86_64/PKGBUILD
(from rev 158062, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-x86_64/haskell-src-exts.install
(from rev 158062, haskell-src-exts/trunk/haskell-src-exts.install)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-i686/haskell-src-exts.install   |   18 
 community-staging-x86_64/PKGBUILD |   43 
 community-staging-x86_64/haskell-src-exts.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-src-exts/repos/community-staging-i686/PKGBUILD (from rev 
158062, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 13:11:22 UTC (rev 158063)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=3
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cpphs")
+makedepends=('happy')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ba5c547720514515ad0b94eb8a3d7e22a0e2ad2d85b5e1d178e62c61615528bd')
+
+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-src-exts/repos/community-staging-i686/haskell-src-exts.install 
(from rev 158062, haskell-src-exts/trunk/haskell-src-exts.install)
===
--- community-staging-i686/haskell-src-exts.install 
(rev 0)
+++ community-staging-i686/haskell-src-exts.install 2016-01-20 13:11:22 UTC 
(rev 158063)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-src-exts
+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-src-exts/repos/community-staging-x86_64/PKGBUILD (from rev 
158062, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 13:11:22 UTC (rev 158063)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=3
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cpphs")
+makedepends=('happy')

[arch-commits] Commit in haskell-src-exts/repos (6 files)

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 18:28:33
  Author: fyan
Revision: 152459

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

Added:
  haskell-src-exts/repos/community-staging-i686/
  haskell-src-exts/repos/community-staging-i686/PKGBUILD
(from rev 152458, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-i686/haskell-src-exts.install
(from rev 152458, haskell-src-exts/trunk/haskell-src-exts.install)
  haskell-src-exts/repos/community-staging-x86_64/
  haskell-src-exts/repos/community-staging-x86_64/PKGBUILD
(from rev 152458, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-x86_64/haskell-src-exts.install
(from rev 152458, haskell-src-exts/trunk/haskell-src-exts.install)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-i686/haskell-src-exts.install   |   18 
 community-staging-x86_64/PKGBUILD |   43 
 community-staging-x86_64/haskell-src-exts.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-src-exts/repos/community-staging-i686/PKGBUILD (from rev 
152458, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 17:28:33 UTC (rev 152459)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=2
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cpphs")
+makedepends=('happy')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ba5c547720514515ad0b94eb8a3d7e22a0e2ad2d85b5e1d178e62c61615528bd')
+
+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-src-exts/repos/community-staging-i686/haskell-src-exts.install 
(from rev 152458, haskell-src-exts/trunk/haskell-src-exts.install)
===
--- community-staging-i686/haskell-src-exts.install 
(rev 0)
+++ community-staging-i686/haskell-src-exts.install 2015-12-10 17:28:33 UTC 
(rev 152459)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-src-exts
+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-src-exts/repos/community-staging-x86_64/PKGBUILD (from rev 
152458, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 17:28:33 UTC (rev 152459)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=2
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cpphs")
+makedepends=('happy')

[arch-commits] Commit in haskell-src-exts/repos (6 files)

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:45:03
  Author: fyan
Revision: 148419

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

Added:
  haskell-src-exts/repos/community-staging-i686/
  haskell-src-exts/repos/community-staging-i686/PKGBUILD
(from rev 148418, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-i686/haskell-src-exts.install
(from rev 148418, haskell-src-exts/trunk/haskell-src-exts.install)
  haskell-src-exts/repos/community-staging-x86_64/
  haskell-src-exts/repos/community-staging-x86_64/PKGBUILD
(from rev 148418, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-x86_64/haskell-src-exts.install
(from rev 148418, haskell-src-exts/trunk/haskell-src-exts.install)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-i686/haskell-src-exts.install   |   18 
 community-staging-x86_64/PKGBUILD |   43 
 community-staging-x86_64/haskell-src-exts.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-src-exts/repos/community-staging-i686/PKGBUILD (from rev 
148418, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-05 03:45:03 UTC (rev 148419)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=1
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-cpphs")
+makedepends=('happy')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ba5c547720514515ad0b94eb8a3d7e22a0e2ad2d85b5e1d178e62c61615528bd')
+
+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-src-exts/repos/community-staging-i686/haskell-src-exts.install 
(from rev 148418, haskell-src-exts/trunk/haskell-src-exts.install)
===
--- community-staging-i686/haskell-src-exts.install 
(rev 0)
+++ community-staging-i686/haskell-src-exts.install 2015-12-05 03:45:03 UTC 
(rev 148419)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-src-exts
+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-src-exts/repos/community-staging-x86_64/PKGBUILD (from rev 
148418, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-05 03:45:03 UTC (rev 148419)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.1
+pkgrel=1
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-cpphs")
+makedepends=('happy')

[arch-commits] Commit in haskell-src-exts/repos (6 files)

2015-11-19 Thread Felix Yan
Date: Thursday, November 19, 2015 @ 15:05:21
  Author: fyan
Revision: 147151

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

Added:
  haskell-src-exts/repos/community-staging-i686/
  haskell-src-exts/repos/community-staging-i686/PKGBUILD
(from rev 147150, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-i686/haskell-src-exts.install
(from rev 147150, haskell-src-exts/trunk/haskell-src-exts.install)
  haskell-src-exts/repos/community-staging-x86_64/
  haskell-src-exts/repos/community-staging-x86_64/PKGBUILD
(from rev 147150, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-x86_64/haskell-src-exts.install
(from rev 147150, haskell-src-exts/trunk/haskell-src-exts.install)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-i686/haskell-src-exts.install   |   18 
 community-staging-x86_64/PKGBUILD |   43 
 community-staging-x86_64/haskell-src-exts.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-src-exts/repos/community-staging-i686/PKGBUILD (from rev 
147150, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-19 14:05:21 UTC (rev 147151)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.0
+pkgrel=1
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-cpphs")
+makedepends=('happy')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('398f668f690a7a766c7338b82d241581ff6dfbd9aa166712911535ebd3f03122')
+
+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-src-exts/repos/community-staging-i686/haskell-src-exts.install 
(from rev 147150, haskell-src-exts/trunk/haskell-src-exts.install)
===
--- community-staging-i686/haskell-src-exts.install 
(rev 0)
+++ community-staging-i686/haskell-src-exts.install 2015-11-19 14:05:21 UTC 
(rev 147151)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-src-exts
+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-src-exts/repos/community-staging-x86_64/PKGBUILD (from rev 
147150, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-11-19 14:05:21 UTC (rev 147151)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.17.0
+pkgrel=1
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-cpphs")
+makedepends=('happy')

[arch-commits] Commit in haskell-src-exts/repos (6 files)

2015-10-30 Thread Felix Yan
Date: Friday, October 30, 2015 @ 14:21:18
  Author: fyan
Revision: 145308

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

Added:
  haskell-src-exts/repos/community-i686/
  haskell-src-exts/repos/community-i686/PKGBUILD
(from rev 145307, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-i686/haskell-src-exts.install
(from rev 145307, haskell-src-exts/trunk/haskell-src-exts.install)
  haskell-src-exts/repos/community-x86_64/
  haskell-src-exts/repos/community-x86_64/PKGBUILD
(from rev 145307, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-x86_64/haskell-src-exts.install
(from rev 145307, haskell-src-exts/trunk/haskell-src-exts.install)

---+
 community-i686/PKGBUILD   |   43 
 community-i686/haskell-src-exts.install   |   18 +++
 community-x86_64/PKGBUILD |   43 
 community-x86_64/haskell-src-exts.install |   18 +++
 4 files changed, 122 insertions(+)

Copied: haskell-src-exts/repos/community-i686/PKGBUILD (from rev 145307, 
haskell-src-exts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-30 13:21:18 UTC (rev 145308)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.16.0.1
+pkgrel=1
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-cpphs")
+makedepends=('happy')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3f3bd41ad3a346a78e80195eca83de529d3ece63fa7edcd4df3b8bf40a970fc1')
+
+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-src-exts/repos/community-i686/haskell-src-exts.install (from 
rev 145307, haskell-src-exts/trunk/haskell-src-exts.install)
===
--- community-i686/haskell-src-exts.install (rev 0)
+++ community-i686/haskell-src-exts.install 2015-10-30 13:21:18 UTC (rev 
145308)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-src-exts
+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-src-exts/repos/community-x86_64/PKGBUILD (from rev 145307, 
haskell-src-exts/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-30 13:21:18 UTC (rev 145308)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.16.0.1
+pkgrel=1
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-cpphs")
+makedepends=('happy')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"