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

Felix Yan felixonmars at archlinux.org
Sun May 16 05:42:33 UTC 2021


    Date: Sunday, May 16, 2021 @ 05:42:33
  Author: felixonmars
Revision: 934862

upgpkg: haskell-hls-test-utils 1.0.0.0-5: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0, tasty-hspec 1.1.7

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

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-16 01:22:51 UTC (rev 934861)
+++ PKGBUILD	2021-05-16 05:42:33 UTC (rev 934862)
@@ -3,7 +3,7 @@
 _hkgname=hls-test-utils
 pkgname=haskell-hls-test-utils
 pkgver=1.0.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Utilities used in the tests of Haskell Language Server"
 url="https://github.com/haskell/haskell-language-server#readme"
 license=("Apache")
@@ -21,6 +21,8 @@
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
+  # https://github.com/haskell/haskell-language-server/issues/1835
+  sed -i '/configOutputFile/d' src/Test/Hls/Util.hs
 }
 
 build() {



More information about the arch-commits mailing list