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

Jelle van der Waa jelle at archlinux.org
Mon Dec 29 18:16:43 UTC 2014


    Date: Monday, December 29, 2014 @ 19:16:42
  Author: jelle
Revision: 124864

upgpkg: haskell-http 4000.2.18-1

ghc 7.8.4 rebuild

Modified:
  haskell-http/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-29 18:09:55 UTC (rev 124863)
+++ PKGBUILD	2014-12-29 18:16:42 UTC (rev 124864)
@@ -2,26 +2,21 @@
 
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.2.12
-pkgrel=3
+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.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')
+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=('cd69429866439890353ec98100e3ba32'
-         '29c84f3787e06183742ca47f34b3e052')
+md5sums=('a65de426b472421dc979706aed7f4332')
 
 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 \



More information about the arch-commits mailing list