[arch-commits] Commit in dhall-lsp-server/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Jul 15 12:05:35 UTC 2021
Date: Thursday, July 15, 2021 @ 12:05:35
Author: felixonmars
Revision: 977256
upgpkg: dhall-lsp-server 1.0.15-12: rebuild with megaparsec 9.1.0
Modified:
dhall-lsp-server/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-15 12:03:38 UTC (rev 977255)
+++ PKGBUILD 2021-07-15 12:05:35 UTC (rev 977256)
@@ -2,7 +2,7 @@
pkgname=dhall-lsp-server
pkgver=1.0.15
-pkgrel=11
+pkgrel=12
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-lsp0-types'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-doctest' 'haskell-hspec' 'haskell-lsp0-types'
'haskell-lsp0-test' 'haskell-tasty' 'haskell-tasty-hspec')
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('7988ecea64b4e309fd7a10143ad1097c65280ec22ff342943f2b18f108073af4f05e66f024d21398f8b96cc535f8805b9534b620b7423ac92140b3e19a041875')
+prepare() {
+ cd $pkgname-$pkgver
+ uusi -u megaparsec $pkgname.cabal
+}
+
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list