From 9e431f96cdb0bfcb28726a1b931804456c36f1c0 Mon Sep 17 00:00:00 2001 From: Stephen Date: Sun, 17 Jun 2012 01:33:41 +0000 Subject: [PATCH] Updated haskell-parsec and haskell-network PKGBUILDs --- haskell-network/PKGBUILD | 2 +- haskell-parsec/PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/haskell-network/PKGBUILD b/haskell-network/PKGBUILD index 2b8ea2024..74f71549a 100644 --- a/haskell-network/PKGBUILD +++ b/haskell-network/PKGBUILD @@ -12,7 +12,7 @@ depends=('ghc' 'haskell-bytestring' 'haskell-parsec') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('db9630cb3d2d9494e813ee931d1de2e1') +md5sums=('1e45cc731647acff8b9c33bda085bf2a') build() { cd ${srcdir}/${_hkgname}-${pkgver} runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \ diff --git a/haskell-parsec/PKGBUILD b/haskell-parsec/PKGBUILD index 0a4990978..45d8c543d 100644 --- a/haskell-parsec/PKGBUILD +++ b/haskell-parsec/PKGBUILD @@ -2,7 +2,7 @@ _hkgname=parsec pkgname=haskell-parsec pkgver=3.1.3 -pkgrel=2 +pkgrel=1 pkgdesc="Monadic parser combinators" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') @@ -12,7 +12,7 @@ depends=('ghc' 'haskell-bytestring' 'haskell-mtl' 'haskell-text') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('c2a75dfd247ae4839e2602b62dc87487') +md5sums=('d72fc94b81153132c61125a1ec52a4a5') build() { cd ${srcdir}/${_hkgname}-${pkgver} runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \