Date: Saturday, May 29, 2021 @ 14:05:25 Author: felixonmars Revision: 950130
upgpkg: dhall-lsp-server 1.0.14-32: rebuild with tasty-hspec 1.2 Modified: dhall-lsp-server/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-29 14:03:27 UTC (rev 950129) +++ PKGBUILD 2021-05-29 14:05:25 UTC (rev 950130) @@ -2,7 +2,7 @@ pkgname=dhall-lsp-server pkgver=1.0.14 -pkgrel=31 +pkgrel=32 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,7 +12,7 @@ '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-lsp0-types' +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-doctest' 'haskell-lsp0-types' 'haskell-lsp0-test' 'haskell-tasty' 'haskell-tasty-hspec') source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz" tasty-hspec-1.1.7.patch) @@ -21,6 +21,7 @@ prepare() { patch -d $pkgname-$pkgver -p2 < tasty-hspec-1.1.7.patch + uusi -u tasty-hspec $pkgname-$pkgver/$pkgname.cabal } build() {
