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

2016-04-28 Thread Felix Yan
Date: Friday, April 29, 2016 @ 06:43:20
  Author: fyan
Revision: 172569

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-adjunctions.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-adjunctions.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
172568, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-29 04:43:20 UTC (rev 172569)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=13
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 172568, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-04-29 04:43:20 UTC 
(rev 172569)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
172568, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-29 04:43:20 UTC (rev 172569)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=13
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depend

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

2016-04-13 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 08:47:39
  Author: fyan
Revision: 170890

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-adjunctions.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-adjunctions.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
170889, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-14 06:47:39 UTC (rev 170890)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=12
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 170889, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-04-14 06:47:39 UTC 
(rev 170890)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
170889, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-14 06:47:39 UTC (rev 170890)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=12
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depe

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

2016-04-12 Thread Felix Yan
Date: Tuesday, April 12, 2016 @ 09:09:42
  Author: fyan
Revision: 170599

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-adjunctions.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-adjunctions.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
170598, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-12 07:09:42 UTC (rev 170599)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=11
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 170598, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-04-12 07:09:42 UTC 
(rev 170599)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
170598, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-12 07:09:42 UTC (rev 170599)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=11
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depen

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

2016-04-09 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 06:58:18
  Author: fyan
Revision: 169963

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-adjunctions.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-adjunctions.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
169962, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 04:58:18 UTC (rev 169963)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=10
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 169962, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-04-10 04:58:18 UTC 
(rev 169963)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
169962, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 04:58:18 UTC (rev 169963)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=10
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depend

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

2016-03-19 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:47:34
  Author: fyan
Revision: 167147

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-adjunctions.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-adjunctions.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
167146, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 04:47:34 UTC (rev 167147)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=9
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 167146, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-03-18 04:47:34 UTC 
(rev 167147)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
167146, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 04:47:34 UTC (rev 167147)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=9
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=

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

2016-03-01 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 07:14:21
  Author: fyan
Revision: 164059

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-adjunctions.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-adjunctions.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
164058, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-02 06:14:21 UTC (rev 164059)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=8
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 164058, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-03-02 06:14:21 UTC 
(rev 164059)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
164058, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-02 06:14:21 UTC (rev 164059)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=8
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depend

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

2016-02-28 Thread Felix Yan
Date: Monday, February 29, 2016 @ 06:11:47
  Author: fyan
Revision: 163738

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-adjunctions.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-adjunctions.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
163737, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-29 05:11:47 UTC (rev 163738)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=7
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 163737, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-02-29 05:11:47 UTC 
(rev 163738)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
163737, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-29 05:11:47 UTC (rev 163738)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=7
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depen

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

2016-02-17 Thread Felix Yan
Date: Wednesday, February 17, 2016 @ 11:22:27
  Author: fyan
Revision: 161995

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-adjunctions.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-adjunctions.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
161994, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-17 10:22:27 UTC (rev 161995)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=6
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 161994, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-02-17 10:22:27 UTC 
(rev 161995)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
161994, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-17 10:22:27 UTC (rev 161995)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=6
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+de

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

2016-02-01 Thread Felix Yan
Date: Tuesday, February 2, 2016 @ 04:08:05
  Author: fyan
Revision: 159864

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-adjunctions.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-adjunctions.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
159863, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-02 03:08:05 UTC (rev 159864)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=5
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 159863, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-02-02 03:08:05 UTC 
(rev 159864)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
159863, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-02 03:08:05 UTC (rev 159864)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=5
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depen

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

2016-01-26 Thread Felix Yan
Date: Wednesday, January 27, 2016 @ 04:32:26
  Author: fyan
Revision: 159032

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-adjunctions.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-adjunctions.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
159031, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-27 03:32:26 UTC (rev 159032)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=4
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 159031, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-01-27 03:32:26 UTC 
(rev 159032)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
159031, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-27 03:32:26 UTC (rev 159032)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=4
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+dep

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:24:05
  Author: fyan
