[arch-commits] Commit in haskell-configurator-pg/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Jun 19 23:43:07 UTC 2021
Date: Saturday, June 19, 2021 @ 23:43:07
Author: felixonmars
Revision: 965725
upgpkg: haskell-configurator-pg 0.2.5-71: rebuild with ghc 9.0.1
Modified:
haskell-configurator-pg/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-19 23:40:49 UTC (rev 965724)
+++ PKGBUILD 2021-06-19 23:43:07 UTC (rev 965725)
@@ -4,16 +4,21 @@
_hkgname=configurator-pg
pkgname=haskell-configurator-pg
pkgver=0.2.5
-pkgrel=70
+pkgrel=71
pkgdesc="Reduced parser for configurator-ng config files"
url="https://github.com/robx/configurator-pg"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-megaparsec' 'haskell-protolude' 'haskell-scientific')
-makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit')
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('ff22e1d20f609660d6dc91802fe3bd8ffa849e292b86a8c65ba9005b76d1b4cb795be6f6e4a8246467547ba6428cad087aad211d6c0e3fff2b3b1955ce7ea552')
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u base $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list