Date: Thursday, December 10, 2015 @ 18:17:22
  Author: foutrelis
Revision: 152456

GHC 7.10.3 rebuild

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-12-10 17:17:19 UTC (rev 152455)
+++ PKGBUILD    2015-12-10 17:17:22 UTC (rev 152456)
@@ -3,13 +3,13 @@
 _hkgname=HTTP
 pkgname=haskell-http
 pkgver=4000.2.20
-pkgrel=4
+pkgrel=5
 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')
+depends=('ghc=7.10.3' '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')

Reply via email to