[arch-commits] Commit in haskell-hls-test-utils/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 14 15:47:28 UTC 2021


    Date: Monday, June 14, 2021 @ 15:47:28
  Author: felixonmars
Revision: 963456

upgpkg: haskell-hls-test-utils 1.0.1.0-1

Modified:
  haskell-hls-test-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-14 15:08:47 UTC (rev 963455)
+++ PKGBUILD	2021-06-14 15:47:28 UTC (rev 963456)
@@ -2,25 +2,26 @@
 
 _hkgname=hls-test-utils
 pkgname=haskell-hls-test-utils
-pkgver=1.0.0.0
-pkgrel=23
+pkgver=1.0.1.0
+pkgrel=1
 pkgdesc="Utilities used in the tests of Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server#readme"
 license=("Apache")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-blaze-markup' 'haskell-data-default'
-         'haskell-extra' 'haskell-ghcide' 'haskell-hls-plugin-api' 'haskell-hspec'
-         'haskell-hspec-core' 'haskell-lens' 'haskell-lsp' 'haskell-lsp-test' 'haskell-lsp-types'
-         'haskell-shake' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-golden'
+         'haskell-extra' 'haskell-ghcide' 'haskell-hls-graph' 'haskell-hls-plugin-api'
+         'haskell-hspec' 'haskell-hspec-core' 'haskell-lens' 'haskell-lsp' 'haskell-lsp-test'
+         'haskell-lsp-types' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-golden'
          'haskell-tasty-hunit' 'haskell-tasty-rerun' 'haskell-temporary'
          'haskell-unordered-containers')
 makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('befae62fe5e2098aab1883e77158f9067ac71f5c3fdef44bb618e8a06afa71341385b4c3329a90c7dcf26c5cd11b71a8d582e4385aef8b722f7887540316f5ca')
+sha512sums=('ba5c13ce3fe5dc502d25221456e832d3ee521c112a9f1a3e066d10205e4b553b2de21c476ad0f4f051041ed421d03499abde14a7ff1bed29cf94bc3b29a40c19')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
+  uusi -u hspec $_hkgname.cabal
   # https://github.com/haskell/haskell-language-server/issues/1835
   sed -i '/configOutputFile/d' src/Test/Hls/Util.hs
 }



More information about the arch-commits mailing list