[arch-commits] Commit in haskell-config-value/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jun 25 05:43:08 UTC 2021


    Date: Friday, June 25, 2021 @ 05:43:07
  Author: felixonmars
Revision: 967363

upgpkg: haskell-config-value 0.8.1-3: rebuild with cabal-install 3.4.0.0, cabal-install-parsers 0.4.1, ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, haskell-ci 0.12.1, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  haskell-config-value/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 04:27:38 UTC (rev 967362)
+++ PKGBUILD	2021-06-25 05:43:07 UTC (rev 967363)
@@ -3,16 +3,21 @@
 _hkgname=config-value
 pkgname=haskell-config-value
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple, layout-based value language similar to YAML or JSON"
 url="https://github.com/glguy/config-value"
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'alex' 'happy')
+makedepends=('ghc' 'uusi' 'alex' 'happy')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('58f45c24dcb668360b773171bc4dafe702bc434981a76ef821e58ca302d8d220')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u base $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 




More information about the arch-commits mailing list