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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:22:40
  Author: fyan
Revision: 152228

GHC 7.10.3 rebuild

Modified:
  haskell-cmdargs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:22:11 UTC (rev 152227)
+++ PKGBUILD2015-12-10 15:22:40 UTC (rev 152228)
@@ -5,12 +5,12 @@
 _hkgname=cmdargs
 pkgname=haskell-cmdargs
 pkgver=0.10.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Command line argument processing"
 url="http://community.haskell.org/~ndm/cmdargs/";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:22:04
  Author: foutrelis
Revision: 152225

GHC 7.10.3 rebuild

Modified:
  haskell-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:22:00 UTC (rev 152224)
+++ PKGBUILD2015-12-10 15:22:04 UTC (rev 152225)
@@ -5,12 +5,12 @@
 _hkgname=HUnit
 pkgname=haskell-hunit
 pkgver=1.3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A unit testing framework for Haskell"
 url="http://hunit.sourceforge.net/";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:23:06
  Author: fyan
Revision: 152229

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

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

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

Copied: haskell-cmdargs/repos/community-staging-i686/PKGBUILD (from rev 152228, 
haskell-cmdargs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:23:06 UTC (rev 152229)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cmdargs
+pkgname=haskell-cmdargs
+pkgver=0.10.13
+pkgrel=2
+pkgdesc="Command line argument processing"
+url="http://community.haskell.org/~ndm/cmdargs/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('66117c1fadaa2a79be07998287ca7cee334c249615b0fab9b91467ad813bbf6e')
+
+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 \
+-fquotation -f-testprog
+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-cmdargs/repos/community-staging-i686/haskell-cmdargs.install 
(from rev 152228, haskell-cmdargs/trunk/haskell-cmdargs.install)
===
--- community-staging-i686/haskell-cmdargs.install  
(rev 0)
+++ community-staging-i686/haskell-cmdargs.install  2015-12-10 15:23:06 UTC 
(rev 152229)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cmdargs
+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-cmdargs/repos/community-staging-x86_64/PKGBUILD (from rev 
152228, haskell-cmdargs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:23:06 UTC (rev 152229)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cmdargs
+pkgname=haskell-cmdargs
+pkgver=0.10.13
+pkgrel=2
+pkgdesc="Command line argument processing"
+url="http://community.haskell.org/~ndm/cmdargs/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('66117c1fadaa2a79be07998287ca7cee334c249615b0fab9b91467ad813bbf6e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+  

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:23:25
  Author: foutrelis
Revision: 152231

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

Added:
  haskell-monad-loops/repos/community-staging-i686/
  haskell-monad-loops/repos/community-staging-i686/PKGBUILD
(from rev 152230, haskell-monad-loops/trunk/PKGBUILD)
  haskell-monad-loops/repos/community-staging-i686/haskell-monad-loops.install
(from rev 152230, haskell-monad-loops/trunk/haskell-monad-loops.install)
  haskell-monad-loops/repos/community-staging-x86_64/
  haskell-monad-loops/repos/community-staging-x86_64/PKGBUILD
(from rev 152230, haskell-monad-loops/trunk/PKGBUILD)
  haskell-monad-loops/repos/community-staging-x86_64/haskell-monad-loops.install
(from rev 152230, haskell-monad-loops/trunk/haskell-monad-loops.install)

--+
 community-staging-i686/PKGBUILD  |   41 +
 community-staging-i686/haskell-monad-loops.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   41 +
 community-staging-x86_64/haskell-monad-loops.install |   18 +++
 4 files changed, 118 insertions(+)

Copied: haskell-monad-loops/repos/community-staging-i686/PKGBUILD (from rev 
152230, haskell-monad-loops/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:23:25 UTC (rev 152231)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-loops
+pkgname=haskell-monad-loops
+pkgver=0.4.3
+pkgrel=2
+pkgdesc="Monadic loops"
+url="https://github.com/mokus0/monad-loops";
+license=("custom:PublicDomain")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('7eaaaf6bc43661e9e86e310ff8c56fbea16eb6bf13c31a2e28103138ac164c18')
+
+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 \
+-fbase4
+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}"
+}

Copied: 
haskell-monad-loops/repos/community-staging-i686/haskell-monad-loops.install 
(from rev 152230, haskell-monad-loops/trunk/haskell-monad-loops.install)
===
--- community-staging-i686/haskell-monad-loops.install  
(rev 0)
+++ community-staging-i686/haskell-monad-loops.install  2015-12-10 15:23:25 UTC 
(rev 152231)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-monad-loops
+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-monad-loops/repos/community-staging-x86_64/PKGBUILD (from rev 
152230, haskell-monad-loops/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:23:25 UTC (rev 152231)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-loops
+pkgname=haskell-monad-loops
+pkgver=0.4.3
+pkgrel=2
+pkgdesc="Monadic loops"
+url="https://github.com/mokus0/monad-loops";
+license=("custom:PublicDomain")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('7eaaaf6bc43661e9e86e310ff8c56fbea16eb6bf13c31a2e28103138ac164c18')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:23:17
  Author: foutrelis
Revision: 152230

GHC 7.10.3 rebuild

Modified:
  haskell-monad-loops/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:23:06 UTC (rev 152229)
+++ PKGBUILD2015-12-10 15:23:17 UTC (rev 152230)
@@ -5,12 +5,12 @@
 _hkgname=monad-loops
 pkgname=haskell-monad-loops
 pkgver=0.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Monadic loops"
 url="https://github.com/mokus0/monad-loops";
 license=("custom:PublicDomain")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:23:59
  Author: fyan
Revision: 152232

GHC 7.10.3 rebuild

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:23:25 UTC (rev 152231)
+++ PKGBUILD2015-12-10 15:23:59 UTC (rev 152232)
@@ -4,12 +4,12 @@
 _hkgname=extensible-exceptions
 pkgname=haskell-${_hkgname}
 pkgver=0.1.1.4
-pkgrel=12
+pkgrel=13
 pkgdesc="extensible exceptions for both new and old versions of GHC"
 url="http://hackage.haskell.org/package/extensible-exceptions";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'sh')
+depends=('ghc=7.10.3' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=$pkgname.install
 options=('staticlibs')


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:24:47
  Author: fyan
Revision: 152238

GHC 7.10.3 rebuild

Modified:
  haskell-digest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:24:33 UTC (rev 152237)
+++ PKGBUILD2015-12-10 15:24:47 UTC (rev 152238)
@@ -5,12 +5,12 @@
 _hkgname=digest
 pkgname=haskell-digest
 pkgver=0.0.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "zlib")
+depends=("ghc=7.10.3" "zlib")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:24:33
  Author: foutrelis
Revision: 152237

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

Added:
  haskell-mtl/repos/community-staging-i686/
  haskell-mtl/repos/community-staging-i686/PKGBUILD
(from rev 152234, haskell-mtl/trunk/PKGBUILD)
  haskell-mtl/repos/community-staging-i686/haskell-mtl.install
(from rev 152235, haskell-mtl/trunk/haskell-mtl.install)
  haskell-mtl/repos/community-staging-x86_64/
  haskell-mtl/repos/community-staging-x86_64/PKGBUILD
(from rev 152236, haskell-mtl/trunk/PKGBUILD)
  haskell-mtl/repos/community-staging-x86_64/haskell-mtl.install
(from rev 152236, haskell-mtl/trunk/haskell-mtl.install)

--+
 community-staging-i686/PKGBUILD  |   61 +
 community-staging-i686/haskell-mtl.install   |   35 ++
 community-staging-x86_64/PKGBUILD|   61 +
 community-staging-x86_64/haskell-mtl.install |   35 ++
 4 files changed, 192 insertions(+)

Copied: haskell-mtl/repos/community-staging-i686/PKGBUILD (from rev 152234, 
haskell-mtl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:24:33 UTC (rev 152237)
@@ -0,0 +1,61 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.2.1
+pkgrel=5
+pkgdesc="Monad classes, using functional dependencies"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('96a2f12b94ea8d7cb0aea999cd2e3802')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]="$1=${_ver}"
+fi
+done
+}
+
+package() {
+  _update_deps ghc
+
+  cd ${_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-mtl/repos/community-staging-i686/haskell-mtl.install (from rev 
152235, haskell-mtl/trunk/haskell-mtl.install)
===
--- community-staging-i686/haskell-mtl.install  (rev 0)
+++ community-staging-i686/haskell-mtl.install  2015-12-10 15:24:33 UTC (rev 
152237)
@@ -0,0 +1,35 @@
+pkgname=haskell-mtl
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-mtl/repos/community-staging-x86_64/PKGBUILD (from rev 152236, 
haskell-mtl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:24:33 UTC (rev 152237)
@@ -0,0 +1,61 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.2.1
+pkgrel=5
+pkgdesc="Monad classes, using functional dependencies"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('96a2f12b94ea8d7cb0aea999cd2e3802')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--pr

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:24:23
  Author: foutrelis
Revision: 152235

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

Added:
  haskell-bytestring-show/repos/community-staging-i686/
  haskell-bytestring-show/repos/community-staging-i686/PKGBUILD
(from rev 152233, haskell-bytestring-show/trunk/PKGBUILD)
  
haskell-bytestring-show/repos/community-staging-i686/haskell-bytestring-show.install
(from rev 152233, 
haskell-bytestring-show/trunk/haskell-bytestring-show.install)
  haskell-bytestring-show/repos/community-staging-x86_64/
  haskell-bytestring-show/repos/community-staging-x86_64/PKGBUILD
(from rev 152233, haskell-bytestring-show/trunk/PKGBUILD)
  
haskell-bytestring-show/repos/community-staging-x86_64/haskell-bytestring-show.install
(from rev 152233, 
haskell-bytestring-show/trunk/haskell-bytestring-show.install)

--+
 community-staging-i686/PKGBUILD  |   44 +
 community-staging-i686/haskell-bytestring-show.install   |   24 +++
 community-staging-x86_64/PKGBUILD|   44 +
 community-staging-x86_64/haskell-bytestring-show.install |   24 +++
 4 files changed, 136 insertions(+)

Copied: haskell-bytestring-show/repos/community-staging-i686/PKGBUILD (from rev 
152233, haskell-bytestring-show/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:24:23 UTC (rev 152235)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-bytestring-show
+pkgver=0.3.5.6
+pkgrel=7
+pkgdesc="Efficient conversion of values into readable byte strings."
+url="http://hackage.haskell.org/package/bytestring-show";
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=("ghc")
+options=('staticlibs')
+install="${pkgname}.install"
+source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz";)
+md5sums=('c9041eed86a52e17e6b53a415967f7cb')
+
+build() {
+  cd ${srcdir}/bytestring-show-${pkgver}
+
+  # update outdated dependency
+  sed 's/build-depends: integer-gmp >= 0.2 && < 0.5/build-depends: integer-gmp 
>= 0.2 \&\& < 0.6/' -i bytestring-show.cabal
+
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+   --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  depends=("ghc=`pacman -Q ghc | cut -f2 -d\ |cut -f1 -d-`")
+
+  cd ${srcdir}/bytestring-show-${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/bytestring-show
+  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-bytestring-show/repos/community-staging-i686/haskell-bytestring-show.install
 (from rev 152233, 
haskell-bytestring-show/trunk/haskell-bytestring-show.install)
===
--- community-staging-i686/haskell-bytestring-show.install  
(rev 0)
+++ community-staging-i686/haskell-bytestring-show.install  2015-12-10 
15:24:23 UTC (rev 152235)
@@ -0,0 +1,24 @@
+pkgname=haskell-bytestring-show
+HS_DIR=usr/share/haskell/${pkgname}
+
+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-bytestring-show/repos/community-staging-x86_64/PKGBUILD (from 
rev 152233, haskell-bytestring-show/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:24:23 UTC (rev 152235)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-bytestring-show
+pkgver=0.3.5.6
+pkgrel=7
+pkgdesc="Efficient conversion of values into readable byte strings."
+url="http://hackage.haskell.org/package/bytestring-show";
+license=('BSD')
+arch=('i686' 'x86_64')
+depen

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:24:26
  Author: fyan
Revision: 152236

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

Added:
  haskell-extensible-exceptions/repos/community-staging-i686/
  haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 152232, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
(from rev 152232, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
  haskell-extensible-exceptions/repos/community-staging-x86_64/
  haskell-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 152232, haskell-extensible-exceptions/trunk/PKGBUILD)
  
haskell-extensible-exceptions/repos/community-staging-x86_64/haskell-extensible-exceptions.install
(from rev 152233, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)

+
 community-staging-i686/PKGBUILD|   40 
++
 community-staging-i686/haskell-extensible-exceptions.install   |   19 
 community-staging-x86_64/PKGBUILD  |   40 
++
 community-staging-x86_64/haskell-extensible-exceptions.install |   19 
 4 files changed, 118 insertions(+)

Copied: haskell-extensible-exceptions/repos/community-staging-i686/PKGBUILD 
(from rev 152232, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:24:26 UTC (rev 152236)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=13
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=$pkgname.install
+options=('staticlibs')
+md5sums=('fa1cadd15c1c7aa362618d41c6e17d8b')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+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-extensible-exceptions/repos/community-staging-i686/haskell-extensible-exceptions.install
 (from rev 152232, 
haskell-extensible-exceptions/trunk/haskell-extensible-exceptions.install)
===
--- community-staging-i686/haskell-extensible-exceptions.install
(rev 0)
+++ community-staging-i686/haskell-extensible-exceptions.install
2015-12-10 15:24:26 UTC (rev 152236)
@@ -0,0 +1,19 @@
+HS_DIR=usr/share/haskell/haskell-extensible-exceptions
+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-extensible-exceptions/repos/community-staging-x86_64/PKGBUILD 
(from rev 152232, haskell-extensible-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:24:26 UTC (rev 152236)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+
+_hkgname=extensible-exceptions
+pkgname=haskell-${_hkgname}
+pkgver=0.1.1.4
+pkgrel=13
+pkgdesc="extensible exceptions for both new and old versions of GHC"
+url="http://hackage.haskell.org/package/extensible-exceptions";
+license=('custom:BSD3')
+arch=('i686' 'x86_6

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:24:16
  Author: foutrelis
Revision: 152233

GHC 7.10.3 rebuild

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:23:59 UTC (rev 152232)
+++ PKGBUILD2015-12-10 15:24:16 UTC (rev 152233)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="http://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:25:25
  Author: foutrelis
Revision: 152240

GHC 7.10.3 rebuild

Modified:
  haskell-hostname/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:25:13 UTC (rev 152239)
+++ PKGBUILD2015-12-10 15:25:25 UTC (rev 152240)
@@ -5,12 +5,12 @@
 _hkgname=hostname
 pkgname=haskell-hostname
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A very simple package providing a cross-platform means of determining 
the hostname"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:25:42
  Author: foutrelis
Revision: 152242

GHC 7.10.3 rebuild

Modified:
  haskell-network-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:25:32 UTC (rev 152241)
+++ PKGBUILD2015-12-10 15:25:42 UTC (rev 152242)
@@ -5,12 +5,12 @@
 _hkgname=network-info
 pkgname=haskell-network-info
 pkgver=0.2.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Access the local computer\'s basic network configuration"
 url="http://github.com/jystic/network-info";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:26:23
  Author: fyan
Revision: 152245

GHC 7.10.3 rebuild

Modified:
  haskell-dataenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:26:14 UTC (rev 152244)
+++ PKGBUILD2015-12-10 15:26:23 UTC (rev 152245)
@@ -6,12 +6,12 @@
 _hkgname=dataenc
 pkgname=haskell-dataenc
 pkgver=0.14.0.7
-pkgrel=6
+pkgrel=7
 pkgdesc="Data encoding library"
 url="http://hackage.haskell.org/package/dataenc";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'sh')
+depends=('ghc=7.10.3' 'sh')
 install=${pkgname}.install
 options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
 update-build-deps-ghc-7.10.1.patch)


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:26:25
  Author: foutrelis
Revision: 152246

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

Added:
  haskell-data-ordlist/repos/community-staging-i686/
  haskell-data-ordlist/repos/community-staging-i686/PKGBUILD
(from rev 152244, haskell-data-ordlist/trunk/PKGBUILD)
  haskell-data-ordlist/repos/community-staging-i686/haskell-data-ordlist.install
(from rev 152244, haskell-data-ordlist/trunk/haskell-data-ordlist.install)
  haskell-data-ordlist/repos/community-staging-x86_64/
  haskell-data-ordlist/repos/community-staging-x86_64/PKGBUILD
(from rev 152244, haskell-data-ordlist/trunk/PKGBUILD)
  
haskell-data-ordlist/repos/community-staging-x86_64/haskell-data-ordlist.install
(from rev 152244, haskell-data-ordlist/trunk/haskell-data-ordlist.install)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/haskell-data-ordlist.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/haskell-data-ordlist.install |   18 ++
 4 files changed, 120 insertions(+)

Copied: haskell-data-ordlist/repos/community-staging-i686/PKGBUILD (from rev 
152244, haskell-data-ordlist/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:26:25 UTC (rev 152246)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-ordlist
+pkgname=haskell-data-ordlist
+pkgver=0.4.7.0
+pkgrel=2
+pkgdesc="This module provides set and multiset operations on ordered lists."
+url="https://hackage.haskell.org/package/data-ordlist";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('6f6c1e7a9a9155ad78ca78cb9abd6f7e2e1c78b3e549b179dc0874e6428f490d')
+
+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-data-ordlist/repos/community-staging-i686/haskell-data-ordlist.install 
(from rev 152244, haskell-data-ordlist/trunk/haskell-data-ordlist.install)
===
--- community-staging-i686/haskell-data-ordlist.install 
(rev 0)
+++ community-staging-i686/haskell-data-ordlist.install 2015-12-10 15:26:25 UTC 
(rev 152246)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-ordlist
+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-data-ordlist/repos/community-staging-x86_64/PKGBUILD (from rev 
152244, haskell-data-ordlist/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:26:25 UTC (rev 152246)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-ordlist
+pkgname=haskell-data-ordlist
+pkgver=0.4.7.0
+pkgrel=2
+pkgdesc="This module provides set and multiset operations on ordered lists."
+url="https://hackage.haskell.org/package/data-ordlist";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pk

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:25:50
  Author: foutrelis
Revision: 152243

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

Added:
  haskell-network-info/repos/community-staging-i686/
  haskell-network-info/repos/community-staging-i686/PKGBUILD
(from rev 152242, haskell-network-info/trunk/PKGBUILD)
  haskell-network-info/repos/community-staging-i686/haskell-network-info.install
(from rev 152242, haskell-network-info/trunk/haskell-network-info.install)
  haskell-network-info/repos/community-staging-x86_64/
  haskell-network-info/repos/community-staging-x86_64/PKGBUILD
(from rev 152242, haskell-network-info/trunk/PKGBUILD)
  
haskell-network-info/repos/community-staging-x86_64/haskell-network-info.install
(from rev 152242, haskell-network-info/trunk/haskell-network-info.install)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/haskell-network-info.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/haskell-network-info.install |   18 ++
 4 files changed, 120 insertions(+)

Copied: haskell-network-info/repos/community-staging-i686/PKGBUILD (from rev 
152242, haskell-network-info/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:25:50 UTC (rev 152243)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=network-info
+pkgname=haskell-network-info
+pkgver=0.2.0.8
+pkgrel=2
+pkgdesc="Access the local computer\'s basic network configuration"
+url="http://github.com/jystic/network-info";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('ecdff121f3e154c480f363bc8660959a051790bfae5b5fe573810873cedbcd76')
+
+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-network-info/repos/community-staging-i686/haskell-network-info.install 
(from rev 152242, haskell-network-info/trunk/haskell-network-info.install)
===
--- community-staging-i686/haskell-network-info.install 
(rev 0)
+++ community-staging-i686/haskell-network-info.install 2015-12-10 15:25:50 UTC 
(rev 152243)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-network-info
+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-network-info/repos/community-staging-x86_64/PKGBUILD (from rev 
152242, haskell-network-info/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:25:50 UTC (rev 152243)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=network-info
+pkgname=haskell-network-info
+pkgver=0.2.0.8
+pkgrel=2
+pkgdesc="Access the local computer\'s basic network configuration"
+url="http://github.com/jystic/network-info";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.in

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:26:14
  Author: foutrelis
Revision: 152244

GHC 7.10.3 rebuild

Modified:
  haskell-data-ordlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:25:50 UTC (rev 152243)
+++ PKGBUILD2015-12-10 15:26:14 UTC (rev 152244)
@@ -5,12 +5,12 @@
 _hkgname=data-ordlist
 pkgname=haskell-data-ordlist
 pkgver=0.4.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="This module provides set and multiset operations on ordered lists."
 url="https://hackage.haskell.org/package/data-ordlist";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:26:34
  Author: fyan
Revision: 152247

GHC 7.10.3 rebuild

Modified:
  haskell-base64-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:26:25 UTC (rev 152246)
+++ PKGBUILD2015-12-10 15:26:34 UTC (rev 152247)
@@ -8,12 +8,12 @@
 _hkgname=base64-bytestring
 pkgname=haskell-base64-bytestring
 pkgver=1.0.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Fast base64 encoding and deconding for ByteStrings"
 url="https://github.com/bos/base64-bytestring";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.2')
+depends=('ghc=7.10.3')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="$pkgname.install"
 sha256sums=('ab25abf4b00a2f52b270bc3ed43f1d59f16c8eec9d7dffb14df1e9265b233b50')


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:25:32
  Author: foutrelis
Revision: 152241

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

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

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/haskell-hostname.install   |   18 
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/haskell-hostname.install |   18 
 4 files changed, 120 insertions(+)

Copied: haskell-hostname/repos/community-staging-i686/PKGBUILD (from rev 
152240, haskell-hostname/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:25:32 UTC (rev 152241)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hostname
+pkgname=haskell-hostname
+pkgver=1.0
+pkgrel=2
+pkgdesc="A very simple package providing a cross-platform means of determining 
the hostname"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('9b43dab1b6da521f35685b20555da00738c8e136eb972458c786242406a9cf5c')
+
+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-hostname/repos/community-staging-i686/haskell-hostname.install 
(from rev 152240, haskell-hostname/trunk/haskell-hostname.install)
===
--- community-staging-i686/haskell-hostname.install 
(rev 0)
+++ community-staging-i686/haskell-hostname.install 2015-12-10 15:25:32 UTC 
(rev 152241)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hostname
+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-hostname/repos/community-staging-x86_64/PKGBUILD (from rev 
152240, haskell-hostname/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:25:32 UTC (rev 152241)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hostname
+pkgname=haskell-hostname
+pkgver=1.0
+pkgrel=2
+pkgdesc="A very simple package providing a cross-platform means of determining 
the hostname"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('9b43dab1b6da521f35685b20555da0073

[arch-commits] Commit in haskell-dataenc/repos (8 files)

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:27:01
  Author: fyan
Revision: 152249

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

Added:
  haskell-dataenc/repos/community-staging-i686/
  haskell-dataenc/repos/community-staging-i686/PKGBUILD
(from rev 152246, haskell-dataenc/trunk/PKGBUILD)
  haskell-dataenc/repos/community-staging-i686/haskell-dataenc.install
(from rev 152246, haskell-dataenc/trunk/haskell-dataenc.install)
  
haskell-dataenc/repos/community-staging-i686/update-build-deps-ghc-7.10.1.patch
(from rev 152246, haskell-dataenc/trunk/update-build-deps-ghc-7.10.1.patch)
  haskell-dataenc/repos/community-staging-x86_64/
  haskell-dataenc/repos/community-staging-x86_64/PKGBUILD
(from rev 152247, haskell-dataenc/trunk/PKGBUILD)
  haskell-dataenc/repos/community-staging-x86_64/haskell-dataenc.install
(from rev 152247, haskell-dataenc/trunk/haskell-dataenc.install)
  
haskell-dataenc/repos/community-staging-x86_64/update-build-deps-ghc-7.10.1.patch
(from rev 152247, haskell-dataenc/trunk/update-build-deps-ghc-7.10.1.patch)

-+
 community-staging-i686/PKGBUILD |   47 ++
 community-staging-i686/haskell-dataenc.install  |   18 +++
 community-staging-i686/update-build-deps-ghc-7.10.1.patch   |   12 ++
 community-staging-x86_64/PKGBUILD   |   47 ++
 community-staging-x86_64/haskell-dataenc.install|   18 +++
 community-staging-x86_64/update-build-deps-ghc-7.10.1.patch |   12 ++
 6 files changed, 154 insertions(+)

Copied: haskell-dataenc/repos/community-staging-i686/PKGBUILD (from rev 152246, 
haskell-dataenc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:27:01 UTC (rev 152249)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.5
+
+_hkgname=dataenc
+pkgname=haskell-dataenc
+pkgver=0.14.0.7
+pkgrel=7
+pkgdesc="Data encoding library"
+url="http://hackage.haskell.org/package/dataenc";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'sh')
+install=${pkgname}.install
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
 update-build-deps-ghc-7.10.1.patch)
+
+prepare(){
+  patch -Np0 -i $srcdir/update-build-deps-ghc-7.10.1.patch
+}
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+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
+}
+md5sums=('28491649dbeafb9512b4ea187cc6fddf'
+ '0792888a886449c0ac15183b21c8bc7a')

Copied: haskell-dataenc/repos/community-staging-i686/haskell-dataenc.install 
(from rev 152246, haskell-dataenc/trunk/haskell-dataenc.install)
===
--- community-staging-i686/haskell-dataenc.install  
(rev 0)
+++ community-staging-i686/haskell-dataenc.install  2015-12-10 15:27:01 UTC 
(rev 152249)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dataenc
+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-dataenc/repos/community-staging-i686/update-build-deps-ghc-7.10.1.patch 
(from rev 152246, haskell-dataenc/trunk/update-build-deps-ghc-7.10.1.patch)
===
--- community-staging-i686/update-build-deps-ghc-7.10.1.patch   
(rev 0)
+++ community-staging-i686/update-build-deps-ghc-7.10.1.patch   2015-12-10 

[arch-commits] Commit in haskell-time-locale-compat/repos (6 files)

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:27:04
  Author: foutrelis
Revision: 152251

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

Added:
  haskell-time-locale-compat/repos/community-staging-i686/
  haskell-time-locale-compat/repos/community-staging-i686/PKGBUILD
(from rev 152248, haskell-time-locale-compat/trunk/PKGBUILD)
  
haskell-time-locale-compat/repos/community-staging-i686/haskell-time-locale-compat.install
(from rev 152248, 
haskell-time-locale-compat/trunk/haskell-time-locale-compat.install)
  haskell-time-locale-compat/repos/community-staging-x86_64/
  haskell-time-locale-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 152248, haskell-time-locale-compat/trunk/PKGBUILD)
  
haskell-time-locale-compat/repos/community-staging-x86_64/haskell-time-locale-compat.install
(from rev 152249, 
haskell-time-locale-compat/trunk/haskell-time-locale-compat.install)

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

Copied: haskell-time-locale-compat/repos/community-staging-i686/PKGBUILD (from 
rev 152248, haskell-time-locale-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:27:04 UTC (rev 152251)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=time-locale-compat
+pkgname=haskell-time-locale-compat
+pkgver=0.1.1.1
+pkgrel=2
+pkgdesc="Compatibility of TimeLocale between old-locale and time-1.5"
+url="http://twitter.com/khibino/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('ced6a61e81671f266cc3daf7eee798e5355df8d82163e7e44dc0a51a47c50670')
+
+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 \
+-f-old-locale
+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-time-locale-compat/repos/community-staging-i686/haskell-time-locale-compat.install
 (from rev 152248, 
haskell-time-locale-compat/trunk/haskell-time-locale-compat.install)
===
--- community-staging-i686/haskell-time-locale-compat.install   
(rev 0)
+++ community-staging-i686/haskell-time-locale-compat.install   2015-12-10 
15:27:04 UTC (rev 152251)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-time-locale-compat
+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-time-locale-compat/repos/community-staging-x86_64/PKGBUILD 
(from rev 152248, haskell-time-locale-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:27:04 UTC (rev 152251)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=time-locale-compat
+pkgname=haskell-time-locale-compat
+pkgver=0.1.1.1
+pkgrel=2
+pkgdesc="Compatibility of TimeLocale between old-locale and time-1.5"
+url="http://twitter.com/khibino/";
+license=("custom

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:27:02
  Author: fyan
Revision: 152250

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

Added:
  haskell-base64-bytestring/repos/community-staging-i686/
  haskell-base64-bytestring/repos/community-staging-i686/PKGBUILD
(from rev 152247, haskell-base64-bytestring/trunk/PKGBUILD)
  
haskell-base64-bytestring/repos/community-staging-i686/haskell-base64-bytestring.install
(from rev 152247, 
haskell-base64-bytestring/trunk/haskell-base64-bytestring.install)
  haskell-base64-bytestring/repos/community-staging-x86_64/
  haskell-base64-bytestring/repos/community-staging-x86_64/PKGBUILD
(from rev 152247, haskell-base64-bytestring/trunk/PKGBUILD)
  
haskell-base64-bytestring/repos/community-staging-x86_64/haskell-base64-bytestring.install
(from rev 152247, 
haskell-base64-bytestring/trunk/haskell-base64-bytestring.install)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/haskell-base64-bytestring.install   |   23 +
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/haskell-base64-bytestring.install |   23 +
 4 files changed, 132 insertions(+)

Copied: haskell-base64-bytestring/repos/community-staging-i686/PKGBUILD (from 
rev 152247, haskell-base64-bytestring/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:27:02 UTC (rev 152250)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+# Contributor: Arch Haskell Team <>
+# Contributor: Lex Black 
+
+_hkgname=base64-bytestring
+pkgname=haskell-base64-bytestring
+pkgver=1.0.0.1
+pkgrel=5
+pkgdesc="Fast base64 encoding and deconding for ByteStrings"
+url="https://github.com/bos/base64-bytestring";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="$pkgname.install"
+sha256sums=('ab25abf4b00a2f52b270bc3ed43f1d59f16c8eec9d7dffb14df1e9265b233b50')
+options=("staticlibs")
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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 -Dm744 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 -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}

Copied: 
haskell-base64-bytestring/repos/community-staging-i686/haskell-base64-bytestring.install
 (from rev 152247, 
haskell-base64-bytestring/trunk/haskell-base64-bytestring.install)
===
--- community-staging-i686/haskell-base64-bytestring.install
(rev 0)
+++ community-staging-i686/haskell-base64-bytestring.install2015-12-10 
15:27:02 UTC (rev 152250)
@@ -0,0 +1,23 @@
+HS_DIR=usr/share/haskell/haskell-base64-bytestring
+
+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-base64-bytestring/repos/community-staging-x86_64/PKGBUILD (from 
rev 152247, haskell-base64-bytestring/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:27:02 UTC (rev 152250)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+# Contributor: Arch Haskell Team <>
+# Contributor: Lex Black 
+
+_hkgname=base64-bytestring
+pkgname=haskell-base64-bytestring
+pkgver=1.0.0.1
+pkgrel=5
+pkgdesc="Fast base64 encoding and deconding for ByteStrings"
+url="https://github.com/bos/base64-bytestring";
+license=('custom:BSD3

[arch-commits] Commit in haskell-time-locale-compat/trunk (PKGBUILD)

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:26:55
  Author: foutrelis
Revision: 152248

GHC 7.10.3 rebuild

Modified:
  haskell-time-locale-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:26:34 UTC (rev 152247)
+++ PKGBUILD2015-12-10 15:26:55 UTC (rev 152248)
@@ -5,12 +5,12 @@
 _hkgname=time-locale-compat
 pkgname=haskell-time-locale-compat
 pkgver=0.1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Compatibility of TimeLocale between old-locale and time-1.5"
 url="http://twitter.com/khibino/";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:28:11
  Author: foutrelis
Revision: 152253

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

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

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

Copied: haskell-rfc5051/repos/community-staging-i686/PKGBUILD (from rev 152252, 
haskell-rfc5051/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:28:11 UTC (rev 152253)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=rfc5051
+pkgname=haskell-rfc5051
+pkgver=0.1.0.3
+pkgrel=2
+pkgdesc="Simple unicode collation as per RFC5051."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('e38dab28a5625774be60545c8c99e647b79bbc0ac0bc9c65fe6b2ebef160642b')
+
+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 \
+-f-mkunicodedata
+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-rfc5051/repos/community-staging-i686/haskell-rfc5051.install 
(from rev 152252, haskell-rfc5051/trunk/haskell-rfc5051.install)
===
--- community-staging-i686/haskell-rfc5051.install  
(rev 0)
+++ community-staging-i686/haskell-rfc5051.install  2015-12-10 15:28:11 UTC 
(rev 152253)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-rfc5051
+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-rfc5051/repos/community-staging-x86_64/PKGBUILD (from rev 
152252, haskell-rfc5051/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:28:11 UTC (rev 152253)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=rfc5051
+pkgname=haskell-rfc5051
+pkgver=0.1.0.3
+pkgrel=2
+pkgdesc="Simple unicode collation as per RFC5051."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('e38dab28a5625774be60545c8c99e647b79bbc0ac0bc9c65fe6b2ebef160642b')
+
+build() {
+cd "${srcdir}/${_hkgname

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:28:04
  Author: foutrelis
Revision: 152252

GHC 7.10.3 rebuild

Modified:
  haskell-rfc5051/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:27:04 UTC (rev 152251)
+++ PKGBUILD2015-12-10 15:28:04 UTC (rev 152252)
@@ -5,12 +5,12 @@
 _hkgname=rfc5051
 pkgname=haskell-rfc5051
 pkgver=0.1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple unicode collation as per RFC5051."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:21:14
  Author: foutrelis
Revision: 152223

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

Added:
  haskell-auto-update/repos/community-staging-i686/
  haskell-auto-update/repos/community-staging-i686/PKGBUILD
(from rev 15, haskell-auto-update/trunk/PKGBUILD)
  haskell-auto-update/repos/community-staging-i686/haskell-auto-update.install
(from rev 15, haskell-auto-update/trunk/haskell-auto-update.install)
  haskell-auto-update/repos/community-staging-x86_64/
  haskell-auto-update/repos/community-staging-x86_64/PKGBUILD
(from rev 15, haskell-auto-update/trunk/PKGBUILD)
  haskell-auto-update/repos/community-staging-x86_64/haskell-auto-update.install
(from rev 15, haskell-auto-update/trunk/haskell-auto-update.install)

--+
 community-staging-i686/PKGBUILD  |   42 +
 community-staging-i686/haskell-auto-update.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   42 +
 community-staging-x86_64/haskell-auto-update.install |   18 +++
 4 files changed, 120 insertions(+)

Copied: haskell-auto-update/repos/community-staging-i686/PKGBUILD (from rev 
15, haskell-auto-update/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:21:14 UTC (rev 152223)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=auto-update
+pkgname=haskell-auto-update
+pkgver=0.1.2.2
+pkgrel=2
+pkgdesc="Efficiently run periodic, on-demand actions"
+url="https://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('7b3000c330055d4059fe8d9ab044c29e3a57b4dc31b88ea386a75a886b6144db')
+
+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-auto-update/repos/community-staging-i686/haskell-auto-update.install 
(from rev 15, haskell-auto-update/trunk/haskell-auto-update.install)
===
--- community-staging-i686/haskell-auto-update.install  
(rev 0)
+++ community-staging-i686/haskell-auto-update.install  2015-12-10 15:21:14 UTC 
(rev 152223)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-auto-update
+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-auto-update/repos/community-staging-x86_64/PKGBUILD (from rev 
15, haskell-auto-update/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:21:14 UTC (rev 152223)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=auto-update
+pkgname=haskell-auto-update
+pkgver=0.1.2.2
+pkgrel=2
+pkgdesc="Efficiently run periodic, on-demand actions"
+url="https://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('7b3000c330055d4059fe8d9ab044c29e3a57b4dc31b88ea386a75a886b6144

[arch-commits] Commit in haskell-data-default-class/trunk (PKGBUILD)

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:28:16
  Author: fyan
Revision: 152254

GHC 7.10.3 rebuild

Modified:
  haskell-data-default-class/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:28:11 UTC (rev 152253)
+++ PKGBUILD2015-12-10 15:28:16 UTC (rev 152254)
@@ -2,13 +2,13 @@
 _hkgname=data-default-class
 pkgname=haskell-data-default-class
 pkgver=0.0.1
-pkgrel=9
+pkgrel=10
 pkgdesc="A class for types with a default value"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.10.2')
+depends=('ghc=7.10.3')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:28:48
  Author: foutrelis
Revision: 152257

GHC 7.10.3 rebuild

Modified:
  haskell-primitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:28:46 UTC (rev 152256)
+++ PKGBUILD2015-12-10 15:28:48 UTC (rev 152257)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-primitive
 pkgver=0.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Wrappers for primitive operations"
 url="http://hackage.haskell.org/package/primitive";
 license=("custom:BSD3")


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:28:55
  Author: foutrelis
Revision: 152258

GHC 7.10.3 rebuild

Modified:
  haskell-gitrev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:28:48 UTC (rev 152257)
+++ PKGBUILD2015-12-10 15:28:55 UTC (rev 152258)
@@ -5,12 +5,12 @@
 _hkgname=gitrev
 pkgname=haskell-gitrev
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Compile git revision info into Haskell projects"
 url="https://github.com/acfoltzer/gitrev";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:29:08
  Author: foutrelis
Revision: 152261

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

Added:
  haskell-gitrev/repos/community-staging-i686/
  haskell-gitrev/repos/community-staging-i686/PKGBUILD
(from rev 152259, haskell-gitrev/trunk/PKGBUILD)
  haskell-gitrev/repos/community-staging-i686/haskell-gitrev.install
(from rev 152259, haskell-gitrev/trunk/haskell-gitrev.install)
  haskell-gitrev/repos/community-staging-x86_64/
  haskell-gitrev/repos/community-staging-x86_64/PKGBUILD
(from rev 152260, haskell-gitrev/trunk/PKGBUILD)
  haskell-gitrev/repos/community-staging-x86_64/haskell-gitrev.install
(from rev 152260, haskell-gitrev/trunk/haskell-gitrev.install)

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/haskell-gitrev.install   |   18 +
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/haskell-gitrev.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-gitrev/repos/community-staging-i686/PKGBUILD (from rev 152259, 
haskell-gitrev/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:29:08 UTC (rev 152261)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gitrev
+pkgname=haskell-gitrev
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Compile git revision info into Haskell projects"
+url="https://github.com/acfoltzer/gitrev";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('aabc77851c0de49bd3495fb2cf933170a5d566a19cfb230e1cc758f5775de120')
+
+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-gitrev/repos/community-staging-i686/haskell-gitrev.install 
(from rev 152259, haskell-gitrev/trunk/haskell-gitrev.install)
===
--- community-staging-i686/haskell-gitrev.install   
(rev 0)
+++ community-staging-i686/haskell-gitrev.install   2015-12-10 15:29:08 UTC 
(rev 152261)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-gitrev
+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-gitrev/repos/community-staging-x86_64/PKGBUILD (from rev 
152260, haskell-gitrev/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:29:08 UTC (rev 152261)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gitrev
+pkgname=haskell-gitrev
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="Compile git revision info into Haskell projects"
+url="https://github.com/acfoltzer/gitrev";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('aabc77851c0de49bd3495fb2cf933170a5d566a19cfb230e1cc758f5775de120')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --e

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:28:58
  Author: foutrelis
Revision: 152260

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

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

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/haskell-primitive.install   |   26 +++
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/haskell-primitive.install |   26 +++
 4 files changed, 136 insertions(+)

Copied: haskell-primitive/repos/community-staging-i686/PKGBUILD (from rev 
152257, haskell-primitive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:28:58 UTC (rev 152260)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-primitive
+pkgver=0.6
+pkgrel=4
+pkgdesc="Wrappers for primitive operations"
+url="http://hackage.haskell.org/package/primitive";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=()
+depends=("ghc")
+options=('strip' 'staticlibs')
+install="${pkgname}.install"
+source=("http://hackage.haskell.org/packages/archive/primitive/${pkgver}/primitive-${pkgver}.tar.gz";)
+sha256sums=('34a5f39213c68369e7edc2a3ea175d3f4edbf89e9f084710eff6f2d69722')
+
+build() {
+  cd ${srcdir}/primitive-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  _ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
+  depends=("ghc=${_ghcver}")
+
+  cd ${srcdir}/primitive-${pkgver}
+  install -Dm744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -dm755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/primitive
+  runhaskell Setup copy --destdir=${pkgdir}
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: 
haskell-primitive/repos/community-staging-i686/haskell-primitive.install (from 
rev 152257, haskell-primitive/trunk/haskell-primitive.install)
===
--- community-staging-i686/haskell-primitive.install
(rev 0)
+++ community-staging-i686/haskell-primitive.install2015-12-10 15:28:58 UTC 
(rev 152260)
@@ -0,0 +1,26 @@
+# custom variables
+pkgname=haskell-primitive
+HS_DIR=/usr/share/haskell/${pkgname}
+
+# functions
+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-primitive/repos/community-staging-x86_64/PKGBUILD (from rev 
152257, haskell-primitive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:28:58 UTC (rev 152260)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-primitive
+pkgver=0.6
+pkgrel=4
+pkgdesc="Wrappers for primitive operations"
+url="http://hackage.haskell.org/package/primitive";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=()
+depends=("ghc")
+options=('strip' 'staticlibs')
+install="${pkgname}.install"
+source=("http://hackage.haskell.org/packages/archive/primitive/${pkgver}/primitive-${pkgver}.tar.gz";)
+sha256sums=('34a5f39213c68369e7edc2a3ea175d3f4edbf89e9f084710eff6f2d69722')
+
+build() {
+  cd ${srcdir}/primitive-${pkgver}

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:29:28
  Author: foutrelis
Revision: 152263

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

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

--+
 community-staging-i686/PKGBUILD  |   42 +
 community-staging-i686/haskell-bloomfilter.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   42 +
 community-staging-x86_64/haskell-bloomfilter.install |   18 +++
 4 files changed, 120 insertions(+)

Copied: haskell-bloomfilter/repos/community-staging-i686/PKGBUILD (from rev 
152262, haskell-bloomfilter/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:29:28 UTC (rev 152263)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bloomfilter
+pkgname=haskell-bloomfilter
+pkgver=2.0.1.0
+pkgrel=2
+pkgdesc="Pure and impure Bloom Filter implementations"
+url="https://github.com/bos/bloomfilter";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('6c5e0d357d5d39efe97ae2776e8fb533fa50c1c05397c7b85020b0f098ad790f')
+
+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-bloomfilter/repos/community-staging-i686/haskell-bloomfilter.install 
(from rev 152262, haskell-bloomfilter/trunk/haskell-bloomfilter.install)
===
--- community-staging-i686/haskell-bloomfilter.install  
(rev 0)
+++ community-staging-i686/haskell-bloomfilter.install  2015-12-10 15:29:28 UTC 
(rev 152263)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-bloomfilter
+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-bloomfilter/repos/community-staging-x86_64/PKGBUILD (from rev 
152262, haskell-bloomfilter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:29:28 UTC (rev 152263)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bloomfilter
+pkgname=haskell-bloomfilter
+pkgver=2.0.1.0
+pkgrel=2
+pkgdesc="Pure and impure Bloom Filter implementations"
+url="https://github.com/bos/bloomfilter";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('6c5e0d357d5d39efe97ae2776e8fb533fa50c1

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:28:57
  Author: fyan
Revision: 152259

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

Added:
  haskell-old-locale/repos/community-staging-i686/
  haskell-old-locale/repos/community-staging-i686/PKGBUILD
(from rev 152255, haskell-old-locale/trunk/PKGBUILD)
  haskell-old-locale/repos/community-staging-i686/haskell-old-locale.install
(from rev 152255, haskell-old-locale/trunk/haskell-old-locale.install)
  haskell-old-locale/repos/community-staging-x86_64/
  haskell-old-locale/repos/community-staging-x86_64/PKGBUILD
(from rev 152255, haskell-old-locale/trunk/PKGBUILD)
  haskell-old-locale/repos/community-staging-x86_64/haskell-old-locale.install
(from rev 152256, haskell-old-locale/trunk/haskell-old-locale.install)

-+
 community-staging-i686/PKGBUILD |   37 ++
 community-staging-i686/haskell-old-locale.install   |   18 
 community-staging-x86_64/PKGBUILD   |   37 ++
 community-staging-x86_64/haskell-old-locale.install |   18 
 4 files changed, 110 insertions(+)

Copied: haskell-old-locale/repos/community-staging-i686/PKGBUILD (from rev 
152255, haskell-old-locale/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:28:57 UTC (rev 152259)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=old-locale
+pkgname=haskell-old-locale
+pkgver=1.0.0.7
+pkgrel=7
+pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.3')
+options=('strip')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('507bd2d3ce2407403e2a2d1136c3d149')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+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-old-locale/repos/community-staging-i686/haskell-old-locale.install 
(from rev 152255, haskell-old-locale/trunk/haskell-old-locale.install)
===
--- community-staging-i686/haskell-old-locale.install   
(rev 0)
+++ community-staging-i686/haskell-old-locale.install   2015-12-10 15:28:57 UTC 
(rev 152259)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-old-locale
+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-old-locale/repos/community-staging-x86_64/PKGBUILD (from rev 
152255, haskell-old-locale/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:28:57 UTC (rev 152259)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=old-locale
+pkgname=haskell-old-locale
+pkgver=1.0.0.7
+pkgrel=7
+pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.3')
+options=('strip')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('507bd2d3ce2407403e2a2d1136c3d149')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:29:21
  Author: foutrelis
Revision: 152262

GHC 7.10.3 rebuild

Modified:
  haskell-bloomfilter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:29:08 UTC (rev 152261)
+++ PKGBUILD2015-12-10 15:29:21 UTC (rev 152262)
@@ -5,12 +5,12 @@
 _hkgname=bloomfilter
 pkgname=haskell-bloomfilter
 pkgver=2.0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Pure and impure Bloom Filter implementations"
 url="https://github.com/bos/bloomfilter";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:30:11
  Author: foutrelis
Revision: 152264

GHC 7.10.3 rebuild

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:29:28 UTC (rev 152263)
+++ PKGBUILD2015-12-10 15:30:11 UTC (rev 152264)
@@ -7,12 +7,12 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.2'
+depends=('ghc=7.10.3'
  'haskell-base>=4.0'
  'haskell-base<5.0')
 options=('strip')


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:30:19
  Author: foutrelis
Revision: 152266

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

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

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

Copied: haskell-syb/repos/community-staging-i686/PKGBUILD (from rev 152265, 
haskell-syb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:30:19 UTC (rev 152266)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Aaron Peschel 
+# Contributor: Rémy Oudompheng 
+# Contributor: Arch Haskell Team 
+
+_hkgname=syb
+pkgname=haskell-syb
+pkgver=0.6
+pkgrel=3
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3'
+ 'haskell-base>=4.0'
+ 'haskell-base<5.0')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+options=('staticlibs')
+sha1sums=('e3d352b11adaf2f9bc19c4d6cbdaaa01689683ff')
+sha256sums=('a38d1f7e6a40e2c990fec85215c45063a508bf73df98a4483ec78c5025b66cdc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
+runhaskell Setup build
+runhaskell Setup haddock
+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-syb/repos/community-staging-i686/haskell-syb.install (from rev 
152265, haskell-syb/trunk/haskell-syb.install)
===
--- community-staging-i686/haskell-syb.install  (rev 0)
+++ community-staging-i686/haskell-syb.install  2015-12-10 15:30:19 UTC (rev 
152266)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-syb
+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-syb/repos/community-staging-x86_64/PKGBUILD (from rev 152265, 
haskell-syb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:30:19 UTC (rev 152266)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Aaron Peschel 
+# Contributor: Rémy Oudompheng 
+# Contributor: Arch Haskell Team 
+
+_hkgname=syb
+pkgname=haskell-syb
+pkgver=0.6
+pkgrel=3
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3'
+ 'haskell-base>=4.0'
+ 'haskell-base<5.0')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+options=('staticlibs')
+sha1sums=('e3d352b11adaf2f9bc19c4d6cbdaaa01689683ff')
+sha256sums=('a38d1f7e6a40e2c990

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:30:11
  Author: fyan
Revision: 152265

GHC 7.10.3 rebuild

Modified:
  haskell-mmorph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:30:11 UTC (rev 152264)
+++ PKGBUILD2015-12-10 15:30:11 UTC (rev 152265)
@@ -5,12 +5,12 @@
 _hkgname=mmorph
 pkgname=haskell-mmorph
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Monad morphisms"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:24:21
  Author: foutrelis
Revision: 152234

GHC 7.10.3 rebuild

Modified:
  haskell-mtl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:24:16 UTC (rev 152233)
+++ PKGBUILD2015-12-10 15:24:21 UTC (rev 152234)
@@ -3,7 +3,7 @@
 _hkgname=mtl
 pkgname=haskell-mtl
 pkgver=2.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Monad classes, using functional dependencies"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:30:29
  Author: fyan
Revision: 152267

GHC 7.10.3 rebuild

Modified:
  haskell-memory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:30:19 UTC (rev 152266)
+++ PKGBUILD2015-12-10 15:30:29 UTC (rev 152267)
@@ -5,12 +5,12 @@
 _hkgname=memory
 pkgname=haskell-memory
 pkgver=0.10
-pkgrel=1
+pkgrel=2
 pkgdesc="memory and related abstraction stuff"
 url="https://github.com/vincenthz/hs-memory";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:22:00
  Author: foutrelis
Revision: 152224

GHC 7.10.3 rebuild

Modified:
  haskell-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:21:14 UTC (rev 152223)
+++ PKGBUILD2015-12-10 15:22:00 UTC (rev 152224)
@@ -5,12 +5,12 @@
 _hkgname=tagged
 pkgname=haskell-tagged
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Haskell 98 phantom types to avoid unsafely passing dummy arguments"
 url="http://github.com/ekmett/tagged";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:25:13
  Author: fyan
Revision: 152239

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

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

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

Copied: haskell-digest/repos/community-staging-i686/PKGBUILD (from rev 152238, 
haskell-digest/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:25:13 UTC (rev 152239)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=digest
+pkgname=haskell-digest
+pkgver=0.0.1.2
+pkgrel=2
+pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11')
+
+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 \
+-f-bytestring-in-base
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-digest/repos/community-staging-i686/haskell-digest.install 
(from rev 152238, haskell-digest/trunk/haskell-digest.install)
===
--- community-staging-i686/haskell-digest.install   
(rev 0)
+++ community-staging-i686/haskell-digest.install   2015-12-10 15:25:13 UTC 
(rev 152239)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-digest
+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-digest/repos/community-staging-x86_64/PKGBUILD (from rev 
152238, haskell-digest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:25:13 UTC (rev 152239)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=digest
+pkgname=haskell-digest
+pkgver=0.0.1.2
+pkgrel=2
+pkgdesc="Various cryptographic hashes for bytestrings; CRC32 and Adler32 for 
now."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fe

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:30:38
  Author: fyan
Revision: 152268

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

Added:
  haskell-mmorph/repos/community-staging-i686/
  haskell-mmorph/repos/community-staging-i686/PKGBUILD
(from rev 152265, haskell-mmorph/trunk/PKGBUILD)
  haskell-mmorph/repos/community-staging-i686/haskell-mmorph.install
(from rev 152266, haskell-mmorph/trunk/haskell-mmorph.install)
  haskell-mmorph/repos/community-staging-x86_64/
  haskell-mmorph/repos/community-staging-x86_64/PKGBUILD
(from rev 152266, haskell-mmorph/trunk/PKGBUILD)
  haskell-mmorph/repos/community-staging-x86_64/haskell-mmorph.install
(from rev 152266, haskell-mmorph/trunk/haskell-mmorph.install)

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/haskell-mmorph.install   |   18 +
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/haskell-mmorph.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-mmorph/repos/community-staging-i686/PKGBUILD (from rev 152265, 
haskell-mmorph/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:30:38 UTC (rev 152268)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mmorph
+pkgname=haskell-mmorph
+pkgver=1.0.4
+pkgrel=2
+pkgdesc="Monad morphisms"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('22e3665b4c86bf28cb4e836da91f586294d74d1cf1c18db364dcf568eba7bf4c')
+
+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-mmorph/repos/community-staging-i686/haskell-mmorph.install 
(from rev 152266, haskell-mmorph/trunk/haskell-mmorph.install)
===
--- community-staging-i686/haskell-mmorph.install   
(rev 0)
+++ community-staging-i686/haskell-mmorph.install   2015-12-10 15:30:38 UTC 
(rev 152268)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-mmorph
+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-mmorph/repos/community-staging-x86_64/PKGBUILD (from rev 
152266, haskell-mmorph/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:30:38 UTC (rev 152268)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mmorph
+pkgname=haskell-mmorph
+pkgver=1.0.4
+pkgrel=2
+pkgdesc="Monad morphisms"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('22e3665b4c86bf28cb4e836da91f586294d74d1cf1c18db364dcf568eba7bf4c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/u

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:30:56
  Author: fyan
Revision: 152270

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

Added:
  haskell-memory/repos/community-staging-i686/
  haskell-memory/repos/community-staging-i686/PKGBUILD
(from rev 152267, haskell-memory/trunk/PKGBUILD)
  haskell-memory/repos/community-staging-i686/haskell-memory.install
(from rev 152267, haskell-memory/trunk/haskell-memory.install)
  haskell-memory/repos/community-staging-x86_64/
  haskell-memory/repos/community-staging-x86_64/PKGBUILD
(from rev 152268, haskell-memory/trunk/PKGBUILD)
  haskell-memory/repos/community-staging-x86_64/haskell-memory.install
(from rev 152268, haskell-memory/trunk/haskell-memory.install)

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

Copied: haskell-memory/repos/community-staging-i686/PKGBUILD (from rev 152267, 
haskell-memory/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:30:56 UTC (rev 152270)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=memory
+pkgname=haskell-memory
+pkgver=0.10
+pkgrel=2
+pkgdesc="memory and related abstraction stuff"
+url="https://github.com/vincenthz/hs-memory";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('4fbd6b86424c9513c4315b0e3649d4545400b07045cce5de5930ca25eb4f1af7')
+
+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 \
+-fsupport_deepseq -fsupport_bytestring
+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-memory/repos/community-staging-i686/haskell-memory.install 
(from rev 152267, haskell-memory/trunk/haskell-memory.install)
===
--- community-staging-i686/haskell-memory.install   
(rev 0)
+++ community-staging-i686/haskell-memory.install   2015-12-10 15:30:56 UTC 
(rev 152270)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-memory
+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-memory/repos/community-staging-x86_64/PKGBUILD (from rev 
152268, haskell-memory/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:30:56 UTC (rev 152270)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=memory
+pkgname=haskell-memory
+pkgver=0.10
+pkgrel=2
+pkgdesc="memory and related abstraction stuff"
+url="https://github.com/vincenthz/hs-memory";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('4fbd6b86424c9513c4315b0e3649d4545400b07045cce5de5930ca25eb4f1af7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup 

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:31:02
  Author: foutrelis
Revision: 152271

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

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

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-i686/haskell-hscolour.install   |   18 +
 community-staging-x86_64/PKGBUILD |   40 
 community-staging-x86_64/haskell-hscolour.install |   18 +
 4 files changed, 116 insertions(+)

Copied: haskell-hscolour/repos/community-staging-i686/PKGBUILD (from rev 
152270, haskell-hscolour/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:31:02 UTC (rev 152271)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hscolour
+pkgname=haskell-hscolour
+pkgver=1.23
+pkgrel=2
+pkgdesc="Colourise Haskell code."
+url="http://code.haskell.org/~malcolm/hscolour/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('97167eaecc309eff51317d6e925881bc9f27921bd52692121f0fc5aaee1791b0')
+
+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}"
+}

Copied: haskell-hscolour/repos/community-staging-i686/haskell-hscolour.install 
(from rev 152270, haskell-hscolour/trunk/haskell-hscolour.install)
===
--- community-staging-i686/haskell-hscolour.install 
(rev 0)
+++ community-staging-i686/haskell-hscolour.install 2015-12-10 15:31:02 UTC 
(rev 152271)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hscolour
+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-hscolour/repos/community-staging-x86_64/PKGBUILD (from rev 
152270, haskell-hscolour/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:31:02 UTC (rev 152271)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hscolour
+pkgname=haskell-hscolour
+pkgver=1.23
+pkgrel=2
+pkgdesc="Colourise Haskell code."
+url="http://code.haskell.org/~malcolm/hscolour/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('97167eaecc309eff51317d6e925881bc9f27921bd52692121f0fc5aaee1791b0')
+
+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

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:30:53
  Author: foutrelis
Revision: 152269

GHC 7.10.3 rebuild

Modified:
  haskell-hscolour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:30:38 UTC (rev 152268)
+++ PKGBUILD2015-12-10 15:30:53 UTC (rev 152269)
@@ -5,12 +5,12 @@
 _hkgname=hscolour
 pkgname=haskell-hscolour
 pkgver=1.23
-pkgrel=1
+pkgrel=2
 pkgdesc="Colourise Haskell code."
 url="http://code.haskell.org/~malcolm/hscolour/";
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:32:23
  Author: fyan
Revision: 152280

GHC 7.10.3 rebuild

Modified:
  haskell-refact/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:32:19 UTC (rev 152279)
+++ PKGBUILD2015-12-10 15:32:23 UTC (rev 152280)
@@ -5,12 +5,12 @@
 _hkgname=refact
 pkgname=haskell-refact
 pkgver=0.3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Specify refactorings to perform with apply-refact"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:31:41
  Author: foutrelis
Revision: 152274

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

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

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/haskell-hourglass.install   |   18 
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/haskell-hourglass.install |   18 
 4 files changed, 120 insertions(+)

Copied: haskell-hourglass/repos/community-staging-i686/PKGBUILD (from rev 
152273, haskell-hourglass/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:31:41 UTC (rev 152274)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hourglass
+pkgname=haskell-hourglass
+pkgver=0.2.9
+pkgrel=2
+pkgdesc="simple performant time related library"
+url="https://github.com/vincenthz/hs-hourglass";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('9b54f163a1ecad98fbd14cb9737c28001b2648106d98cbd68fb2f5cfed090af6')
+
+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-hourglass/repos/community-staging-i686/haskell-hourglass.install (from 
rev 152273, haskell-hourglass/trunk/haskell-hourglass.install)
===
--- community-staging-i686/haskell-hourglass.install
(rev 0)
+++ community-staging-i686/haskell-hourglass.install2015-12-10 15:31:41 UTC 
(rev 152274)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hourglass
+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-hourglass/repos/community-staging-x86_64/PKGBUILD (from rev 
152273, haskell-hourglass/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:31:41 UTC (rev 152274)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hourglass
+pkgname=haskell-hourglass
+pkgver=0.2.9
+pkgrel=2
+pkgdesc="simple performant time related library"
+url="https://github.com/vincenthz/hs-hourglass";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('9b54f163a1ecad98fbd14cb9737c28001b2648106d98cbd68fb2f5cfed090af6')
+
+build() {
+cd "${srcdir}

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:31:34
  Author: foutrelis
Revision: 152273

GHC 7.10.3 rebuild

Modified:
  haskell-hourglass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:31:33 UTC (rev 152272)
+++ PKGBUILD2015-12-10 15:31:34 UTC (rev 152273)
@@ -5,12 +5,12 @@
 _hkgname=hourglass
 pkgname=haskell-hourglass
 pkgver=0.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="simple performant time related library"
 url="https://github.com/vincenthz/hs-hourglass";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:31:33
  Author: foutrelis
Revision: 152272

GHC 7.10.3 rebuild

Modified:
  haskell-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:31:02 UTC (rev 152271)
+++ PKGBUILD2015-12-10 15:31:33 UTC (rev 152272)
@@ -7,12 +7,12 @@
 pkgver=0.7.1.2
 _hkgname=dlist
 _licensefile=LICENSE
-pkgrel=1
+pkgrel=2
 pkgdesc="Differences lists"
 url="https://hackage.haskell.org/package/dlist";
 license=('BSD')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.2')
+depends=('ghc=7.10.3')
 options=('strip')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('332d21f16fd30d2534b6ab96c98830a14266d8f368cff21f6a47469fb3493783')


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:32:26
  Author: fyan
Revision: 152281

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

Added:
  haskell-stm/repos/community-staging-i686/
  haskell-stm/repos/community-staging-i686/PKGBUILD
(from rev 152276, haskell-stm/trunk/PKGBUILD)
  haskell-stm/repos/community-staging-i686/haskell-stm.install
(from rev 152276, haskell-stm/trunk/haskell-stm.install)
  haskell-stm/repos/community-staging-x86_64/
  haskell-stm/repos/community-staging-x86_64/PKGBUILD
(from rev 152277, haskell-stm/trunk/PKGBUILD)
  haskell-stm/repos/community-staging-x86_64/haskell-stm.install
(from rev 152277, haskell-stm/trunk/haskell-stm.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-stm.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-stm.install |   18 +++
 4 files changed, 112 insertions(+)

Copied: haskell-stm/repos/community-staging-i686/PKGBUILD (from rev 152276, 
haskell-stm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:32:26 UTC (rev 152281)
@@ -0,0 +1,38 @@
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.5
+_hkgname=stm
+pkgname=haskell-stm
+pkgver=2.4.4
+pkgrel=5
+pkgdesc="A modular composable concurrency abstraction."
+url="http://hackage.haskell.org/package/stm";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+options=('staticlibs')
+md5sums=('3acbbfc1e95d0939728f12673bdd2bae')
+
+build() {
+cd ${srcdir}/${_hkgname}-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+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-stm/repos/community-staging-i686/haskell-stm.install (from rev 
152276, haskell-stm/trunk/haskell-stm.install)
===
--- community-staging-i686/haskell-stm.install  (rev 0)
+++ community-staging-i686/haskell-stm.install  2015-12-10 15:32:26 UTC (rev 
152281)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-stm
+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-stm/repos/community-staging-x86_64/PKGBUILD (from rev 152277, 
haskell-stm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:32:26 UTC (rev 152281)
@@ -0,0 +1,38 @@
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+# Package generated by cabal2arch 0.7.5
+_hkgname=stm
+pkgname=haskell-stm
+pkgver=2.4.4
+pkgrel=5
+pkgdesc="A modular composable concurrency abstraction."
+url="http://hackage.haskell.org/package/stm";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+options=('staticlibs')
+md5sums=('3acbbfc1e95d0939728f12673bdd2bae')
+
+build() {
+cd ${srcdir}/${_hkgname}-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+ru

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:32:10
  Author: foutrelis
Revision: 152277

GHC 7.10.3 rebuild

Modified:
  haskell-silently/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:31:58 UTC (rev 152276)
+++ PKGBUILD2015-12-10 15:32:10 UTC (rev 152277)
@@ -5,12 +5,12 @@
 _hkgname=silently
 pkgname=haskell-silently
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Prevent or capture writing to stdout and other handles."
 url="https://github.com/hspec/silently";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Sergej Pupykin
Date: Thursday, December 10, 2015 @ 16:32:19
  Author: spupykin
Revision: 152279

upgpkg: ejabberd 15.11-1

upd

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:32:17 UTC (rev 152278)
+++ PKGBUILD2015-12-10 15:32:19 UTC (rev 152279)
@@ -13,8 +13,8 @@
 #
 
 pkgname=ejabberd
-pkgver=15.10
-pkgrel=2
+pkgver=15.11
+pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64' 'i686')
 url="http://www.ejabberd.im/";
@@ -59,7 +59,7 @@
"ejabberd.service"
"sysuser.conf"
"deps-build-fix.patch")
-md5sums=('0033e3b8fa8ab5d341893cecb6818cd5'
+md5sums=('6e24541cc1526d1eee59c238c77c19c1'
  'SKIP'
  'SKIP'
  'SKIP'


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:32:17
  Author: foutrelis
Revision: 152278

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

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

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/haskell-silently.install   |   18 
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/haskell-silently.install |   18 
 4 files changed, 120 insertions(+)

Copied: haskell-silently/repos/community-staging-i686/PKGBUILD (from rev 
152277, haskell-silently/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:32:17 UTC (rev 152278)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=silently
+pkgname=haskell-silently
+pkgver=1.2.5
+pkgrel=2
+pkgdesc="Prevent or capture writing to stdout and other handles."
+url="https://github.com/hspec/silently";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('cef625635053a46032ca53b43d311921875a437910b6568ded17027fdca83839')
+
+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-silently/repos/community-staging-i686/haskell-silently.install 
(from rev 152277, haskell-silently/trunk/haskell-silently.install)
===
--- community-staging-i686/haskell-silently.install 
(rev 0)
+++ community-staging-i686/haskell-silently.install 2015-12-10 15:32:17 UTC 
(rev 152278)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-silently
+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-silently/repos/community-staging-x86_64/PKGBUILD (from rev 
152277, haskell-silently/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:32:17 UTC (rev 152278)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=silently
+pkgname=haskell-silently
+pkgver=1.2.5
+pkgrel=2
+pkgdesc="Prevent or capture writing to stdout and other handles."
+url="https://github.com/hspec/silently";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('cef625635053a46032ca53b43d311921875a437910b6568ded17027fdca83839')
+
+build() {
+cd "${srcdir}/${_hkgname}-

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:31:45
  Author: foutrelis
Revision: 152275

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

Added:
  haskell-dlist/repos/community-staging-i686/
  haskell-dlist/repos/community-staging-i686/PKGBUILD
(from rev 152273, haskell-dlist/trunk/PKGBUILD)
  haskell-dlist/repos/community-staging-i686/haskell-dlist.install
(from rev 152273, haskell-dlist/trunk/haskell-dlist.install)
  haskell-dlist/repos/community-staging-x86_64/
  haskell-dlist/repos/community-staging-x86_64/PKGBUILD
(from rev 152273, haskell-dlist/trunk/PKGBUILD)
  haskell-dlist/repos/community-staging-x86_64/haskell-dlist.install
(from rev 152274, haskell-dlist/trunk/haskell-dlist.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-dlist.install   |   26 +
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-dlist.install |   26 +
 4 files changed, 140 insertions(+)

Copied: haskell-dlist/repos/community-staging-i686/PKGBUILD (from rev 152273, 
haskell-dlist/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:31:45 UTC (rev 152275)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Don Stewart 
+# Contributor: Lex Black 
+
+pkgname=haskell-dlist
+pkgver=0.7.1.2
+_hkgname=dlist
+_licensefile=LICENSE
+pkgrel=2
+pkgdesc="Differences lists"
+url="https://hackage.haskell.org/package/dlist";
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3')
+options=('strip')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('332d21f16fd30d2534b6ab96c98830a14266d8f368cff21f6a47469fb3493783')
+install="${pkgname}.install"
+options=('staticlibs')
+
+build() {
+cd ${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${_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 ${_licensefile} 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/${_licensefile}
+}

Copied: haskell-dlist/repos/community-staging-i686/haskell-dlist.install (from 
rev 152273, haskell-dlist/trunk/haskell-dlist.install)
===
--- community-staging-i686/haskell-dlist.install
(rev 0)
+++ community-staging-i686/haskell-dlist.install2015-12-10 15:31:45 UTC 
(rev 152275)
@@ -0,0 +1,26 @@
+# custom variables
+pkgname=haskell-dlist
+HS_DIR=/usr/share/haskell/${pkgname}
+
+# functions
+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-dlist/repos/community-staging-x86_64/PKGBUILD (from rev 152273, 
haskell-dlist/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:31:45 UTC (rev 152275)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Don Stewart 
+# Contributor: Lex Black 
+
+pkgname=haskell-dlist
+pkgver=0.7.1.2
+_hkgname=dlist
+_licensefile=LICENSE
+pkgrel=2
+pkgdesc="Differences lists"
+url="https://hackage.haskell.org/package/dlist";
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3')
+options=('strip')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('332d21f16fd30d2534b6ab96c98830a14266d8f368cff21f6a47469fb3493783')
+install="${pkgname}.install"
+options=('staticlibs')
+
+build() {
+cd ${_hkgname}-${

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:32:50
  Author: fyan
Revision: 152282

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

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

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/haskell-refact.install   |   18 +
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/haskell-refact.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-refact/repos/community-staging-i686/PKGBUILD (from rev 152281, 
haskell-refact/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:32:50 UTC (rev 152282)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=refact
+pkgname=haskell-refact
+pkgver=0.3.0.2
+pkgrel=2
+pkgdesc="Specify refactorings to perform with apply-refact"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('0ad029727797c8ca5d179c7abf1bfc135d86a7d72cf93785ee12ad243aeb1f6c')
+
+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-refact/repos/community-staging-i686/haskell-refact.install 
(from rev 152281, haskell-refact/trunk/haskell-refact.install)
===
--- community-staging-i686/haskell-refact.install   
(rev 0)
+++ community-staging-i686/haskell-refact.install   2015-12-10 15:32:50 UTC 
(rev 152282)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-refact
+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-refact/repos/community-staging-x86_64/PKGBUILD (from rev 
152281, haskell-refact/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:32:50 UTC (rev 152282)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=refact
+pkgname=haskell-refact
+pkgver=0.3.0.2
+pkgrel=2
+pkgdesc="Specify refactorings to perform with apply-refact"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('0ad029727797c8ca5d179c7abf1bfc135d86a7d72cf93785ee12ad243aeb1f6c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup config

[arch-commits] Commit in gcc-docs/repos/community-any (PKGBUILD PKGBUILD)

2015-12-10 Thread Sergej Pupykin
Date: Thursday, December 10, 2015 @ 16:33:18
  Author: spupykin
Revision: 152286

archrelease: copy trunk to community-any

Added:
  gcc-docs/repos/community-any/PKGBUILD
(from rev 152284, gcc-docs/trunk/PKGBUILD)
Deleted:
  gcc-docs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-10 15:33:17 UTC (rev 152285)
+++ PKGBUILD2015-12-10 15:33:18 UTC (rev 152286)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Hilton Medeiros 
-# Contributor: Andrea Scarpino 
-
-pkgname=gcc-docs
-pkgver=5.2.0
-pkgrel=1
-pkgdesc="Set of HTML documentation for GCC"
-arch=('any')
-url="http://gcc.gnu.org";
-license=('GPL')
-depends=()
-options=('docs' '!strip')
-source=("$pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz";)
-md5sums=('1a362c187231db97dc4be42bc1e1f1ec')
-
-package() {
-  cd "$srcdir/gcc"
-  install -d "$pkgdir/usr/share/doc/gcc"
-  cp -rf * "$pkgdir/usr/share/doc/gcc"
-}

Copied: gcc-docs/repos/community-any/PKGBUILD (from rev 152284, 
gcc-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-10 15:33:18 UTC (rev 152286)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Hilton Medeiros 
+# Contributor: Andrea Scarpino 
+
+pkgname=gcc-docs
+pkgver=5.3.0
+pkgrel=1
+pkgdesc="Set of HTML documentation for GCC"
+arch=('any')
+url="http://gcc.gnu.org";
+license=('GPL')
+depends=()
+options=('docs' '!strip')
+source=("$pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz";)
+md5sums=('680d29b753b1d8ebac363769421f44f2')
+
+package() {
+  cd "$srcdir/gcc"
+  install -d "$pkgdir/usr/share/doc/gcc"
+  cp -rf * "$pkgdir/usr/share/doc/gcc"
+}


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:33:17
  Author: foutrelis
Revision: 152285

GHC 7.10.3 rebuild

Modified:
  haskell-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:33:08 UTC (rev 152284)
+++ PKGBUILD2015-12-10 15:33:17 UTC (rev 152285)
@@ -3,13 +3,13 @@
 _hkgname=random
 pkgname=haskell-random
 pkgver=1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="random number library"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.10.2' 'sh')
+depends=('ghc=7.10.3' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
 md5sums=('474f10b9389b316e4472b71d20298993')


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:33:26
  Author: foutrelis
Revision: 152287

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

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

-+
 community-staging-i686/PKGBUILD |   50 ++
 community-staging-i686/haskell-random.install   |   35 +++
 community-staging-x86_64/PKGBUILD   |   50 ++
 community-staging-x86_64/haskell-random.install |   35 +++
 4 files changed, 170 insertions(+)

Copied: haskell-random/repos/community-staging-i686/PKGBUILD (from rev 152286, 
haskell-random/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:33:26 UTC (rev 152287)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.1
+pkgrel=5
+pkgdesc="random number library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.3' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('474f10b9389b316e4472b71d20298993')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${_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-random/repos/community-staging-i686/haskell-random.install 
(from rev 152286, haskell-random/trunk/haskell-random.install)
===
--- community-staging-i686/haskell-random.install   
(rev 0)
+++ community-staging-i686/haskell-random.install   2015-12-10 15:33:26 UTC 
(rev 152287)
@@ -0,0 +1,35 @@
+pkgname=haskell-random
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-random/repos/community-staging-x86_64/PKGBUILD (from rev 
152286, haskell-random/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:33:26 UTC (rev 152287)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.1
+pkgrel=5
+pkgdesc="random number library"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.3' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('474f10b9389b316e4472b71d20298993')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup r

[arch-commits] Commit in gcc-docs/trunk (PKGBUILD)

2015-12-10 Thread Sergej Pupykin
Date: Thursday, December 10, 2015 @ 16:33:08
  Author: spupykin
Revision: 152284

upgpkg: gcc-docs 5.3.0-1

upd

Modified:
  gcc-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:33:01 UTC (rev 152283)
+++ PKGBUILD2015-12-10 15:33:08 UTC (rev 152284)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=gcc-docs
-pkgver=5.2.0
+pkgver=5.3.0
 pkgrel=1
 pkgdesc="Set of HTML documentation for GCC"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=()
 options=('docs' '!strip')
 
source=("$pkgname-$pkgver.tar.gz::http://gcc.gnu.org/onlinedocs/gcc-${pkgver}/gcc-html.tar.gz";)
-md5sums=('1a362c187231db97dc4be42bc1e1f1ec')
+md5sums=('680d29b753b1d8ebac363769421f44f2')
 
 package() {
   cd "$srcdir/gcc"


[arch-commits] Commit in ejabberd/repos (24 files)

2015-12-10 Thread Sergej Pupykin
Date: Thursday, December 10, 2015 @ 16:33:01
  Author: spupykin
Revision: 152283

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 152281, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/deps-build-fix.patch
(from rev 152282, ejabberd/trunk/deps-build-fix.patch)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 152282, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 152282, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 152282, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-i686/sysuser.conf
(from rev 152282, ejabberd/trunk/sysuser.conf)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 152281, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/deps-build-fix.patch
(from rev 152281, ejabberd/trunk/deps-build-fix.patch)
  ejabberd/repos/community-x86_64/ejabberd.install
(from rev 152281, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 152281, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 152281, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 152281, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/deps-build-fix.patch
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-i686/sysuser.conf
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/deps-build-fix.patch
  ejabberd/repos/community-x86_64/ejabberd.install
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service
  ejabberd/repos/community-x86_64/sysuser.conf

---+
 /PKGBUILD |  282 
 /deps-build-fix.patch |  114 
 /ejabberd.install |   42 
 /ejabberd.logrotate   |   24 ++
 /ejabberd.service |   28 +++
 /sysuser.conf |6 
 community-i686/PKGBUILD   |  141 
 community-i686/deps-build-fix.patch   |   57 --
 community-i686/ejabberd.install   |   21 --
 community-i686/ejabberd.logrotate |   12 -
 community-i686/ejabberd.service   |   14 -
 community-i686/sysuser.conf   |3 
 community-x86_64/PKGBUILD |  141 
 community-x86_64/deps-build-fix.patch |   57 --
 community-x86_64/ejabberd.install |   21 --
 community-x86_64/ejabberd.logrotate   |   12 -
 community-x86_64/ejabberd.service |   14 -
 community-x86_64/sysuser.conf |3 
 18 files changed, 496 insertions(+), 496 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 152282:152283 to see the changes.


[arch-commits] Commit in haskell-data-default-class/repos (6 files)

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:28:46
  Author: fyan
Revision: 152256

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

Added:
  haskell-data-default-class/repos/community-staging-i686/
  haskell-data-default-class/repos/community-staging-i686/PKGBUILD
(from rev 152254, haskell-data-default-class/trunk/PKGBUILD)
  
haskell-data-default-class/repos/community-staging-i686/haskell-data-default-class.install
(from rev 152254, 
haskell-data-default-class/trunk/haskell-data-default-class.install)
  haskell-data-default-class/repos/community-staging-x86_64/
  haskell-data-default-class/repos/community-staging-x86_64/PKGBUILD
(from rev 152255, haskell-data-default-class/trunk/PKGBUILD)
  
haskell-data-default-class/repos/community-staging-x86_64/haskell-data-default-class.install
(from rev 152255, 
haskell-data-default-class/trunk/haskell-data-default-class.install)

-+
 community-staging-i686/PKGBUILD |   38 ++
 community-staging-i686/haskell-data-default-class.install   |   18 
 community-staging-x86_64/PKGBUILD   |   38 ++
 community-staging-x86_64/haskell-data-default-class.install |   18 
 4 files changed, 112 insertions(+)

Copied: haskell-data-default-class/repos/community-staging-i686/PKGBUILD (from 
rev 152254, haskell-data-default-class/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 15:28:46 UTC (rev 152256)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=data-default-class
+pkgname=haskell-data-default-class
+pkgver=0.0.1
+pkgrel=10
+pkgdesc="A class for types with a default value"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.3')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('abfd756bcc6d92e47436992c80ccdb80')
+options=('staticlibs')
+
+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 -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock
+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-data-default-class/repos/community-staging-i686/haskell-data-default-class.install
 (from rev 152254, 
haskell-data-default-class/trunk/haskell-data-default-class.install)
===
--- community-staging-i686/haskell-data-default-class.install   
(rev 0)
+++ community-staging-i686/haskell-data-default-class.install   2015-12-10 
15:28:46 UTC (rev 152256)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-data-default-class
+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-data-default-class/repos/community-staging-x86_64/PKGBUILD 
(from rev 152255, haskell-data-default-class/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 15:28:46 UTC (rev 152256)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=data-default-class
+pkgname=haskell-data-default-class
+pkgver=0.0.1
+pkgrel=10
+pkgdesc="A class for types with a default value"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.3')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:28:28
  Author: fyan
Revision: 152255

GHC 7.10.3 rebuild

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:28:16 UTC (rev 152254)
+++ PKGBUILD2015-12-10 15:28:28 UTC (rev 152255)
@@ -2,13 +2,13 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=6
+pkgrel=7
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.10.2')
+depends=('ghc=7.10.3')
 options=('strip')
 
source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:31:58
  Author: fyan
Revision: 152276

GHC 7.10.3 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:31:45 UTC (rev 152275)
+++ PKGBUILD2015-12-10 15:31:58 UTC (rev 152276)
@@ -4,12 +4,12 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A modular composable concurrency abstraction."
 url="http://hackage.haskell.org/package/stm";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'sh')
+depends=('ghc=7.10.3' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
 options=('staticlibs')


[arch-commits] Commit in wiredtiger/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:44:28
  Author: fyan
Revision: 152289

archrelease: copy trunk to community-x86_64

Added:
  wiredtiger/repos/community-x86_64/PKGBUILD
(from rev 152288, wiredtiger/trunk/PKGBUILD)
Deleted:
  wiredtiger/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   69 ++---
 1 file changed, 39 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-10 15:44:04 UTC (rev 152288)
+++ PKGBUILD2015-12-10 15:44:28 UTC (rev 152289)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stefan Husmann 
-
-pkgname=wiredtiger
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="High performance, scalable, production quality, NoSQL, Open Source 
extensible platform for data management"
-arch=('x86_64')
-url="http://source.wiredtiger.com/";
-license=('GPL')
-depends=('leveldb' 'lz4' 'zlib')
-makedepends=('git')
-provides=('wiredtiger')
-conflicts=('wiredtiger')
-source=("git://github.com/wiredtiger/wiredtiger.git#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir/wiredtiger"
-  
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-leveldb --enable-snappy --enable-lz4 
--enable-zlib
-  make
-}
-
-package() {
-  cd "$srcdir/wiredtiger"
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiredtiger/repos/community-x86_64/PKGBUILD (from rev 152288, 
wiredtiger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-10 15:44:28 UTC (rev 152289)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stefan Husmann 
+
+pkgname=wiredtiger
+pkgver=2.7.0
+pkgrel=2
+pkgdesc="High performance, scalable, production quality, NoSQL, Open Source 
extensible platform for data management"
+arch=('x86_64')
+url="http://source.wiredtiger.com/";
+license=('GPL')
+depends=('snappy' 'lz4' 'zlib' 'bzip2')
+makedepends=('git')
+provides=('wiredtiger')
+conflicts=('wiredtiger')
+source=("git://github.com/wiredtiger/wiredtiger.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/wiredtiger"
+  
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-leveldb \
+  --enable-bzip2 \
+  --enable-lz4 \
+  --with-builtins=snappy,zlib
+  make
+}
+
+check() {
+  cd "$srcdir/wiredtiger"
+  make test
+}
+
+package() {
+  cd "$srcdir/wiredtiger"
+  make DESTDIR="$pkgdir/" install
+}


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:44:04
  Author: fyan
Revision: 152288

upgpkg: wiredtiger 2.7.0-2

enable bzip2 and make snappy/zlib builtins

Modified:
  wiredtiger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:33:26 UTC (rev 152287)
+++ PKGBUILD2015-12-10 15:44:04 UTC (rev 152288)
@@ -4,12 +4,12 @@
 
 pkgname=wiredtiger
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="High performance, scalable, production quality, NoSQL, Open Source 
extensible platform for data management"
 arch=('x86_64')
 url="http://source.wiredtiger.com/";
 license=('GPL')
-depends=('leveldb' 'lz4' 'zlib')
+depends=('snappy' 'lz4' 'zlib' 'bzip2')
 makedepends=('git')
 provides=('wiredtiger')
 conflicts=('wiredtiger')
@@ -20,10 +20,19 @@
   cd "$srcdir/wiredtiger"
   
   ./autogen.sh
-  ./configure --prefix=/usr --enable-leveldb --enable-snappy --enable-lz4 
--enable-zlib
+  ./configure --prefix=/usr \
+  --enable-leveldb \
+  --enable-bzip2 \
+  --enable-lz4 \
+  --with-builtins=snappy,zlib
   make
 }
 
+check() {
+  cd "$srcdir/wiredtiger"
+  make test
+}
+
 package() {
   cd "$srcdir/wiredtiger"
   make DESTDIR="$pkgdir/" install


[arch-commits] Commit in diffoscope/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-12-10 Thread Levente Polyak
Date: Thursday, December 10, 2015 @ 17:03:28
  Author: anthraxx
Revision: 152291

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 152290, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  128 +++--
 1 file changed, 67 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-10 16:03:23 UTC (rev 152290)
+++ PKGBUILD2015-12-10 16:03:28 UTC (rev 152291)
@@ -1,61 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=40
-pkgrel=2
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'bzip2: bzip2 utilities support'
-  'cdrkit: ISO utilities support'
-  'cpio: cpio archive support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'gnupg: GNU privacy guard support'
-  'mono-tools: mono utilities support'
-  'poppler: PDF utilities support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-  'vim: Vi IMproved (xxd) utilities support'
-  'xz: XZ and LZMA utilities support'
-)
-checkdepends=(
-  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'e2fsprogs' 'fpc' 
'java-environment' 'fontforge' 'gettext' 'ghc' 'gnupg'
-  'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'unzip' 'gzip' 'tar' 'vim' 
'xz')
-source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('b40e042769cc87056bdde5306c8630043995c16bd4f5b28a51eba3fd08c06f4975ff82b4b19c9fd7b203c5fa7d541ba69c734c787bdae09f0bf35facc376f533')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" py.test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 152290, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-10 16:03:28 UTC (rev 152291)
@@ -0,0 +1,67 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=40
+pkgrel=3
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools')
+optdepends=(
+  'acl: access control list utilities support'
+  'binutils: binary utilities support'
+  'bzip2: bzip2 utilities support'
+  'cdrkit: ISO utilities support'
+  'cpio: cpio archive support'
+  'e2fsprogs: Ext2/3/4 filesystem utilities support'
+  'fpc: Free Pascal utilities support'
+  'java-environment: java utilities support'
+  'fontforge: bitmap font utilities support'
+  'gettext: GNU internationalization utilities support'
+  'ghc: haskell utilities support'
+  'gnupg: GNU privacy guard support'
+  'mono-tools: mono utilities support'
+  'poppler: PDF utilities support'
+  'sqlite: SQLite support'
+  'squashfs-tools: squashfs filesystem support'
+  'unzip: zip utilities support'
+  'gzip: gzip utilities support'
+  'tar: tar utilities support'
+  'vim: Vi IMproved (xxd) utilities support'
+  'xz: XZ and LZMA utilities support'
+)
+checkdepends=(
+  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'e2fsprogs' 
'java-environment' 'fontforge' 'gettext' 'ghc' 'gnupg'
+  'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'unzip' 'gzip' 'tar' 'vim' 
'xz')
+source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz
+
ppu.patch::https://anonscm.debian.org/cgit/reproducible/diffoscope.git/patch/?id=5460a95556701712deb0fe5423344d5cd797ae5a
+
fix-import.patch::https://anonscm.debian.org/cgit/reproducible/diffoscope.git/patch/?id=939b4b06b96ef6cfb910517070bda690f45f2cd3)
+sha512sums=('b40e042769cc87056bdde5306c8630043995c16bd4f5b28a51eba3fd08c06f4975ff82b4b19c9fd7b203c5fa7d541ba69c734c787bdae09f0bf35facc376f533'
+
'ba72fa3d46619ee2b36dff9e033a12bbd8e85dfd659

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

2015-12-10 Thread Levente Polyak
Date: Thursday, December 10, 2015 @ 17:03:23
  Author: anthraxx
Revision: 152290

upgpkg: diffoscope 40-3

fixing fpc ppu tests 40-3

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:44:28 UTC (rev 152289)
+++ PKGBUILD2015-12-10 16:03:23 UTC (rev 152290)
@@ -2,7 +2,7 @@
 
 pkgname=diffoscope
 pkgver=40
-pkgrel=2
+pkgrel=3
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
@@ -32,14 +32,20 @@
   'xz: XZ and LZMA utilities support'
 )
 checkdepends=(
-  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'e2fsprogs' 'fpc' 
'java-environment' 'fontforge' 'gettext' 'ghc' 'gnupg'
+  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'e2fsprogs' 
'java-environment' 'fontforge' 'gettext' 'ghc' 'gnupg'
   'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'unzip' 'gzip' 'tar' 'vim' 
'xz')
-source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('b40e042769cc87056bdde5306c8630043995c16bd4f5b28a51eba3fd08c06f4975ff82b4b19c9fd7b203c5fa7d541ba69c734c787bdae09f0bf35facc376f533')
+source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz
+
ppu.patch::https://anonscm.debian.org/cgit/reproducible/diffoscope.git/patch/?id=5460a95556701712deb0fe5423344d5cd797ae5a
+
fix-import.patch::https://anonscm.debian.org/cgit/reproducible/diffoscope.git/patch/?id=939b4b06b96ef6cfb910517070bda690f45f2cd3)
+sha512sums=('b40e042769cc87056bdde5306c8630043995c16bd4f5b28a51eba3fd08c06f4975ff82b4b19c9fd7b203c5fa7d541ba69c734c787bdae09f0bf35facc376f533'
+
'ba72fa3d46619ee2b36dff9e033a12bbd8e85dfd6599c9e5dc99180b004050eefc1760952ef906e0eef8ec321873b6dfcc2ae0a5047548cb209c76090f7ba9d8'
+
'4d5ba2b0f9e6088ee6cf8fea5f2517dca31b1222b267e2e34418b8bc22b9bb478fa5517044e40f53972a62b9f48bf469d03cfd86a6481bab51b0545b2b38045a')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   sed '/python-magic/d' -i setup.py
+  patch -p1 < "${srcdir}/ppu.patch"
+  patch -p1 < "${srcdir}/fix-import.patch"
 }
 
 build() {


[arch-commits] Commit in diffoscope/repos (2 files)

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:09:12
  Author: fyan
Revision: 152293

archrelease: copy trunk to community-staging-x86_64

Added:
  diffoscope/repos/community-staging-x86_64/
  diffoscope/repos/community-staging-x86_64/PKGBUILD
(from rev 152292, diffoscope/trunk/PKGBUILD)

--+
 PKGBUILD |   67 +
 1 file changed, 67 insertions(+)

Copied: diffoscope/repos/community-staging-x86_64/PKGBUILD (from rev 152292, 
diffoscope/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:09:12 UTC (rev 152293)
@@ -0,0 +1,67 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=40
+pkgrel=4
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools')
+optdepends=(
+  'acl: access control list utilities support'
+  'binutils: binary utilities support'
+  'bzip2: bzip2 utilities support'
+  'cdrkit: ISO utilities support'
+  'cpio: cpio archive support'
+  'e2fsprogs: Ext2/3/4 filesystem utilities support'
+  'fpc: Free Pascal utilities support'
+  'java-environment: java utilities support'
+  'fontforge: bitmap font utilities support'
+  'gettext: GNU internationalization utilities support'
+  'ghc: haskell utilities support'
+  'gnupg: GNU privacy guard support'
+  'mono-tools: mono utilities support'
+  'poppler: PDF utilities support'
+  'sqlite: SQLite support'
+  'squashfs-tools: squashfs filesystem support'
+  'unzip: zip utilities support'
+  'gzip: gzip utilities support'
+  'tar: tar utilities support'
+  'vim: Vi IMproved (xxd) utilities support'
+  'xz: XZ and LZMA utilities support'
+)
+checkdepends=(
+  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'e2fsprogs' 
'java-environment' 'fontforge' 'gettext' 'ghc' 'gnupg'
+  'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'unzip' 'gzip' 'tar' 'vim' 
'xz')
+source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz
+
ppu.patch::https://anonscm.debian.org/cgit/reproducible/diffoscope.git/patch/?id=5460a95556701712deb0fe5423344d5cd797ae5a
+
fix-import.patch::https://anonscm.debian.org/cgit/reproducible/diffoscope.git/patch/?id=939b4b06b96ef6cfb910517070bda690f45f2cd3)
+sha512sums=('b40e042769cc87056bdde5306c8630043995c16bd4f5b28a51eba3fd08c06f4975ff82b4b19c9fd7b203c5fa7d541ba69c734c787bdae09f0bf35facc376f533'
+
'ba72fa3d46619ee2b36dff9e033a12bbd8e85dfd6599c9e5dc99180b004050eefc1760952ef906e0eef8ec321873b6dfcc2ae0a5047548cb209c76090f7ba9d8'
+
'4d5ba2b0f9e6088ee6cf8fea5f2517dca31b1222b267e2e34418b8bc22b9bb478fa5517044e40f53972a62b9f48bf469d03cfd86a6481bab51b0545b2b38045a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed '/python-magic/d' -i setup.py
+  patch -p1 < "${srcdir}/ppu.patch"
+  patch -p1 < "${srcdir}/fix-import.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  PYTHONPATH=".:${PYTHONPATH}" py.test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

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

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

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

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/haskell-ifelse.install   |   18 +
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/haskell-ifelse.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-ifelse/repos/community-staging-i686/PKGBUILD (from rev 152294, 
haskell-ifelse/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:10:19 UTC (rev 152295)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=IfElse
+pkgname=haskell-ifelse
+pkgver=0.85
+pkgrel=2
+pkgdesc="Anaphoric and miscellaneous useful control-flow"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-mtl")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('8ad3bfc3e2c867e6330d9bff874b3105476c35b2e1638fd448f233e9f80addcd')
+
+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-ifelse/repos/community-staging-i686/haskell-ifelse.install 
(from rev 152294, haskell-ifelse/trunk/haskell-ifelse.install)
===
--- community-staging-i686/haskell-ifelse.install   
(rev 0)
+++ community-staging-i686/haskell-ifelse.install   2015-12-10 16:10:19 UTC 
(rev 152295)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-ifelse
+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-ifelse/repos/community-staging-x86_64/PKGBUILD (from rev 
152294, haskell-ifelse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:10:19 UTC (rev 152295)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=IfElse
+pkgname=haskell-ifelse
+pkgver=0.85
+pkgrel=2
+pkgdesc="Anaphoric and miscellaneous useful control-flow"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-mtl")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('8ad3bfc3e2c867e6330d9bff874b3105476c35b2e1638fd448f233e9f80addcd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:08:56
  Author: fyan
Revision: 152292

GHC 7.10.3 rebuild

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:03:28 UTC (rev 152291)
+++ PKGBUILD2015-12-10 16:08:56 UTC (rev 152292)
@@ -2,7 +2,7 @@
 
 pkgname=diffoscope
 pkgver=40
-pkgrel=3
+pkgrel=4
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:11:37
  Author: foutrelis
Revision: 152301

GHC 7.10.3 rebuild

Modified:
  haskell-xml-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:11:20 UTC (rev 152300)
+++ PKGBUILD2015-12-10 16:11:37 UTC (rev 152301)
@@ -5,12 +5,12 @@
 _hkgname=xml-types
 pkgname=haskell-xml-types
 pkgver=0.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Basic types for representing XML"
 url="https://john-millikin.com/software/haskell-xml/";
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-text")
+depends=("ghc=7.10.3" "haskell-text")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

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

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

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

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

Copied: haskell-json/repos/community-staging-i686/PKGBUILD (from rev 152300, 
haskell-json/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:11:45 UTC (rev 152303)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=json
+pkgname=haskell-json
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="Support for serialising Haskell to and from JSON"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-mtl" "haskell-syb" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('96b57e4d167e45dc80aeff872a922ae9cdb953a1ded29ebbb51019b68f0085a2')
+
+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 \
+-f-mapdict -fgeneric -fpretty -f-parsec -fsplit-base
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-json/repos/community-staging-i686/haskell-json.install (from 
rev 152300, haskell-json/trunk/haskell-json.install)
===
--- community-staging-i686/haskell-json.install (rev 0)
+++ community-staging-i686/haskell-json.install 2015-12-10 16:11:45 UTC (rev 
152303)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-json
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-json/repos/community-staging-x86_64/PKGBUILD (from rev 152300, 
haskell-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:11:45 UTC (rev 152303)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=json
+pkgname=haskell-json
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="Support for serialising Haskell to and from JSON"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-mtl" "haskell-syb" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('96b57e4d167e45dc80aeff872a922ae9cdb953a1ded29ebbb51019b68f0085a2')
+
+build() {
+  

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:10:11
  Author: foutrelis
Revision: 152294

GHC 7.10.3 rebuild

Modified:
  haskell-ifelse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:09:12 UTC (rev 152293)
+++ PKGBUILD2015-12-10 16:10:11 UTC (rev 152294)
@@ -5,12 +5,12 @@
 _hkgname=IfElse
 pkgname=haskell-ifelse
 pkgver=0.85
-pkgrel=1
+pkgrel=2
 pkgdesc="Anaphoric and miscellaneous useful control-flow"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-mtl")
+depends=("ghc=7.10.3" "haskell-mtl")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

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

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

Added:
  haskell-pem/repos/community-staging-i686/
  haskell-pem/repos/community-staging-i686/PKGBUILD
(from rev 152297, haskell-pem/trunk/PKGBUILD)
  haskell-pem/repos/community-staging-i686/haskell-pem.install
(from rev 152298, haskell-pem/trunk/haskell-pem.install)
  haskell-pem/repos/community-staging-x86_64/
  haskell-pem/repos/community-staging-x86_64/PKGBUILD
(from rev 152298, haskell-pem/trunk/PKGBUILD)
  haskell-pem/repos/community-staging-x86_64/haskell-pem.install
(from rev 152298, haskell-pem/trunk/haskell-pem.install)

--+
 community-staging-i686/PKGBUILD  |   41 +
 community-staging-i686/haskell-pem.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   41 +
 community-staging-x86_64/haskell-pem.install |   18 ++
 4 files changed, 118 insertions(+)

Copied: haskell-pem/repos/community-staging-i686/PKGBUILD (from rev 152297, 
haskell-pem/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:11:04 UTC (rev 152299)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: hauzer 
+
+_hkgname=pem
+pkgname=haskell-pem
+pkgver=0.2.2
+pkgrel=2
+pkgdesc="Privacy Enhanced Mail (PEM) format reader and writer."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-base64-bytestring' 'haskell-mtl')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('66489241d291cc8e402263c9f8ede91f')
+
+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
+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-pem/repos/community-staging-i686/haskell-pem.install (from rev 
152298, haskell-pem/trunk/haskell-pem.install)
===
--- community-staging-i686/haskell-pem.install  (rev 0)
+++ community-staging-i686/haskell-pem.install  2015-12-10 16:11:04 UTC (rev 
152299)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pem
+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-pem/repos/community-staging-x86_64/PKGBUILD (from rev 152298, 
haskell-pem/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:11:04 UTC (rev 152299)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: hauzer 
+
+_hkgname=pem
+pkgname=haskell-pem
+pkgver=0.2.2
+pkgrel=2
+pkgdesc="Privacy Enhanced Mail (PEM) format reader and writer."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-base64-bytestring' 'haskell-mtl')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('66489241d291cc8e402263c9f8ede91f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/do

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:10:37
  Author: fyan
Revision: 152296

GHC 7.10.3 rebuild

Modified:
  haskell-pem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:10:19 UTC (rev 152295)
+++ PKGBUILD2015-12-10 16:10:37 UTC (rev 152296)
@@ -6,12 +6,12 @@
 _hkgname=pem
 pkgname=haskell-pem
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Privacy Enhanced Mail (PEM) format reader and writer."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'haskell-base64-bytestring' 'haskell-mtl')
+depends=('ghc=7.10.3' 'haskell-base64-bytestring' 'haskell-mtl')
 options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install


[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:13:19
  Author: foutrelis
Revision: 152306

GHC 7.10.3 rebuild

Modified:
  haskell-http-api-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:13:18 UTC (rev 152305)
+++ PKGBUILD2015-12-10 16:13:19 UTC (rev 152306)
@@ -5,12 +5,12 @@
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
 pkgver=0.2.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
 url="http://github.com/fizruk/http-api-data";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-text" "haskell-time-locale-compat")
+depends=("ghc=7.10.3" "haskell-text" "haskell-time-locale-compat")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:13:24
  Author: fyan
Revision: 152307

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

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

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/haskell-polyparse.install   |   18 
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/haskell-polyparse.install |   18 
 4 files changed, 120 insertions(+)

Copied: haskell-polyparse/repos/community-staging-i686/PKGBUILD (from rev 
152304, haskell-polyparse/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:13:24 UTC (rev 152307)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=polyparse
+pkgname=haskell-polyparse
+pkgver=1.11
+pkgrel=2
+pkgdesc="A variety of alternative parser combinator libraries."
+url="http://code.haskell.org/~malcolm/polyparse/";
+license=("LGPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('30ef045a25bd7de0f3507ed1161aab35b5711120d315b15f23558205903b81fc')
+
+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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}

Copied: 
haskell-polyparse/repos/community-staging-i686/haskell-polyparse.install (from 
rev 152304, haskell-polyparse/trunk/haskell-polyparse.install)
===
--- community-staging-i686/haskell-polyparse.install
(rev 0)
+++ community-staging-i686/haskell-polyparse.install2015-12-10 16:13:24 UTC 
(rev 152307)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-polyparse
+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-polyparse/repos/community-staging-x86_64/PKGBUILD (from rev 
152304, haskell-polyparse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:13:24 UTC (rev 152307)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=polyparse
+pkgname=haskell-polyparse
+pkgver=1.11
+pkgrel=2
+pkgdesc="A variety of alternative parser combinator libraries."
+url="http://code.haskell.org/~malcolm/polyparse/";
+license=("LGPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('30ef045a25bd7de0f3507ed1161aab35b5711120d315b15f

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:11:45
  Author: foutrelis
Revision: 152302

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

Added:
  haskell-xml-types/repos/community-staging-i686/
  haskell-xml-types/repos/community-staging-i686/PKGBUILD
(from rev 152301, haskell-xml-types/trunk/PKGBUILD)
  haskell-xml-types/repos/community-staging-i686/haskell-xml-types.install
(from rev 152301, haskell-xml-types/trunk/haskell-xml-types.install)
  haskell-xml-types/repos/community-staging-x86_64/
  haskell-xml-types/repos/community-staging-x86_64/PKGBUILD
(from rev 152301, haskell-xml-types/trunk/PKGBUILD)
  haskell-xml-types/repos/community-staging-x86_64/haskell-xml-types.install
(from rev 152301, haskell-xml-types/trunk/haskell-xml-types.install)

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/haskell-xml-types.install   |   18 
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/haskell-xml-types.install |   18 
 4 files changed, 120 insertions(+)

Copied: haskell-xml-types/repos/community-staging-i686/PKGBUILD (from rev 
152301, haskell-xml-types/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:11:45 UTC (rev 152302)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-types
+pkgname=haskell-xml-types
+pkgver=0.3.6
+pkgrel=2
+pkgdesc="Basic types for representing XML"
+url="https://john-millikin.com/software/haskell-xml/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('9937d440072552c03c6d8ad79f61e61467dc28dcd5adeaad81038b9b94eef8c9')
+
+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.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}

Copied: 
haskell-xml-types/repos/community-staging-i686/haskell-xml-types.install (from 
rev 152301, haskell-xml-types/trunk/haskell-xml-types.install)
===
--- community-staging-i686/haskell-xml-types.install
(rev 0)
+++ community-staging-i686/haskell-xml-types.install2015-12-10 16:11:45 UTC 
(rev 152302)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-xml-types
+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-xml-types/repos/community-staging-x86_64/PKGBUILD (from rev 
152301, haskell-xml-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:11:45 UTC (rev 152302)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-types
+pkgname=haskell-xml-types
+pkgver=0.3.6
+pkgrel=2
+pkgdesc="Basic types for representing XML"
+url="https://john-millikin.com/software/haskell-xml/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('9937d440072552c03c6d8ad79f61e61467dc28dcd5adeaad81038b9b94eef8c9')
+
+bu

[arch-commits] Commit in haskell-ansi-wl-pprint/trunk (PKGBUILD)

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:10:38
  Author: foutrelis
Revision: 152297

GHC 7.10.3 rebuild

Modified:
  haskell-ansi-wl-pprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:10:37 UTC (rev 152296)
+++ PKGBUILD2015-12-10 16:10:38 UTC (rev 152297)
@@ -5,12 +5,12 @@
 _hkgname=ansi-wl-pprint
 pkgname=haskell-ansi-wl-pprint
 pkgver=0.6.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
 url="http://github.com/ekmett/ansi-wl-pprint";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-ansi-terminal")
+depends=("ghc=7.10.3" "haskell-ansi-terminal")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


[arch-commits] Commit in haskell-ansi-wl-pprint/repos (6 files)

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:10:46
  Author: foutrelis
Revision: 152298

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

Added:
  haskell-ansi-wl-pprint/repos/community-staging-i686/
  haskell-ansi-wl-pprint/repos/community-staging-i686/PKGBUILD
(from rev 152297, haskell-ansi-wl-pprint/trunk/PKGBUILD)
  
haskell-ansi-wl-pprint/repos/community-staging-i686/haskell-ansi-wl-pprint.install
(from rev 152297, 
haskell-ansi-wl-pprint/trunk/haskell-ansi-wl-pprint.install)
  haskell-ansi-wl-pprint/repos/community-staging-x86_64/
  haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD
(from rev 152297, haskell-ansi-wl-pprint/trunk/PKGBUILD)
  
haskell-ansi-wl-pprint/repos/community-staging-x86_64/haskell-ansi-wl-pprint.install
(from rev 152297, 
haskell-ansi-wl-pprint/trunk/haskell-ansi-wl-pprint.install)

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

Copied: haskell-ansi-wl-pprint/repos/community-staging-i686/PKGBUILD (from rev 
152297, haskell-ansi-wl-pprint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:10:46 UTC (rev 152298)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ansi-wl-pprint
+pkgname=haskell-ansi-wl-pprint
+pkgver=0.6.7.3
+pkgrel=2
+pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
+url="http://github.com/ekmett/ansi-wl-pprint";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3789ecaa89721eabef58ddc5711f7fd1ff67e262da1659f3b20d38a9e1f5b708')
+
+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 \
+-f-example -fnewbase
+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-ansi-wl-pprint/repos/community-staging-i686/haskell-ansi-wl-pprint.install
 (from rev 152297, haskell-ansi-wl-pprint/trunk/haskell-ansi-wl-pprint.install)
===
--- community-staging-i686/haskell-ansi-wl-pprint.install   
(rev 0)
+++ community-staging-i686/haskell-ansi-wl-pprint.install   2015-12-10 
16:10:46 UTC (rev 152298)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-ansi-wl-pprint
+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-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD (from 
rev 152297, haskell-ansi-wl-pprint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:10:46 UTC (rev 152298)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ansi-wl-pprint
+pkgname=haskell-ansi-wl-pprint
+pkgver=0.6.7.3
+pkgrel=2
+pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
+url="http://github.com/ekmett/ansi-wl-pprint";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.

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

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

GHC 7.10.3 rebuild

Modified:
  haskell-json/trunk/PKGBUILD

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

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


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:13:18
  Author: fyan
Revision: 152305

GHC 7.10.3 rebuild

Modified:
  haskell-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:12:59 UTC (rev 152304)
+++ PKGBUILD2015-12-10 16:13:18 UTC (rev 152305)
@@ -5,12 +5,12 @@
 _hkgname=exceptions
 pkgname=haskell-exceptions
 pkgver=0.8.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible optionally-pure exceptions"
 url="http://github.com/ekmett/exceptions/";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-mtl" "haskell-stm" 
"haskell-transformers-compat")
+depends=("ghc=7.10.3" "haskell-mtl" "haskell-stm" 
"haskell-transformers-compat")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:15:34
  Author: foutrelis
Revision: 152311

GHC 7.10.3 rebuild

Modified:
  haskell-old-time/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:15:24 UTC (rev 152310)
+++ PKGBUILD2015-12-10 16:15:34 UTC (rev 152311)
@@ -2,13 +2,13 @@
 _hkgname=old-time
 pkgname=haskell-old-time
 pkgver=1.1.0.3
-pkgrel=6
+pkgrel=7
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.10.2' 'haskell-old-locale')
+depends=('ghc=7.10.3' 'haskell-old-locale')
 options=('strip')
 
source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:15:58
  Author: fyan
Revision: 152314

GHC 7.10.3 rebuild

Modified:
  haskell-cmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:15:49 UTC (rev 152313)
+++ PKGBUILD2015-12-10 16:15:58 UTC (rev 152314)
@@ -5,12 +5,12 @@
 _hkgname=cmark
 pkgname=haskell-cmark
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, accurate CommonMark (Markdown) parser and renderer"
 url="https://github.com/jgm/commonmark-hs";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-text")
+depends=("ghc=7.10.3" "haskell-text")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:13:46
  Author: fyan
Revision: 152309

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

Added:
  haskell-exceptions/repos/community-staging-i686/
  haskell-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 152307, haskell-exceptions/trunk/PKGBUILD)
  haskell-exceptions/repos/community-staging-i686/haskell-exceptions.install
(from rev 152308, haskell-exceptions/trunk/haskell-exceptions.install)
  haskell-exceptions/repos/community-staging-x86_64/
  haskell-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 152308, haskell-exceptions/trunk/PKGBUILD)
  haskell-exceptions/repos/community-staging-x86_64/haskell-exceptions.install
(from rev 152308, haskell-exceptions/trunk/haskell-exceptions.install)

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/haskell-exceptions.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/haskell-exceptions.install |   18 +++
 4 files changed, 120 insertions(+)

Copied: haskell-exceptions/repos/community-staging-i686/PKGBUILD (from rev 
152307, haskell-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:13:46 UTC (rev 152309)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=exceptions
+pkgname=haskell-exceptions
+pkgver=0.8.0.2
+pkgrel=2
+pkgdesc="Extensible optionally-pure exceptions"
+url="http://github.com/ekmett/exceptions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-mtl" "haskell-stm" 
"haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('070a3e0d1495243770fb3a629d5187ce898f069cb3621c5f7c610ae264982bf4')
+
+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-exceptions/repos/community-staging-i686/haskell-exceptions.install 
(from rev 152308, haskell-exceptions/trunk/haskell-exceptions.install)
===
--- community-staging-i686/haskell-exceptions.install   
(rev 0)
+++ community-staging-i686/haskell-exceptions.install   2015-12-10 16:13:46 UTC 
(rev 152309)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-exceptions
+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-exceptions/repos/community-staging-x86_64/PKGBUILD (from rev 
152308, haskell-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:13:46 UTC (rev 152309)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=exceptions
+pkgname=haskell-exceptions
+pkgver=0.8.0.2
+pkgrel=2
+pkgdesc="Extensible optionally-pure exceptions"
+url="http://github.com/ekmett/exceptions/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-mtl" "haskell-stm" 
"haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=

[arch-commits] Commit in haskell-http-api-data/repos (6 files)

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:13:26
  Author: foutrelis
Revision: 152308

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

Added:
  haskell-http-api-data/repos/community-staging-i686/
  haskell-http-api-data/repos/community-staging-i686/PKGBUILD
(from rev 152306, haskell-http-api-data/trunk/PKGBUILD)
  
haskell-http-api-data/repos/community-staging-i686/haskell-http-api-data.install
(from rev 152306, haskell-http-api-data/trunk/haskell-http-api-data.install)
  haskell-http-api-data/repos/community-staging-x86_64/
  haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD
(from rev 152306, haskell-http-api-data/trunk/PKGBUILD)
  
haskell-http-api-data/repos/community-staging-x86_64/haskell-http-api-data.install
(from rev 152306, haskell-http-api-data/trunk/haskell-http-api-data.install)

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

Copied: haskell-http-api-data/repos/community-staging-i686/PKGBUILD (from rev 
152306, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:13:26 UTC (rev 152308)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
+url="http://github.com/fizruk/http-api-data";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('fba6a38c0f3a39e2ce02b42351953d9aa82f48ef83e5c921a9a1e719b8bc45dc')
+
+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 \
+-f-use-text-show
+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-http-api-data/repos/community-staging-i686/haskell-http-api-data.install
 (from rev 152306, haskell-http-api-data/trunk/haskell-http-api-data.install)
===
--- community-staging-i686/haskell-http-api-data.install
(rev 0)
+++ community-staging-i686/haskell-http-api-data.install2015-12-10 
16:13:26 UTC (rev 152308)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-api-data
+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-http-api-data/repos/community-staging-x86_64/PKGBUILD (from rev 
152306, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:13:26 UTC (rev 152308)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
+url="http://github.com/fizruk/http-api-data";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=(

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:12:59
  Author: fyan
Revision: 152304

GHC 7.10.3 rebuild

Modified:
  haskell-polyparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:11:45 UTC (rev 152303)
+++ PKGBUILD2015-12-10 16:12:59 UTC (rev 152304)
@@ -5,12 +5,12 @@
 _hkgname=polyparse
 pkgname=haskell-polyparse
 pkgver=1.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A variety of alternative parser combinator libraries."
 url="http://code.haskell.org/~malcolm/polyparse/";
 license=("LGPL")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-text")
+depends=("ghc=7.10.3" "haskell-text")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:15:24
  Author: fyan
Revision: 152310

GHC 7.10.3 rebuild

Modified:
  haskell-tagsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:13:46 UTC (rev 152309)
+++ PKGBUILD2015-12-10 16:15:24 UTC (rev 152310)
@@ -5,12 +5,12 @@
 _hkgname=tagsoup
 pkgname=haskell-tagsoup
 pkgver=0.13.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML 
documents"
 url="http://community.haskell.org/~ndm/tagsoup/";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-text")
+depends=("ghc=7.10.3" "haskell-text")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:15:49
  Author: fyan
Revision: 152313

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

Added:
  haskell-tagsoup/repos/community-staging-i686/
  haskell-tagsoup/repos/community-staging-i686/PKGBUILD
(from rev 152310, haskell-tagsoup/trunk/PKGBUILD)
  haskell-tagsoup/repos/community-staging-i686/haskell-tagsoup.install
(from rev 152310, haskell-tagsoup/trunk/haskell-tagsoup.install)
  haskell-tagsoup/repos/community-staging-x86_64/
  haskell-tagsoup/repos/community-staging-x86_64/PKGBUILD
(from rev 152311, haskell-tagsoup/trunk/PKGBUILD)
  haskell-tagsoup/repos/community-staging-x86_64/haskell-tagsoup.install
(from rev 152312, haskell-tagsoup/trunk/haskell-tagsoup.install)

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

Copied: haskell-tagsoup/repos/community-staging-i686/PKGBUILD (from rev 152310, 
haskell-tagsoup/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:15:49 UTC (rev 152313)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagsoup
+pkgname=haskell-tagsoup
+pkgver=0.13.5
+pkgrel=2
+pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML 
documents"
+url="http://community.haskell.org/~ndm/tagsoup/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('9997aec735e54657ab03c34ac5ca95110703cb07eed6fa3989ad22832853bebe')
+
+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 \
+-f-download -f-testprog
+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-tagsoup/repos/community-staging-i686/haskell-tagsoup.install 
(from rev 152310, haskell-tagsoup/trunk/haskell-tagsoup.install)
===
--- community-staging-i686/haskell-tagsoup.install  
(rev 0)
+++ community-staging-i686/haskell-tagsoup.install  2015-12-10 16:15:49 UTC 
(rev 152313)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tagsoup
+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-tagsoup/repos/community-staging-x86_64/PKGBUILD (from rev 
152311, haskell-tagsoup/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:15:49 UTC (rev 152313)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagsoup
+pkgname=haskell-tagsoup
+pkgver=0.13.5
+pkgrel=2
+pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML 
documents"
+url="http://community.haskell.org/~ndm/tagsoup/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('9997aec

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:15:41
  Author: foutrelis
Revision: 152312

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

Added:
  haskell-old-time/repos/community-staging-i686/
  haskell-old-time/repos/community-staging-i686/PKGBUILD
(from rev 152311, haskell-old-time/trunk/PKGBUILD)
  haskell-old-time/repos/community-staging-i686/haskell-old-time.install
(from rev 152311, haskell-old-time/trunk/haskell-old-time.install)
  haskell-old-time/repos/community-staging-x86_64/
  haskell-old-time/repos/community-staging-x86_64/PKGBUILD
(from rev 152311, haskell-old-time/trunk/PKGBUILD)
  haskell-old-time/repos/community-staging-x86_64/haskell-old-time.install
(from rev 152311, haskell-old-time/trunk/haskell-old-time.install)

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-i686/haskell-old-time.install   |   18 +
 community-staging-x86_64/PKGBUILD |   37 
 community-staging-x86_64/haskell-old-time.install |   18 +
 4 files changed, 110 insertions(+)

Copied: haskell-old-time/repos/community-staging-i686/PKGBUILD (from rev 
152311, haskell-old-time/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:15:41 UTC (rev 152312)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=old-time
+pkgname=haskell-old-time
+pkgver=1.1.0.3
+pkgrel=7
+pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.3' 'haskell-old-locale')
+options=('strip')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('1868eaf39e616176d898bcd5510e1f09')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+   --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+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-old-time/repos/community-staging-i686/haskell-old-time.install 
(from rev 152311, haskell-old-time/trunk/haskell-old-time.install)
===
--- community-staging-i686/haskell-old-time.install 
(rev 0)
+++ community-staging-i686/haskell-old-time.install 2015-12-10 16:15:41 UTC 
(rev 152312)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-old-time
+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-old-time/repos/community-staging-x86_64/PKGBUILD (from rev 
152311, haskell-old-time/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:15:41 UTC (rev 152312)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa 
+_hkgname=old-time
+pkgname=haskell-old-time
+pkgver=1.1.0.3
+pkgrel=7
+pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc=7.10.3' 'haskell-old-locale')
+options=('strip')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('1868eaf39e616176d898bcd5510e1f09')
+options=('staticlibs')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+ 

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:16:24
  Author: fyan
Revision: 152315

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

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

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/haskell-cmark.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/haskell-cmark.install |   18 +
 4 files changed, 120 insertions(+)

Copied: haskell-cmark/repos/community-staging-i686/PKGBUILD (from rev 152314, 
haskell-cmark/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:16:24 UTC (rev 152315)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cmark
+pkgname=haskell-cmark
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="Fast, accurate CommonMark (Markdown) parser and renderer"
+url="https://github.com/jgm/commonmark-hs";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('22f006ba36620476916c605b92de8e1f325eb2b5ebec6b30c12aee6220262330')
+
+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-cmark/repos/community-staging-i686/haskell-cmark.install (from 
rev 152314, haskell-cmark/trunk/haskell-cmark.install)
===
--- community-staging-i686/haskell-cmark.install
(rev 0)
+++ community-staging-i686/haskell-cmark.install2015-12-10 16:16:24 UTC 
(rev 152315)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cmark
+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-cmark/repos/community-staging-x86_64/PKGBUILD (from rev 152314, 
haskell-cmark/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:16:24 UTC (rev 152315)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cmark
+pkgname=haskell-cmark
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="Fast, accurate CommonMark (Markdown) parser and renderer"
+url="https://github.com/jgm/commonmark-hs";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('22f006ba36620476916c605b92de8e1f325eb2b5ebec6b30c12aee6220262330')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --e

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:18:16
  Author: fyan
Revision: 152317

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

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

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-i686/haskell-hashable.install   |   35 ++
 community-staging-x86_64/PKGBUILD |   47 
 community-staging-x86_64/haskell-hashable.install |   35 ++
 4 files changed, 164 insertions(+)

Copied: haskell-hashable/repos/community-staging-i686/PKGBUILD (from rev 
152316, haskell-hashable/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:18:16 UTC (rev 152317)
@@ -0,0 +1,47 @@
+_hkgname=hashable
+pkgname=haskell-hashable
+pkgver=1.2.3.3
+pkgrel=2
+pkgdesc="Mutable hash tables in the ST monad"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.3' 'sh' 'haskell-text')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('f8f0630f5f715b5693682895cd57cc46')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${_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-hashable/repos/community-staging-i686/haskell-hashable.install 
(from rev 152316, haskell-hashable/trunk/haskell-hashable.install)
===
--- community-staging-i686/haskell-hashable.install 
(rev 0)
+++ community-staging-i686/haskell-hashable.install 2015-12-10 16:18:16 UTC 
(rev 152317)
@@ -0,0 +1,35 @@
+pkgname=haskell-hashable
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-hashable/repos/community-staging-x86_64/PKGBUILD (from rev 
152316, haskell-hashable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:18:16 UTC (rev 152317)
@@ -0,0 +1,47 @@
+_hkgname=hashable
+pkgname=haskell-hashable
+pkgver=1.2.3.3
+pkgrel=2
+pkgdesc="Mutable hash tables in the ST monad"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.3' 'sh' 'haskell-text')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install=${pkgname}.install
+md5sums=('f8f0630f5f715b5693682895cd57cc46')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+ 

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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:18:29
  Author: foutrelis
Revision: 152318

GHC 7.10.3 rebuild

Modified:
  haskell-hs-bibutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:18:16 UTC (rev 152317)
+++ PKGBUILD2015-12-10 16:18:29 UTC (rev 152318)
@@ -5,12 +5,12 @@
 _hkgname=hs-bibutils
 pkgname=haskell-hs-bibutils
 pkgver=5.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Haskell bindings to bibutils, the bibliography conversion utilities."
 url="http://istitutocolli.org/repos/hs-bibutils/";
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-syb")
+depends=("ghc=7.10.3" "haskell-syb")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:17:51
  Author: fyan
Revision: 152316

GHC 7.10.3 rebuild

Modified:
  haskell-hashable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:16:24 UTC (rev 152315)
+++ PKGBUILD2015-12-10 16:17:51 UTC (rev 152316)
@@ -1,13 +1,13 @@
 _hkgname=hashable
 pkgname=haskell-hashable
 pkgver=1.2.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Mutable hash tables in the ST monad"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.10.2' 'sh' 'haskell-text')
+depends=('ghc=7.10.3' 'sh' 'haskell-text')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
 md5sums=('f8f0630f5f715b5693682895cd57cc46')


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:20:02
  Author: foutrelis
Revision: 152322

GHC 7.10.3 rebuild

Modified:
  haskell-vector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:19:28 UTC (rev 152321)
+++ PKGBUILD2015-12-10 16:20:02 UTC (rev 152322)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-vector
 pkgver=0.11.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Efficient Arrays"
 url="http://hackage.haskell.org/package/vector";
 license=("custom:BSD3")


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:18:36
  Author: foutrelis
Revision: 152319

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

Added:
  haskell-hs-bibutils/repos/community-staging-i686/
  haskell-hs-bibutils/repos/community-staging-i686/PKGBUILD
(from rev 152318, haskell-hs-bibutils/trunk/PKGBUILD)
  haskell-hs-bibutils/repos/community-staging-i686/haskell-hs-bibutils.install
(from rev 152318, haskell-hs-bibutils/trunk/haskell-hs-bibutils.install)
  haskell-hs-bibutils/repos/community-staging-x86_64/
  haskell-hs-bibutils/repos/community-staging-x86_64/PKGBUILD
(from rev 152318, haskell-hs-bibutils/trunk/PKGBUILD)
  haskell-hs-bibutils/repos/community-staging-x86_64/haskell-hs-bibutils.install
(from rev 152318, haskell-hs-bibutils/trunk/haskell-hs-bibutils.install)

--+
 community-staging-i686/PKGBUILD  |   42 +
 community-staging-i686/haskell-hs-bibutils.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   42 +
 community-staging-x86_64/haskell-hs-bibutils.install |   18 +++
 4 files changed, 120 insertions(+)

Copied: haskell-hs-bibutils/repos/community-staging-i686/PKGBUILD (from rev 
152318, haskell-hs-bibutils/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:18:36 UTC (rev 152319)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hs-bibutils
+pkgname=haskell-hs-bibutils
+pkgver=5.5
+pkgrel=2
+pkgdesc="Haskell bindings to bibutils, the bibliography conversion utilities."
+url="http://istitutocolli.org/repos/hs-bibutils/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-syb")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('95f9f34be9f3145da8acc8a0e9de379236cfe31c5a9bc0eb9489e77402a4c55d')
+
+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-hs-bibutils/repos/community-staging-i686/haskell-hs-bibutils.install 
(from rev 152318, haskell-hs-bibutils/trunk/haskell-hs-bibutils.install)
===
--- community-staging-i686/haskell-hs-bibutils.install  
(rev 0)
+++ community-staging-i686/haskell-hs-bibutils.install  2015-12-10 16:18:36 UTC 
(rev 152319)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hs-bibutils
+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-hs-bibutils/repos/community-staging-x86_64/PKGBUILD (from rev 
152318, haskell-hs-bibutils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:18:36 UTC (rev 152319)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hs-bibutils
+pkgname=haskell-hs-bibutils
+pkgver=5.5
+pkgrel=2
+pkgdesc="Haskell bindings to bibutils, the bibliography conversion utilities."
+url="http://istitutocolli.org/repos/hs-bibutils/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-syb")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${

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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:19:03
  Author: fyan
Revision: 152320

GHC 7.10.3 rebuild

Modified:
  happy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:18:36 UTC (rev 152319)
+++ PKGBUILD2015-12-10 16:19:03 UTC (rev 152320)
@@ -5,13 +5,13 @@
 
 pkgname=happy
 pkgver=1.19.5
-pkgrel=3
+pkgrel=4
 pkgdesc="The Parser Generator for Haskell"
 url="http://hackage.haskell.org/package/happy";
 arch=('i686' 'x86_64')
 license=("custom:BSD3")
 depends=('gmp' 'libffi')
-makedepends=('ghc=7.10.2' 'haskell-mtl=2.2.1')
+makedepends=('ghc=7.10.3' 'haskell-mtl=2.2.1')
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
 md5sums=('ffa56a1c312a60dfb1110afd25b28785')
 


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 17:20:12
  Author: foutrelis
Revision: 152324

GHC 7.10.3 rebuild

Modified:
  haskell-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:20:10 UTC (rev 152323)
+++ PKGBUILD2015-12-10 16:20:12 UTC (rev 152324)
@@ -6,12 +6,12 @@
 _hkgname=mime-types
 pkgname=haskell-mime-types
 pkgver=0.1.0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Basic mime-type handling types and functions"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('MIT')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'haskell-text')
+depends=('ghc=7.10.3' 'haskell-text')
 options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install


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

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

GHC 7.10.3 rebuild

Modified:
  haskell-parsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:20:37 UTC (rev 152325)
+++ PKGBUILD2015-12-10 16:20:45 UTC (rev 152326)
@@ -3,13 +3,13 @@
 _hkgname=parsec
 pkgname=haskell-parsec
 pkgver=3.1.9
-pkgrel=5
+pkgrel=6
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.10.2' 'sh' 'haskell-mtl' 'haskell-text')
+depends=('ghc=7.10.3' 'sh' 'haskell-mtl' 'haskell-text')
 install=${pkgname}.install
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 md5sums=('6ec46302afa68518bac5f1117b6349f5')


[arch-commits] Commit in happy/repos (4 files)

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:19:28
  Author: fyan
Revision: 152321

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

Added:
  happy/repos/community-staging-i686/
  happy/repos/community-staging-i686/PKGBUILD
(from rev 152320, happy/trunk/PKGBUILD)
  happy/repos/community-staging-x86_64/
  happy/repos/community-staging-x86_64/PKGBUILD
(from rev 152320, happy/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   29 +
 community-staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: happy/repos/community-staging-i686/PKGBUILD (from rev 152320, 
happy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-10 16:19:28 UTC (rev 152321)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Dziedzic 
+# Contributor: simo 
+# Contributor: Vesa Kaihlavirta 
+
+pkgname=happy
+pkgver=1.19.5
+pkgrel=4
+pkgdesc="The Parser Generator for Haskell"
+url="http://hackage.haskell.org/package/happy";
+arch=('i686' 'x86_64')
+license=("custom:BSD3")
+depends=('gmp' 'libffi')
+makedepends=('ghc=7.10.3' 'haskell-mtl=2.2.1')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('ffa56a1c312a60dfb1110afd25b28785')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup.lhs configure -O --prefix=/usr
+  runhaskell Setup.lhs build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: happy/repos/community-staging-x86_64/PKGBUILD (from rev 152320, 
happy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-10 16:19:28 UTC (rev 152321)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Dziedzic 
+# Contributor: simo 
+# Contributor: Vesa Kaihlavirta 
+
+pkgname=happy
+pkgver=1.19.5
+pkgrel=4
+pkgdesc="The Parser Generator for Haskell"
+url="http://hackage.haskell.org/package/happy";
+arch=('i686' 'x86_64')
+license=("custom:BSD3")
+depends=('gmp' 'libffi')
+makedepends=('ghc=7.10.3' 'haskell-mtl=2.2.1')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('ffa56a1c312a60dfb1110afd25b28785')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup.lhs configure -O --prefix=/usr
+  runhaskell Setup.lhs build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


<    1   2   3   4   5   6   >