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

Felix Yan fyan at archlinux.org
Sat Jan 16 02:32:21 UTC 2016


    Date: Saturday, January 16, 2016 @ 03:32:21
  Author: fyan
Revision: 156776

upgpkg: haskell-http 4000.3.1-1

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-16 02:30:03 UTC (rev 156775)
+++ PKGBUILD	2016-01-16 02:32:21 UTC (rev 156776)
@@ -2,7 +2,7 @@
 
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.2.22
+pkgver=4000.3.1
 pkgrel=1
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname}"
@@ -9,10 +9,10 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-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')
+depends=('ghc=7.10.3' 'sh' 'haskell-network' 'haskell-parsec' 'haskell-mtl' 'haskell-network-uri')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install=${pkgname}.install
-md5sums=('baf6544c9cfa79c47664d8d6c8b6bef5')
+md5sums=('49911f8bd8eee156cf8aa063a4020caf')
 
 build() {
  cd ${_hkgname}-${pkgver}



More information about the arch-commits mailing list