Date: Saturday, April 12, 2014 @ 18:47:13
  Author: td123
Revision: 210227

upgpkg: haskell-network 2.4.2.2-1

rebuild with cfgf

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-04-12 16:47:05 UTC (rev 210226)
+++ PKGBUILD    2014-04-12 16:47:13 UTC (rev 210227)
@@ -2,17 +2,17 @@
 
 _hkgname=network
 pkgname=haskell-network
-pkgver=2.4.1.2
+pkgver=2.4.2.2
 pkgrel=1
 pkgdesc="Low-level networking interface"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-parsec=3.1.3-3')
+options=('staticlibs')
+depends=('ghc=7.8.2-1' 'sh' 'haskell-parsec=3.1.5-1')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install=${pkgname}.install
-options=('staticlibs')
-md5sums=('032075c35dea5d23923af3928f9a5511')
+md5sums=('ef57169f445f33bfe553c25a7496cec8')
 
 build() {
   cd ${_hkgname}-${pkgver}

Reply via email to