Date: Thursday, January 13, 2022 @ 13:59:17 Author: felixonmars Revision: 1101887
upgpkg: haskell-ghcide 1.4.1.0-54: rebuild with ghc 9.0.2 Modified: haskell-ghcide/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-13 13:03:15 UTC (rev 1101886) +++ PKGBUILD 2022-01-13 13:59:17 UTC (rev 1101887) @@ -3,7 +3,7 @@ _hkgname=ghcide pkgname=haskell-ghcide pkgver=1.4.1.0 -pkgrel=53 +pkgrel=54 pkgdesc="The core of an IDE" url="https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme" license=("Apache") @@ -37,7 +37,7 @@ gen-setup find test/data -name \*.cabal -exec uusi --add-options-all=-dynamic {} \; - uusi -u extra -u ghc-api-compat -u hiedb $_hkgname.cabal + uusi -u extra -r ghc:ghc,ghc-api-compat -u hiedb $_hkgname.cabal # extra 1.7.10 sed -i "s/hiding (modifyVar, modifyVar_)/hiding (modifyVar, modifyVar_, modifyVar')/" src/Control/Concurrent/Strict.hs
