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

2017-06-15 Thread Felix Yan
Date: Friday, June 16, 2017 @ 06:37:21
  Author: felixonmars
Revision: 237496

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 237495, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 237495, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 237495, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 237495, haskell-tasty/trunk/haskell-tasty.install)

+
 community-staging-i686/PKGBUILD|   46 +++
 community-staging-i686/haskell-tasty.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   46 +++
 community-staging-x86_64/haskell-tasty.install |   18 +
 4 files changed, 128 insertions(+)

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 237495, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 06:37:21 UTC (rev 237496)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.1
+pkgrel=5
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-ansi-terminal" "haskell-async" "haskell-clock" 
"haskell-mtl"
+ "haskell-optparse-applicative" "haskell-regex-tdfa" "haskell-stm" 
"haskell-tagged"
+ "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('46da32e9b6b4564396063861583fb74058bedbae7ab64e1257ac183f1012f7b9f249d17d1f6c7d6680f4310862dab247d671c3396351371a4bfc53f70dc3d5ae')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 237495, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2017-06-16 06:37:21 UTC 
(rev 237496)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 237495, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 06:37:21 UTC (rev 237496)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.1
+pkgrel=5
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-ansi-terminal" "haskell-async" "haskell-clock" 
"haskell-mtl

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

2017-05-31 Thread Felix Yan
Date: Wednesday, May 31, 2017 @ 19:38:10
  Author: felixonmars
Revision: 231635

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 231634, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 231634, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 231634, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 231634, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 231634, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-31 19:38:10 UTC (rev 231635)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.1
+pkgrel=4
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('46da32e9b6b4564396063861583fb74058bedbae7ab64e1257ac183f1012f7b9f249d17d1f6c7d6680f4310862dab247d671c3396351371a4bfc53f70dc3d5ae')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 231634, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2017-05-31 19:38:10 UTC 
(rev 231635)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 231634, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-31 19:38:10 UTC (rev 231635)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.1
+pkgrel=4
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ 

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

2017-05-25 Thread Felix Yan
Date: Thursday, May 25, 2017 @ 19:04:22
  Author: felixonmars
Revision: 230176

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 230175, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 230175, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 230175, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 230175, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 230175, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-25 19:04:22 UTC (rev 230176)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.1
+pkgrel=3
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('46da32e9b6b4564396063861583fb74058bedbae7ab64e1257ac183f1012f7b9f249d17d1f6c7d6680f4310862dab247d671c3396351371a4bfc53f70dc3d5ae')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 230175, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2017-05-25 19:04:22 UTC 
(rev 230176)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 230175, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-25 19:04:22 UTC (rev 230176)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.1
+pkgrel=3
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+  

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

2017-05-22 Thread Felix Yan
Date: Monday, May 22, 2017 @ 14:39:29
  Author: felixonmars
Revision: 229123

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 229122, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 229122, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 229122, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 229122, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 229122, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-22 14:39:29 UTC (rev 229123)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.1
+pkgrel=2
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('46da32e9b6b4564396063861583fb74058bedbae7ab64e1257ac183f1012f7b9f249d17d1f6c7d6680f4310862dab247d671c3396351371a4bfc53f70dc3d5ae')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 229122, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2017-05-22 14:39:29 UTC 
(rev 229123)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 229122, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-22 14:39:29 UTC (rev 229123)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.1
+pkgrel=2
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+

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

2017-05-05 Thread Felix Yan
Date: Friday, May 5, 2017 @ 12:01:16
  Author: felixonmars
Revision: 227148

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 227147, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 227147, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 227147, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 227147, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 227147, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-05 12:01:16 UTC (rev 227148)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.1
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('46da32e9b6b4564396063861583fb74058bedbae7ab64e1257ac183f1012f7b9f249d17d1f6c7d6680f4310862dab247d671c3396351371a4bfc53f70dc3d5ae')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 227147, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2017-05-05 12:01:16 UTC 
(rev 227148)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 227147, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-05 12:01:16 UTC (rev 227148)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.1
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ 

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

2017-04-10 Thread Felix Yan
Date: Monday, April 10, 2017 @ 21:14:26
  Author: felixonmars
