Date: Thursday, September 9, 2021 @ 22:41:15 Author: felixonmars Revision: 1013237
upgpkg: haskell-ghcide 1.4.0.3-33: rebuild with extra 1.7.10 Modified: haskell-ghcide/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-09 22:14:24 UTC (rev 1013236) +++ PKGBUILD 2021-09-09 22:41:15 UTC (rev 1013237) @@ -3,7 +3,7 @@ _hkgname=ghcide pkgname=haskell-ghcide pkgver=1.4.0.3 -pkgrel=32 +pkgrel=33 pkgdesc="The core of an IDE" url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme" license=("Apache") @@ -37,6 +37,9 @@ gen-setup find test/data -name \*.cabal -exec uusi --add-options-all=-dynamic {} \; + # extra 1.7.10 + sed -i "s/hiding (modifyVar, modifyVar_)/hiding (modifyVar, modifyVar_, modifyVar')/" src/Control/Concurrent/Strict.hs + # TODO: Skipped some broken tests for now sed -i '/, benchmarkTests/d;/, findDefinitionAndHoverTests/d;/, bootTests/d;s/, simpleMultiDefTest//;s/echo A.hs/echo -dynamic > $HIE_BIOS_OUTPUT/' test/exe/Main.hs }
