[arch-commits] Commit in haskell-input-parsers/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Mar 27 22:48:17 UTC 2022
Date: Sunday, March 27, 2022 @ 22:48:17
Author: felixonmars
Revision: 1177315
upgpkg: haskell-input-parsers 0.2.3.1-1: rebuild with input-parsers 0.2.3.1
Modified:
haskell-input-parsers/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-27 22:46:35 UTC (rev 1177314)
+++ PKGBUILD 2022-03-27 22:48:17 UTC (rev 1177315)
@@ -2,8 +2,8 @@
_hkgname=input-parsers
pkgname=haskell-input-parsers
-pkgver=0.2.3
-pkgrel=58
+pkgver=0.2.3.1
+pkgrel=1
pkgdesc="Extension of the parsers library with more capability and efficiency"
url="https://github.com/blamario/input-parsers"
license=('BSD')
@@ -11,7 +11,7 @@
depends=('ghc-libs' 'haskell-attoparsec' 'haskell-monoid-subclasses' 'haskell-parsers')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('6db607bb49d94603c62243554c631a5e4e0ffb79dc5352b43e5ce0a23318f22796a4162275ab51ea979fe056970d21fe3a59df8e077fea702b3de4dbe50ea5a4')
+sha512sums=('63a49f84b20eaf3eac3e247ed55f25691c738fd0169c32ab4aeba70476403a6285dbcb6b87c1511dbc0c8696aa4afc42648908c47d0dedbac200aae31ce4f270')
build() {
cd $_hkgname-$pkgver
@@ -18,7 +18,8 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
- --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
+ -fbinary -fparsec -fattoparsec
runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
More information about the arch-commits
mailing list