Revision: 221948

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 221947, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 221947, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 221947, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 221947, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 221947, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-10 21:14:26 UTC (rev 221948)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2
+pkgrel=4
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('d26fbc4e5112af9ec3ca0a4a45d0f5edc5ae6675ffd72f922acb768062db675e')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 221947, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2017-04-10 21:14:26 UTC 
(rev 221948)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 221947, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-10 21:14:26 UTC (rev 221948)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2
+pkgrel=4
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+s

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

2017-03-28 Thread Felix Yan
Date: Tuesday, March 28, 2017 @ 09:55:16
  Author: felixonmars
Revision: 219707

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 219706, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 219706, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 219706, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 219706, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 219706, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-28 09:55:16 UTC (rev 219707)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2
+pkgrel=3
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('d26fbc4e5112af9ec3ca0a4a45d0f5edc5ae6675ffd72f922acb768062db675e')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 219706, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2017-03-28 09:55:16 UTC 
(rev 219707)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 219706, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-28 09:55:16 UTC (rev 219707)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2
+pkgrel=3
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+

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

2017-03-09 Thread Felix Yan
Date: Friday, March 10, 2017 @ 05:29:49
  Author: felixonmars
Revision: 215487

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 215486, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 215486, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 215486, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 215486, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 215486, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-10 05:29:49 UTC (rev 215487)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2
+pkgrel=2
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('d26fbc4e5112af9ec3ca0a4a45d0f5edc5ae6675ffd72f922acb768062db675e')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 215486, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2017-03-10 05:29:49 UTC 
(rev 215487)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 215486, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-10 05:29:49 UTC (rev 215487)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2
+pkgrel=2
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+s

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

2017-02-13 Thread Felix Yan
Date: Monday, February 13, 2017 @ 15:38:54
  Author: felixonmars
Revision: 212130

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 212129, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 212129, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 212129, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 212129, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 212129, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-13 15:38:54 UTC (rev 212130)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('d26fbc4e5112af9ec3ca0a4a45d0f5edc5ae6675ffd72f922acb768062db675e')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 212129, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2017-02-13 15:38:54 UTC 
(rev 212130)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 212129, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-13 15:38:54 UTC (rev 212130)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")

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

2017-02-10 Thread Felix Yan
Date: Friday, February 10, 2017 @ 17:00:51
  Author: felixonmars
Revision: 211766

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 211765, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 211765, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 211765, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 211765, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 211765, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-10 17:00:51 UTC (rev 211766)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ab9f83401ba8b99d05bc85e2447e32416da593684daae1464db8bb5eabdc')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 211765, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2017-02-10 17:00:51 UTC 
(rev 211766)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 211765, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-10 17:00:51 UTC (rev 211766)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")

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

2017-01-19 Thread Felix Yan
Date: Thursday, January 19, 2017 @ 08:18:08
  Author: felixonmars
Revision: 207993

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 207992, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 207992, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 207992, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 207992, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 207992, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-19 08:18:08 UTC (rev 207993)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ab9f83401ba8b99d05bc85e2447e32416da593684daae1464db8bb5eabdc')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 207992, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2017-01-19 08:18:08 UTC 
(rev 207993)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 207992, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-19 08:18:08 UTC (rev 207993)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays"

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

2016-12-15 Thread Felix Yan
Date: Friday, December 16, 2016 @ 04:23:49
  Author: felixonmars
Revision: 199706

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 199705, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 199705, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 199705, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 199705, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 199705, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-16 04:23:49 UTC (rev 199706)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.4
+pkgrel=3
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('e0e248d50aaa098b2633d51a1c71f3da569ba5d6c0e77e0e39b6c9b7de97fd16')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 199705, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2016-12-16 04:23:49 UTC 
(rev 199706)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 199705, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-16 04:23:49 UTC (rev 199706)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.4
+pkgrel=3
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delay

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

2016-09-16 Thread Felix Yan
Date: Friday, September 16, 2016 @ 08:40:23
  Author: felixonmars
Revision: 189525

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 189524, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 189524, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 189524, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 189524, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 189524, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-16 08:40:23 UTC (rev 189525)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.4
+pkgrel=2
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('e0e248d50aaa098b2633d51a1c71f3da569ba5d6c0e77e0e39b6c9b7de97fd16')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 189524, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2016-09-16 08:40:23 UTC 
(rev 189525)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 189524, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-16 08:40:23 UTC (rev 189525)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.4
+pkgrel=2
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-dela

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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 17:40:38
  Author: felixonmars