Revision: 157803

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-adjunctions.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-adjunctions.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
157802, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:24:05 UTC (rev 157803)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=3
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 157802, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-01-20 03:24:05 UTC 
(rev 157803)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
157802, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:24:05 UTC (rev 157803)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=3
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+dep

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

2016-01-17 Thread Felix Yan
Date: Monday, January 18, 2016 @ 03:21:57
  Author: fyan
Revision: 157318

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-adjunctions.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-adjunctions.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
157317, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-18 02:21:57 UTC (rev 157318)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=2
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 157317, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-01-18 02:21:57 UTC 
(rev 157318)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
157317, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-18 02:21:57 UTC (rev 157318)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=2
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depend

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

2016-01-16 Thread Felix Yan
Date: Sunday, January 17, 2016 @ 05:07:44
  Author: fyan
Revision: 157055

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-adjunctions.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-adjunctions.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
157054, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-17 04:07:44 UTC (rev 157055)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=1
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('b948a14fafe8857f451ae3e474f5264c907b5a2d841d52bf78249ae4749c3ecc')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 157054, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-01-17 04:07:44 UTC 
(rev 157055)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
157054, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-17 04:07:44 UTC (rev 157055)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.3
+pkgrel=1
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depend

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

2016-01-15 Thread Felix Yan
Date: Saturday, January 16, 2016 @ 03:05:17
  Author: fyan
Revision: 156759

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

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

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

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
156758, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-16 02:05:17 UTC (rev 156759)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.2.2
+pkgrel=3
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('58f2d5e66bc61cb8d2fe2148c9b3df3c95e87a353dfc7ed18af2cbeb2318e002')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 156758, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-01-16 02:05:17 UTC 
(rev 156759)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
156758, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-16 02:05:17 UTC (rev 156759)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.2.2
+pkgrel=3
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" 

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

2016-01-14 Thread Felix Yan
Date: Friday, January 15, 2016 @ 04:32:49
  Author: fyan
Revision: 156494

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

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

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

Copied: haskell-adjunctions/repos/community-staging-i686/PKGBUILD (from rev 
156493, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-15 03:32:49 UTC (rev 156494)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.2.2
+pkgrel=2
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('58f2d5e66bc61cb8d2fe2148c9b3df3c95e87a353dfc7ed18af2cbeb2318e002')
+
+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-adjunctions/repos/community-staging-i686/haskell-adjunctions.install 
(from rev 156493, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-staging-i686/haskell-adjunctions.install  
(rev 0)
+++ community-staging-i686/haskell-adjunctions.install  2016-01-15 03:32:49 UTC 
(rev 156494)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
156493, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-15 03:32:49 UTC (rev 156494)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.2.2
+pkgrel=2
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "h

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

2016-01-10 Thread Felix Yan
Date: Monday, January 11, 2016 @ 07:44:03
  Author: fyan
Revision: 155943

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

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

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

Copied: haskell-adjunctions/repos/community-i686/PKGBUILD (from rev 155942, 
haskell-adjunctions/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-11 06:44:03 UTC (rev 155943)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-semigroups" "haskell-tagged" "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('58f2d5e66bc61cb8d2fe2148c9b3df3c95e87a353dfc7ed18af2cbeb2318e002')
+
+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-adjunctions/repos/community-i686/haskell-adjunctions.install 
(from rev 155942, haskell-adjunctions/trunk/haskell-adjunctions.install)
===
--- community-i686/haskell-adjunctions.install  (rev 0)
+++ community-i686/haskell-adjunctions.install  2016-01-11 06:44:03 UTC (rev 
155943)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-adjunctions
+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-adjunctions/repos/community-x86_64/PKGBUILD (from rev 155942, 
haskell-adjunctions/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-11 06:44:03 UTC (rev 155943)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="Adjunctions and representable functors"
+url="http://github.com/ekmett/adjunctions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-contravariant" 
"haskell-distributive"
+ "haskell-free" "haskell-mtl" "haskell-profunctors" 
"haskell-semigroupoids"
+ "haskell-sem