mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Updated haskell-parsec and haskell-network PKGBUILDs
This commit is contained in:
parent
31e4428572
commit
9e431f96cd
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user