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

Felix Yan felixonmars at gemini.archlinux.org
Sun Jan 9 19:09:16 UTC 2022


    Date: Sunday, January 9, 2022 @ 19:09:16
  Author: felixonmars
Revision: 1098418

upgpkg: haskell-kvitable 1.0.0.0-40: rebuild with dhall 1.40.2, dhall-bash 1.0.39, dhall-docs 1.0.8, dhall-json 1.7.9, dhall-lsp-server 1.0.17, dhall-yaml 1.2.9, lucid 2.11.0

Modified:
  haskell-kvitable/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-09 19:08:02 UTC (rev 1098417)
+++ PKGBUILD	2022-01-09 19:09:16 UTC (rev 1098418)
@@ -3,16 +3,22 @@
 _hkgname=kvitable
 pkgname=haskell-kvitable
 pkgver=1.0.0.0
-pkgrel=39
+pkgrel=40
 pkgdesc="Key/Value Indexed Table container and formatting library"
 url="https://hackage.haskell.org/package/kvitable"
 license=("custom:ISC")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-lucid' 'haskell-microlens' 'haskell-prettyprinter')
-makedepends=('ghc' 'haskell-html-parse' 'haskell-pretty-show' 'haskell-tasty' 'haskell-tasty-hunit')
+makedepends=('ghc' 'uusi' 'haskell-html-parse' 'haskell-pretty-show' 'haskell-tasty'
+             'haskell-tasty-hunit')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('9fcb3fc96d6e1f2ac5f580d03b04a1e13f534f247498fb3b0beb89e100f715dd')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u lucid $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list