Date: Tuesday, March 31, 2015 @ 20:56:53 Author: jelle Revision: 130443
upgpkg: haskell-http 4000.2.19-2 ghc 7.10.1 rebuild Modified: haskell-http/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-31 18:55:50 UTC (rev 130442) +++ PKGBUILD 2015-03-31 18:56:53 UTC (rev 130443) @@ -3,13 +3,13 @@ _hkgname=HTTP pkgname=haskell-http pkgver=4000.2.19 -pkgrel=1 +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.4-1' 'sh' 'haskell-network=2.6.0.2-5' 'haskell-parsec=3.1.7-4' 'haskell-mtl=2.1.3.1-4' 'haskell-network-uri') +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') @@ -17,7 +17,7 @@ build() { cd ${_hkgname}-${pkgver} - runhaskell Setup configure -O -p \ + runhaskell Setup configure -O \ --enable-split-objs \ --enable-shared \ --prefix=/usr \
