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

2015-10-13 Thread Felix Yan
Date: Tuesday, October 13, 2015 @ 08:24:56
  Author: fyan
Revision: 143869

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

Added:
  haskell-http/repos/community-i686/PKGBUILD
(from rev 143868, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-i686/haskell-http.install
(from rev 143868, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/community-x86_64/PKGBUILD
(from rev 143868, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-x86_64/haskell-http.install
(from rev 143868, haskell-http/trunk/haskell-http.install)
Deleted:
  haskell-http/repos/community-i686/PKGBUILD
  haskell-http/repos/community-i686/haskell-http.install
  haskell-http/repos/community-x86_64/PKGBUILD
  haskell-http/repos/community-x86_64/haskell-http.install

---+
 /PKGBUILD |   98 
 /haskell-http.install |   70 ++
 community-i686/PKGBUILD   |   49 
 community-i686/haskell-http.install   |   35 ---
 community-x86_64/PKGBUILD |   49 
 community-x86_64/haskell-http.install |   35 ---
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-13 06:24:20 UTC (rev 143868)
+++ community-i686/PKGBUILD 2015-10-13 06:24:56 UTC (rev 143869)
@@ -1,49 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.2.20
-pkgrel=3
-pkgdesc="A library for client-side HTTP"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.10.2' 'sh' 'haskell-network=2.6.2.1' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('e2d682a564203d90c3fa040dd885afd1')
-
-build() {
- cd ${_hkgname}-${pkgver}
-
- runhaskell Setup configure -O  \
-   --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-http/repos/community-i686/PKGBUILD (from rev 143868, 
haskell-http/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-13 06:24:56 UTC (rev 143869)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.20
+pkgrel=4
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.2' 'sh' 'haskell-network=2.6.2.1' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('e2d682a564203d90c3fa040dd885afd1')
+
+build() {
+ cd ${_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 ${_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 

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

2015-08-03 Thread Jelle van der Waa
Date: Monday, August 3, 2015 @ 21:12:06
  Author: jelle
Revision: 137859

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

Added:
  haskell-http/repos/community-i686/PKGBUILD
(from rev 137858, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-i686/haskell-http.install
(from rev 137858, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/community-x86_64/PKGBUILD
(from rev 137858, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-x86_64/haskell-http.install
(from rev 137858, haskell-http/trunk/haskell-http.install)
Deleted:
  haskell-http/repos/community-i686/PKGBUILD
  haskell-http/repos/community-i686/haskell-http.install
  haskell-http/repos/community-x86_64/PKGBUILD
  haskell-http/repos/community-x86_64/haskell-http.install

---+
 /PKGBUILD |   98 
 /haskell-http.install |   70 ++
 community-i686/PKGBUILD   |   49 
 community-i686/haskell-http.install   |   35 ---
 community-x86_64/PKGBUILD |   49 
 community-x86_64/haskell-http.install |   35 ---
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-03 19:11:55 UTC (rev 137858)
+++ community-i686/PKGBUILD 2015-08-03 19:12:06 UTC (rev 137859)
@@ -1,49 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.2.19
-pkgrel=3
-pkgdesc=A library for client-side HTTP
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')
-
-build() {
- cd ${_hkgname}-${pkgver}
-
- runhaskell Setup configure -O  \
-   --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-http/repos/community-i686/PKGBUILD (from rev 137858, 
haskell-http/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-03 19:12:06 UTC (rev 137859)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.20
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.2.1-1' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('e2d682a564203d90c3fa040dd885afd1')
+
+build() {
+ cd ${_hkgname}-${pkgver}
+
+ runhaskell Setup configure -O  \
+   --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

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

2015-04-01 Thread Jelle van der Waa
Date: Wednesday, April 1, 2015 @ 21:17:41
  Author: jelle
Revision: 130492

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

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

---+
 /PKGBUILD |   98 
 /haskell-http.install |   70 +
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/haskell-http.install   |   35 
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/haskell-http.install |   35 
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-04-01 19:17:28 UTC (rev 130491)
+++ community-staging-i686/PKGBUILD 2015-04-01 19:17:41 UTC (rev 130492)
@@ -1,49 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.2.19
-pkgrel=2
-pkgdesc=A library for client-side HTTP
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' )
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')
-
-build() {
- cd ${_hkgname}-${pkgver}
-
- runhaskell Setup configure -O  \
-   --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-http/repos/community-staging-i686/PKGBUILD (from rev 130491, 
haskell-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-01 19:17:41 UTC (rev 130492)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.19
+pkgrel=3
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.1' 'sh' 'haskell-network=2.6.0.2-6' 'haskell-parsec=3.1.9' 
'haskell-mtl=2.2.1' 'haskell-network-uri' 'haskell-old-time')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('92f1d0d3ca56ddf1519aa4ea5b9c7a93')
+
+build() {
+ cd ${_hkgname}-${pkgver}
+
+ runhaskell Setup configure -O  \
+   --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 

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

2014-12-29 Thread Jelle van der Waa
Date: Monday, December 29, 2014 @ 19:17:02
  Author: jelle
Revision: 124865

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

Added:
  haskell-http/repos/community-staging-i686/
  
haskell-http/repos/community-staging-i686/0001-relax-upper-bound-on-network.patch
(from rev 124864, 
haskell-http/trunk/0001-relax-upper-bound-on-network.patch)
  haskell-http/repos/community-staging-i686/PKGBUILD
(from rev 124864, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-staging-i686/haskell-http.install
(from rev 124864, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/community-staging-x86_64/
  
haskell-http/repos/community-staging-x86_64/0001-relax-upper-bound-on-network.patch
(from rev 124864, 
haskell-http/trunk/0001-relax-upper-bound-on-network.patch)
  haskell-http/repos/community-staging-x86_64/PKGBUILD
(from rev 124864, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-staging-x86_64/haskell-http.install
(from rev 124864, haskell-http/trunk/haskell-http.install)

--+
 community-staging-i686/0001-relax-upper-bound-on-network.patch   |   12 ++
 community-staging-i686/PKGBUILD  |   49 
++
 community-staging-i686/haskell-http.install  |   35 +++
 community-staging-x86_64/0001-relax-upper-bound-on-network.patch |   12 ++
 community-staging-x86_64/PKGBUILD|   49 
++
 community-staging-x86_64/haskell-http.install|   35 +++
 6 files changed, 192 insertions(+)

Copied: 
haskell-http/repos/community-staging-i686/0001-relax-upper-bound-on-network.patch
 (from rev 124864, haskell-http/trunk/0001-relax-upper-bound-on-network.patch)
===
--- community-staging-i686/0001-relax-upper-bound-on-network.patch  
(rev 0)
+++ community-staging-i686/0001-relax-upper-bound-on-network.patch  
2014-12-29 18:17:02 UTC (rev 124865)
@@ -0,0 +1,12 @@
+diff -aur HTTP-4000.2.12/HTTP.cabal HTTP-4000.2.12.new/HTTP.cabal
+--- HTTP-4000.2.12/HTTP.cabal  2005-05-06 06:32:53.0 +0200
 HTTP-4000.2.12.new/HTTP.cabal  2014-07-12 16:22:44.083433261 +0200
+@@ -85,7 +85,7 @@
+  Network.HTTP.Utils
+  Paths_HTTP
+   GHC-options: -fwarn-missing-signatures -Wall
+-  Build-depends: base = 2   4.8, network  2.5, parsec
++  Build-depends: base = 2   4.8, network  2.6, parsec
+   Extensions: FlexibleInstances
+   if flag(old-base)
+ Build-depends: base  3

Copied: haskell-http/repos/community-staging-i686/PKGBUILD (from rev 124864, 
haskell-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-29 18:17:02 UTC (rev 124865)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.18
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.4-1' 'sh' 'haskell-network=2.6.0.2-2' 
'haskell-parsec=3.1.7-2' 'haskell-mtl=2.1.3.1-4')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('a65de426b472421dc979706aed7f4332')
+
+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-http/repos/community-staging-i686/haskell-http.install (from 
rev 124864, haskell-http/trunk/haskell-http.install)
===
--- community-staging-i686/haskell-http.install (rev 0)
+++ community-staging-i686/haskell-http.install 2014-12-29 18:17:02 UTC (rev 
124865)
@@ -0,0 +1,35 @@
+pkgname=haskell-http
+
+_register() {
+ 

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

2014-07-12 Thread Jelle van der Waa
Date: Saturday, July 12, 2014 @ 16:26:16
  Author: jelle
Revision: 115578

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

Added:
  haskell-http/repos/community-staging-i686/
  
haskell-http/repos/community-staging-i686/0001-relax-upper-bound-on-network.patch
(from rev 115577, 
haskell-http/trunk/0001-relax-upper-bound-on-network.patch)
  haskell-http/repos/community-staging-i686/PKGBUILD
(from rev 115577, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-staging-i686/haskell-http.install
(from rev 115577, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/community-staging-x86_64/
  
haskell-http/repos/community-staging-x86_64/0001-relax-upper-bound-on-network.patch
(from rev 115577, 
haskell-http/trunk/0001-relax-upper-bound-on-network.patch)
  haskell-http/repos/community-staging-x86_64/PKGBUILD
(from rev 115577, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-staging-x86_64/haskell-http.install
(from rev 115577, haskell-http/trunk/haskell-http.install)

--+
 community-staging-i686/0001-relax-upper-bound-on-network.patch   |   12 ++
 community-staging-i686/PKGBUILD  |   54 
++
 community-staging-i686/haskell-http.install  |   35 ++
 community-staging-x86_64/0001-relax-upper-bound-on-network.patch |   12 ++
 community-staging-x86_64/PKGBUILD|   54 
++
 community-staging-x86_64/haskell-http.install|   35 ++
 6 files changed, 202 insertions(+)

Copied: 
haskell-http/repos/community-staging-i686/0001-relax-upper-bound-on-network.patch
 (from rev 115577, haskell-http/trunk/0001-relax-upper-bound-on-network.patch)
===
--- community-staging-i686/0001-relax-upper-bound-on-network.patch  
(rev 0)
+++ community-staging-i686/0001-relax-upper-bound-on-network.patch  
2014-07-12 14:26:16 UTC (rev 115578)
@@ -0,0 +1,12 @@
+diff -aur HTTP-4000.2.12/HTTP.cabal HTTP-4000.2.12.new/HTTP.cabal
+--- HTTP-4000.2.12/HTTP.cabal  2005-05-06 06:32:53.0 +0200
 HTTP-4000.2.12.new/HTTP.cabal  2014-07-12 16:22:44.083433261 +0200
+@@ -85,7 +85,7 @@
+  Network.HTTP.Utils
+  Paths_HTTP
+   GHC-options: -fwarn-missing-signatures -Wall
+-  Build-depends: base = 2   4.8, network  2.5, parsec
++  Build-depends: base = 2   4.8, network  2.6, parsec
+   Extensions: FlexibleInstances
+   if flag(old-base)
+ Build-depends: base  3

Copied: haskell-http/repos/community-staging-i686/PKGBUILD (from rev 115577, 
haskell-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-12 14:26:16 UTC (rev 115578)
@@ -0,0 +1,54 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.12
+pkgrel=3
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.3-1' 'sh' 'haskell-network=2.5.0.0-2' 
'haskell-parsec=3.1.5-3' 'haskell-mtl=2.1.3.1-3')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+ '0001-relax-upper-bound-on-network.patch')
+install=${pkgname}.install
+md5sums=('cd69429866439890353ec98100e3ba32'
+ '29c84f3787e06183742ca47f34b3e052')
+
+build() {
+ cd ${_hkgname}-${pkgver}
+
+ # fixes https://github.com/haskell/HTTP/issues/55
+ patch -Np1 -i ${srcdir}/0001-relax-upper-bound-on-network.patch
+
+ 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-http/repos/community-staging-i686/haskell-http.install (from 
rev 115577, haskell-http/trunk/haskell-http.install)
===
--- 

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

2014-05-04 Thread Thomas Dziedzic
Date: Sunday, May 4, 2014 @ 16:12:07
  Author: td123
Revision: 110648

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

Added:
  haskell-http/repos/community-i686/
  haskell-http/repos/community-i686/0001-relax-upper-bound-on-network.patch
(from rev 110647, 
haskell-http/trunk/0001-relax-upper-bound-on-network.patch)
  haskell-http/repos/community-i686/PKGBUILD
(from rev 110647, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-i686/haskell-http.install
(from rev 110647, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/community-x86_64/
  haskell-http/repos/community-x86_64/0001-relax-upper-bound-on-network.patch
(from rev 110647, 
haskell-http/trunk/0001-relax-upper-bound-on-network.patch)
  haskell-http/repos/community-x86_64/PKGBUILD
(from rev 110647, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/community-x86_64/haskell-http.install
(from rev 110647, haskell-http/trunk/haskell-http.install)

--+
 community-i686/0001-relax-upper-bound-on-network.patch   |   25 ++
 community-i686/PKGBUILD  |   54 +
 community-i686/haskell-http.install  |   35 
 community-x86_64/0001-relax-upper-bound-on-network.patch |   25 ++
 community-x86_64/PKGBUILD|   54 +
 community-x86_64/haskell-http.install|   35 
 6 files changed, 228 insertions(+)

Copied: 
haskell-http/repos/community-i686/0001-relax-upper-bound-on-network.patch (from 
rev 110647, haskell-http/trunk/0001-relax-upper-bound-on-network.patch)
===
--- community-i686/0001-relax-upper-bound-on-network.patch  
(rev 0)
+++ community-i686/0001-relax-upper-bound-on-network.patch  2014-05-04 
14:12:07 UTC (rev 110648)
@@ -0,0 +1,25 @@
+From 48063198a77c0274ae7d9ba2f50dc4c25ddba99f Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic gos...@gmail.com
+Date: Fri, 18 Apr 2014 09:40:01 -0700
+Subject: [PATCH] relax upper bound on network
+
+---
+ HTTP.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/HTTP.cabal b/HTTP.cabal
+index 594e22d..a1b5578 100644
+--- a/HTTP.cabal
 b/HTTP.cabal
+@@ -85,7 +85,7 @@ Library
+  Network.HTTP.Utils
+  Paths_HTTP
+   GHC-options: -fwarn-missing-signatures -Wall
+-  Build-depends: base = 2   4.8, network  2.5, parsec
++  Build-depends: base = 2   4.8, network  2.6, parsec
+   Extensions: FlexibleInstances
+   if flag(old-base)
+ Build-depends: base  3
+-- 
+1.9.2
+

Copied: haskell-http/repos/community-i686/PKGBUILD (from rev 110647, 
haskell-http/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-04 14:12:07 UTC (rev 110648)
@@ -0,0 +1,54 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.12
+pkgrel=2
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-2' 'sh' 'haskell-network=2.5.0.0-1' 
'haskell-parsec=3.1.5-2' 'haskell-mtl=2.1.3.1-2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+'0001-relax-upper-bound-on-network.patch')
+install=${pkgname}.install
+md5sums=('cd69429866439890353ec98100e3ba32'
+ '490004d105b18535bb6c77ec2566053e')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  # fixes https://github.com/haskell/HTTP/issues/55
+  patch -Np1 -i ${srcdir}/0001-relax-upper-bound-on-network.patch
+
+  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-http/repos/community-i686/haskell-http.install (from rev 
110647, haskell-http/trunk/haskell-http.install)

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

2014-04-18 Thread Thomas Dziedzic
Date: Friday, April 18, 2014 @ 19:05:52
  Author: td123
Revision: 211293

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

Added:
  haskell-http/repos/staging-i686/
  haskell-http/repos/staging-i686/0001-relax-upper-bound-on-network.patch
(from rev 211292, 
haskell-http/trunk/0001-relax-upper-bound-on-network.patch)
  haskell-http/repos/staging-i686/PKGBUILD
(from rev 211292, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/staging-i686/haskell-http.install
(from rev 211292, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/staging-x86_64/
  haskell-http/repos/staging-x86_64/0001-relax-upper-bound-on-network.patch
(from rev 211292, 
haskell-http/trunk/0001-relax-upper-bound-on-network.patch)
  haskell-http/repos/staging-x86_64/PKGBUILD
(from rev 211292, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/staging-x86_64/haskell-http.install
(from rev 211292, haskell-http/trunk/haskell-http.install)

+
 staging-i686/0001-relax-upper-bound-on-network.patch   |   25 ++
 staging-i686/PKGBUILD  |   54 +++
 staging-i686/haskell-http.install  |   35 +
 staging-x86_64/0001-relax-upper-bound-on-network.patch |   25 ++
 staging-x86_64/PKGBUILD|   54 +++
 staging-x86_64/haskell-http.install|   35 +
 6 files changed, 228 insertions(+)

Copied: haskell-http/repos/staging-i686/0001-relax-upper-bound-on-network.patch 
(from rev 211292, haskell-http/trunk/0001-relax-upper-bound-on-network.patch)
===
--- staging-i686/0001-relax-upper-bound-on-network.patch
(rev 0)
+++ staging-i686/0001-relax-upper-bound-on-network.patch2014-04-18 
17:05:52 UTC (rev 211293)
@@ -0,0 +1,25 @@
+From 48063198a77c0274ae7d9ba2f50dc4c25ddba99f Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic gos...@gmail.com
+Date: Fri, 18 Apr 2014 09:40:01 -0700
+Subject: [PATCH] relax upper bound on network
+
+---
+ HTTP.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/HTTP.cabal b/HTTP.cabal
+index 594e22d..a1b5578 100644
+--- a/HTTP.cabal
 b/HTTP.cabal
+@@ -85,7 +85,7 @@ Library
+  Network.HTTP.Utils
+  Paths_HTTP
+   GHC-options: -fwarn-missing-signatures -Wall
+-  Build-depends: base = 2   4.8, network  2.5, parsec
++  Build-depends: base = 2   4.8, network  2.6, parsec
+   Extensions: FlexibleInstances
+   if flag(old-base)
+ Build-depends: base  3
+-- 
+1.9.2
+

Copied: haskell-http/repos/staging-i686/PKGBUILD (from rev 211292, 
haskell-http/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-18 17:05:52 UTC (rev 211293)
@@ -0,0 +1,54 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.12
+pkgrel=2
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.2-2' 'sh' 'haskell-network=2.5.0.0-1' 
'haskell-parsec=3.1.5-2' 'haskell-mtl=2.1.3.1-2')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+'0001-relax-upper-bound-on-network.patch')
+install=${pkgname}.install
+md5sums=('cd69429866439890353ec98100e3ba32'
+ '490004d105b18535bb6c77ec2566053e')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  # fixes https://github.com/haskell/HTTP/issues/55
+  patch -Np1 -i ${srcdir}/0001-relax-upper-bound-on-network.patch
+
+  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-http/repos/staging-i686/haskell-http.install (from rev 211292, 
haskell-http/trunk/haskell-http.install)
===
--- 

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

2014-03-01 Thread Bartłomiej Piotrowski
Date: Saturday, March 1, 2014 @ 19:29:04
  Author: bpiotrowski
Revision: 206576

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

Added:
  haskell-http/repos/extra-i686/PKGBUILD
(from rev 206575, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/extra-i686/haskell-http.install
(from rev 206575, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/extra-x86_64/PKGBUILD
(from rev 206575, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/extra-x86_64/haskell-http.install
(from rev 206575, haskell-http/trunk/haskell-http.install)
Deleted:
  haskell-http/repos/extra-i686/PKGBUILD
  haskell-http/repos/extra-i686/haskell-http.install
  haskell-http/repos/extra-x86_64/PKGBUILD
  haskell-http/repos/extra-x86_64/haskell-http.install

---+
 /PKGBUILD |  100 
 /haskell-http.install |   70 +
 extra-i686/PKGBUILD   |   50 --
 extra-i686/haskell-http.install   |   35 
 extra-x86_64/PKGBUILD |   50 --
 extra-x86_64/haskell-http.install |   35 
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-01 18:28:57 UTC (rev 206575)
+++ extra-i686/PKGBUILD 2014-03-01 18:29:04 UTC (rev 206576)
@@ -1,50 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.2.8
-pkgrel=1
-pkgdesc=A library for client-side HTTP
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-network=2.4.1.2-1' 
'haskell-parsec=3.1.3-3' 'haskell-mtl=2.1.2-3')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-options=('staticlibs')
-md5sums=('94be05278da4e9324aaef6e012e751e2')
-
-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-http/repos/extra-i686/PKGBUILD (from rev 206575, 
haskell-http/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-01 18:29:04 UTC (rev 206576)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.11
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-network=2.4.1.2-1' 
'haskell-parsec=3.1.3-3' 'haskell-mtl=2.1.2-3')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+options=('staticlibs')
+md5sums=('a293c8a1b6caebda06cf655f42d473d0')
+
+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
+}
+

Deleted: extra-i686/haskell-http.install

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

2013-10-20 Thread Thomas Dziedzic
Date: Monday, October 21, 2013 @ 05:43:57
  Author: td123
Revision: 196901

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

Added:
  haskell-http/repos/extra-i686/PKGBUILD
(from rev 196900, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/extra-i686/haskell-http.install
(from rev 196900, haskell-http/trunk/haskell-http.install)
  haskell-http/repos/extra-x86_64/PKGBUILD
(from rev 196900, haskell-http/trunk/PKGBUILD)
  haskell-http/repos/extra-x86_64/haskell-http.install
(from rev 196900, haskell-http/trunk/haskell-http.install)
Deleted:
  haskell-http/repos/extra-i686/PKGBUILD
  haskell-http/repos/extra-i686/haskell-http.install
  haskell-http/repos/extra-x86_64/PKGBUILD
  haskell-http/repos/extra-x86_64/haskell-http.install

---+
 /PKGBUILD |  100 
 /haskell-http.install |   70 +
 extra-i686/PKGBUILD   |   49 -
 extra-i686/haskell-http.install   |   35 
 extra-x86_64/PKGBUILD |   49 -
 extra-x86_64/haskell-http.install |   35 
 6 files changed, 170 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-21 03:40:08 UTC (rev 196900)
+++ extra-i686/PKGBUILD 2013-10-21 03:43:57 UTC (rev 196901)
@@ -1,49 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.2.8
-pkgrel=1
-pkgdesc=A library for client-side HTTP
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-network=2.4.1.2-1' 
'haskell-parsec=3.1.3-3' 'haskell-mtl=2.1.2-3')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('94be05278da4e9324aaef6e012e751e2')
-
-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-http/repos/extra-i686/PKGBUILD (from rev 196900, 
haskell-http/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-21 03:43:57 UTC (rev 196901)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.8
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-network=2.4.1.2-1' 
'haskell-parsec=3.1.3-3' 'haskell-mtl=2.1.2-3')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+options=('staticlibs')
+md5sums=('94be05278da4e9324aaef6e012e751e2')
+
+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
+}
+

Deleted: extra-i686/haskell-http.install

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

2012-10-03 Thread Thomas Dziedzic
Date: Wednesday, October 3, 2012 @ 11:19:09
  Author: tdziedzic
Revision: 167881

db-move: moved haskell-http from [staging] to [testing] (i686, x86_64)

Added:
  haskell-http/repos/testing-i686/
  haskell-http/repos/testing-i686/PKGBUILD
(from rev 167879, haskell-http/repos/staging-i686/PKGBUILD)
  haskell-http/repos/testing-i686/haskell-http.install
(from rev 167879, haskell-http/repos/staging-i686/haskell-http.install)
  haskell-http/repos/testing-x86_64/
  haskell-http/repos/testing-x86_64/PKGBUILD
(from rev 167879, haskell-http/repos/staging-x86_64/PKGBUILD)
  haskell-http/repos/testing-x86_64/haskell-http.install
(from rev 167879, haskell-http/repos/staging-x86_64/haskell-http.install)
Deleted:
  haskell-http/repos/staging-i686/
  haskell-http/repos/staging-x86_64/

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

Copied: haskell-http/repos/testing-i686/PKGBUILD (from rev 167879, 
haskell-http/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-03 15:19:09 UTC (rev 167881)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.4
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-network=2.3.1.0-1' 
'haskell-parsec=3.1.3-1' 'haskell-mtl=2.1.2-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('5edcd9fd16a9cb72a140a29442d514b7')
+
+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-http/repos/testing-i686/haskell-http.install (from rev 167879, 
haskell-http/repos/staging-i686/haskell-http.install)
===
--- testing-i686/haskell-http.install   (rev 0)
+++ testing-i686/haskell-http.install   2012-10-03 15:19:09 UTC (rev 167881)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http
+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/repos/testing-x86_64/PKGBUILD (from rev 167879, 
haskell-http/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-03 15:19:09 UTC (rev 167881)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.4
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.1-1' 'sh' 'haskell-network=2.3.1.0-1' 
'haskell-parsec=3.1.3-1' 'haskell-mtl=2.1.2-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install

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

2012-06-11 Thread Thomas Dziedzic
Date: Monday, June 11, 2012 @ 13:22:24
  Author: tdziedzic
Revision: 161442

db-move: moved haskell-http from [staging] to [testing] ( i686,  x86_64)

Added:
  haskell-http/repos/testing-i686/
  haskell-http/repos/testing-i686/PKGBUILD
(from rev 161439, haskell-http/repos/staging-i686/PKGBUILD)
  haskell-http/repos/testing-i686/haskell-http.install
(from rev 161439, haskell-http/repos/staging-i686/haskell-http.install)
  haskell-http/repos/testing-x86_64/
  haskell-http/repos/testing-x86_64/PKGBUILD
(from rev 161439, haskell-http/repos/staging-x86_64/PKGBUILD)
  haskell-http/repos/testing-x86_64/haskell-http.install
(from rev 161439, haskell-http/repos/staging-x86_64/haskell-http.install)
Deleted:
  haskell-http/repos/staging-i686/
  haskell-http/repos/staging-x86_64/

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

Copied: haskell-http/repos/testing-i686/PKGBUILD (from rev 161439, 
haskell-http/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-11 17:22:24 UTC (rev 161442)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.3
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh' 'haskell-network=2.3.0.14-1' 
'haskell-parsec=3.1.2-2' 'haskell-mtl=2.1.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('872a1e49c3701c61c354f76716d4e3e7')
+
+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-http/repos/testing-i686/haskell-http.install (from rev 161439, 
haskell-http/repos/staging-i686/haskell-http.install)
===
--- testing-i686/haskell-http.install   (rev 0)
+++ testing-i686/haskell-http.install   2012-06-11 17:22:24 UTC (rev 161442)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http
+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/repos/testing-x86_64/PKGBUILD (from rev 161439, 
haskell-http/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-11 17:22:24 UTC (rev 161442)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.3
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.2-1' 'sh' 'haskell-network=2.3.0.14-1' 
'haskell-parsec=3.1.2-2' 'haskell-mtl=2.1.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install