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

Felix Yan felixonmars at archlinux.org
Mon Jun 21 16:20:31 UTC 2021


    Date: Monday, June 21, 2021 @ 16:20:31
  Author: felixonmars
Revision: 966495

upgpkg: haskell-lsp0-types 0.24.0.0-31: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, one-liner 2.0, retrie 1.0.0.0

Modified:
  haskell-lsp0-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-21 16:19:12 UTC (rev 966494)
+++ PKGBUILD	2021-06-21 16:20:31 UTC (rev 966495)
@@ -3,7 +3,7 @@
 _hkgname=haskell-lsp-types
 pkgname=haskell-lsp0-types
 pkgver=0.24.0.0
-pkgrel=30
+pkgrel=31
 pkgdesc="Haskell library for the Microsoft Language Server Protocol, data types (Legacy 0.x version)"
 url="https://github.com/alanz/haskell-lsp"
 license=("MIT")
@@ -10,10 +10,15 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-data-default' 'haskell-hashable' 'haskell-lens'
          'haskell-network-uri' 'haskell-scientific' 'haskell-unordered-containers')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha512sums=('736bf29157aed1ef5d075c8fdb5cd06a356b53ef5e87c88173c265c2b59d757c8af48ec0ef2b42681e27861c9d8e969a204ca563d643fb7e7d5638522e203584')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u base $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver    
 



More information about the arch-commits mailing list