[arch-commits] Commit in dhall-lsp-server/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Sep 6 21:06:50 UTC 2022


    Date: Tuesday, September 6, 2022 @ 21:06:50
  Author: felixonmars
Revision: 1295096

upgpkg: dhall-lsp-server 1.1.1-34: rebuild with hspec 2.10.0, hspec-core 2.10.0, hspec-discover 2.10.0

Modified:
  dhall-lsp-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-06 21:06:22 UTC (rev 1295095)
+++ PKGBUILD	2022-09-06 21:06:50 UTC (rev 1295096)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-lsp-server
 pkgver=1.1.1
-pkgrel=33
+pkgrel=34
 pkgdesc="Language Server Protocol (LSP) server for Dhall"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme"
 license=("custom:MIT")
@@ -12,11 +12,16 @@
          'haskell-megaparsec' 'haskell-network-uri' 'haskell-optparse-applicative'
          'haskell-prettyprinter' 'haskell-rope-utf16-splay' 'haskell-unordered-containers'
          'haskell-uri-encode')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-doctest' 'haskell-hspec' 'haskell-lsp-test'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-doctest' 'haskell-hspec' 'haskell-lsp-test'
              'haskell-lsp-types' 'haskell-tasty' 'haskell-tasty-hspec')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('bf31761ba00e3930af5805993bceb537ed737f4ebf28b13b49019c3d73be3d1096958eb0de02153d93c417c6d977c75cecc8237db74f41b08db5d08801c09f6c')
 
+prepare() {
+  cd $pkgname-$pkgver
+  uusi -u hspec $pkgname.cabal
+}
+
 build() {
   cd $pkgname-$pkgver    
 



More information about the arch-commits mailing list