Revision: 187673

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 187672, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 187672, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 187672, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 187672, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 187672, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-26 17:40:38 UTC (rev 187673)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.4
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('e0e248d50aaa098b2633d51a1c71f3da569ba5d6c0e77e0e39b6c9b7de97fd16')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 187672, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2016-08-26 17:40:38 UTC 
(rev 187673)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 187672, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-26 17:40:38 UTC (rev 187673)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.4
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays"

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

2016-07-26 Thread Felix Yan
Date: Tuesday, July 26, 2016 @ 09:15:10
  Author: felixonmars
Revision: 184239

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 184238, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 184238, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 184238, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 184238, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 184238, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-26 09:15:10 UTC (rev 184239)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.3
+pkgrel=4
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ca51533c3b6fb36a63b7a6062d71024e3a823ae173779c1c81850959e29e7efa')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 184238, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2016-07-26 09:15:10 UTC 
(rev 184239)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 184238, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-26 09:15:10 UTC (rev 184239)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.3
+pkgrel=4
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")

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

2016-05-25 Thread Felix Yan
Date: Wednesday, May 25, 2016 @ 09:12:51
  Author: fyan
Revision: 176684

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 176683, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 176683, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 176683, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 176683, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 176683, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-25 07:12:51 UTC (rev 176684)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.3
+pkgrel=3
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ca51533c3b6fb36a63b7a6062d71024e3a823ae173779c1c81850959e29e7efa')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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/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"
+}

Copied: haskell-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 176683, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2016-05-25 07:12:51 UTC 
(rev 176684)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 176683, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-25 07:12:51 UTC (rev 176684)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.3
+pkgrel=3
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+sour

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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 14:56:00
  Author: fyan
