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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jan 10 01:40:42 UTC 2022


    Date: Monday, January 10, 2022 @ 01:40:42
  Author: felixonmars
Revision: 1098868

upgpkg: dhall-lsp-server 1.0.17-1: rebuild with base16-bytestring 1.0.2.0

Modified:
  dhall-lsp-server/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 01:39:26 UTC (rev 1098867)
+++ PKGBUILD	2022-01-10 01:40:42 UTC (rev 1098868)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=dhall-lsp-server
-pkgver=1.0.16
-pkgrel=61
+pkgver=1.0.17
+pkgrel=1
 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,16 +12,11 @@
          'haskell-megaparsec' 'haskell-network-uri' 'haskell-optparse-applicative'
          'haskell-prettyprinter' 'haskell-rope-utf16-splay' 'haskell-unordered-containers'
          'haskell-uri-encode')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-doctest' 'haskell-hspec' 'haskell-lsp0-types'
+makedepends=('ghc' '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=('caca7b4aaf39f4433a742357a599753c1659ec59c1ace4d57e55c08b9c5b4d64ec53c980d13a22454afdf3595a99643db8de80cf7efbf7fa212d62219bb888e6')
+sha512sums=('79781f076e6725cbd5cfdb26b9113baf3c25c5ba50ba09d829dd837637fa0d1ebd8849e38ee13fa3ec0f70e8dd7e85ef1587f99bd2437f8cffcc2903fdea8af4')
 
-prepare() {
-  cd $pkgname-$pkgver
-  uusi -u megaparsec $pkgname.cabal
-}
-
 build() {
   cd $pkgname-$pkgver    
 



More information about the arch-commits mailing list