Updated haskell-parsec and haskell-network PKGBUILDs

This commit is contained in:
Stephen 2012-06-17 01:33:41 +00:00
parent 31e4428572
commit 9e431f96cd
2 changed files with 3 additions and 3 deletions

View File

@ -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 \

View File

@ -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 \