mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 05:27:15 +08:00
haskell-parsec: 3.1.4
This commit is contained in:
parent
fd03dbc29f
commit
6108d35b82
@ -1,8 +1,8 @@
|
||||
# Maintainer: Stephen McIntosh <stephenmac7[at]gmail[dot]com>
|
||||
_hkgname=parsec
|
||||
pkgname=haskell-parsec
|
||||
pkgver=3.1.3
|
||||
pkgrel=2
|
||||
pkgver=3.1.4
|
||||
pkgrel=1
|
||||
pkgdesc="Monadic parser combinators"
|
||||
url="http://hackage.haskell.org/package/${_hkgname}"
|
||||
license=('custom:BSD3')
|
||||
@ -10,9 +10,10 @@ arch=('i686' 'x86_64')
|
||||
makedepends=()
|
||||
depends=('ghc' 'haskell-mtl' 'haskell-text')
|
||||
options=('strip')
|
||||
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
|
||||
install=${pkgname}.install
|
||||
md5sums=('d72fc94b81153132c61125a1ec52a4a5')
|
||||
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('22fe2b1ebaad74ae3d00d066c3046314')
|
||||
|
||||
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