Date: Friday, February 24, 2012 @ 19:35:54
  Author: tdziedzic
Revision: 151114

upgpkg: haskell-network 2.3.0.11-1

rebuild for ghc

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-02-25 00:13:54 UTC (rev 151113)
+++ PKGBUILD    2012-02-25 00:35:54 UTC (rev 151114)
@@ -1,19 +1,20 @@
+# Maintainer: Thomas Dziedzic <gos...@gmail.com>
 # Maintainer: Vesa Kaihlavirta <v...@archlinux.org>
 # Contributor: Arch Haskell Team <arch-hask...@haskell.org>
 # Package generated by cabal2arch 0.7.6
+
 _hkgname=network
 pkgname=haskell-network
-pkgver=2.3.0.2
-pkgrel=2.1
+pkgver=2.3.0.11
+pkgrel=1
 pkgdesc="Networking-related facilities"
 url="http://hackage.haskell.org/package/network";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-parsec=3.1.1-2.1')
-options=('strip')
+depends=('ghc=7.4.1' 'sh' 'haskell-parsec=3.1.2-1')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('a739fe9b75af744cfa1c05e39d41ac1f')
+md5sums=('cfe4922ac85685be9f86d4d34654f481')
 
 build() {
     cd ${srcdir}/${_hkgname}-${pkgver}

Reply via email to