Revision: 175871

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 175870, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 175870, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 175870, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 175870, haskell-tasty/trunk/haskell-tasty.install)

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 175870, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 12:56:00 UTC (rev 175871)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.3
+pkgrel=2
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('ca51533c3b6fb36a63b7a6062d71024e3a823ae173779c1c81850959e29e7efa')
+
+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-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 175870, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2016-05-20 12:56:00 UTC 
(rev 175871)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 175870, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 12:56:00 UTC (rev 175871)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.3
+pkgrel=2
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+options=('staticlibs

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

2016-04-28 Thread Felix Yan
Date: Friday, April 29, 2016 @ 08:23:36
  Author: fyan
Revision: 172639

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 172638, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 172638, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 172638, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 172638, haskell-tasty/trunk/haskell-tasty.install)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/haskell-tasty.install   |   18 
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/haskell-tasty.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 172638, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-29 06:23:36 UTC (rev 172639)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.2
+pkgrel=6
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3d87f99a046bfda752dcf558f36931135c784af9a2911a61bc4673199f933c63')
+
+prepare() {
+sed -i 's/regex-tdfa-rc/regex-tdfa/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 172638, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2016-04-29 06:23:36 UTC 
(rev 172639)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 172638, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-29 06:23:36 UTC (rev 172639)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.2
+pkgrel=6
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-r

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

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 10:36:22
  Author: fyan
Revision: 170015

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 170014, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 170014, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 170014, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 170014, haskell-tasty/trunk/haskell-tasty.install)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/haskell-tasty.install   |   18 
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/haskell-tasty.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 170014, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 08:36:22 UTC (rev 170015)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.2
+pkgrel=5
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3d87f99a046bfda752dcf558f36931135c784af9a2911a61bc4673199f933c63')
+
+prepare() {
+sed -i 's/regex-tdfa-rc/regex-tdfa/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 170014, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2016-04-10 08:36:22 UTC 
(rev 170015)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 170014, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 08:36:22 UTC (rev 170015)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.2
+pkgrel=5
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-r

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

2016-03-19 Thread Felix Yan
Date: Friday, March 18, 2016 @ 07:39:20
  Author: fyan
Revision: 167241

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 167240, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 167240, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 167240, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 167240, haskell-tasty/trunk/haskell-tasty.install)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/haskell-tasty.install   |   18 
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/haskell-tasty.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 167240, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 06:39:20 UTC (rev 167241)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.2
+pkgrel=4
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3d87f99a046bfda752dcf558f36931135c784af9a2911a61bc4673199f933c63')
+
+prepare() {
+sed -i 's/regex-tdfa-rc/regex-tdfa/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 167240, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2016-03-18 06:39:20 UTC 
(rev 167241)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 167240, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 06:39:20 UTC (rev 167241)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.2
+pkgrel=4
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-r

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

2016-01-26 Thread Felix Yan
Date: Wednesday, January 27, 2016 @ 08:22:02
  Author: fyan
Revision: 159078

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 159077, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 159077, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 159077, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 159077, haskell-tasty/trunk/haskell-tasty.install)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/haskell-tasty.install   |   18 
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/haskell-tasty.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 159077, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-27 07:22:02 UTC (rev 159078)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.2
+pkgrel=3
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3d87f99a046bfda752dcf558f36931135c784af9a2911a61bc4673199f933c63')
+
+prepare() {
+sed -i 's/regex-tdfa-rc/regex-tdfa/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 159077, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2016-01-27 07:22:02 UTC 
(rev 159078)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 159077, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-27 07:22:02 UTC (rev 159078)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.2
+pkgrel=3
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "hask

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

2016-01-20 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 10:00:50
  Author: fyan
Revision: 157968

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

Added:
  haskell-tasty/repos/community-staging-i686/
  haskell-tasty/repos/community-staging-i686/PKGBUILD
(from rev 157966, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-i686/haskell-tasty.install
(from rev 157966, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 157966, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-staging-x86_64/haskell-tasty.install
(from rev 157966, haskell-tasty/trunk/haskell-tasty.install)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/haskell-tasty.install   |   18 
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/haskell-tasty.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 157966, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 09:00:50 UTC (rev 157968)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.2
+pkgrel=2
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3d87f99a046bfda752dcf558f36931135c784af9a2911a61bc4673199f933c63')
+
+prepare() {
+sed -i 's/regex-tdfa-rc/regex-tdfa/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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-tasty/repos/community-staging-i686/haskell-tasty.install (from 
rev 157966, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-staging-i686/haskell-tasty.install
(rev 0)
+++ community-staging-i686/haskell-tasty.install2016-01-20 09:00:50 UTC 
(rev 157968)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 157966, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 09:00:50 UTC (rev 157968)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.2
+pkgrel=2
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "hask

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

2016-01-19 Thread Felix Yan
Date: Tuesday, January 19, 2016 @ 15:29:13
  Author: fyan
Revision: 157657

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

Added:
  haskell-tasty/repos/community-i686/
  haskell-tasty/repos/community-i686/PKGBUILD
(from rev 157656, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-i686/haskell-tasty.install
(from rev 157656, haskell-tasty/trunk/haskell-tasty.install)
  haskell-tasty/repos/community-x86_64/
  haskell-tasty/repos/community-x86_64/PKGBUILD
(from rev 157656, haskell-tasty/trunk/PKGBUILD)
  haskell-tasty/repos/community-x86_64/haskell-tasty.install
(from rev 157656, haskell-tasty/trunk/haskell-tasty.install)

+
 community-i686/PKGBUILD|   50 +++
 community-i686/haskell-tasty.install   |   18 +++
 community-x86_64/PKGBUILD  |   50 +++
 community-x86_64/haskell-tasty.install |   18 +++
 4 files changed, 136 insertions(+)

Copied: haskell-tasty/repos/community-i686/PKGBUILD (from rev 157656, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-19 14:29:13 UTC (rev 157657)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.2
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3d87f99a046bfda752dcf558f36931135c784af9a2911a61bc4673199f933c63')
+
+# PKGBUILD functions
+
+prepare() {
+sed -i 's/regex-tdfa-rc/regex-tdfa/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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-tasty/repos/community-i686/haskell-tasty.install (from rev 
157656, haskell-tasty/trunk/haskell-tasty.install)
===
--- community-i686/haskell-tasty.install(rev 0)
+++ community-i686/haskell-tasty.install2016-01-19 14:29:13 UTC (rev 
157657)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty
+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-tasty/repos/community-x86_64/PKGBUILD (from rev 157656, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-19 14:29:13 UTC (rev 157657)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.0.2
+pkgrel=1
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" "haskell-clock"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-regex-tdfa"
+ "haskell-stm" "haskell-tagged" "haskell-unbounded-delays")
+options=('staticlibs')
+source=("http://hackage