Date: Monday, July 25, 2022 @ 13:01:27 Author: felixonmars Revision: 1257727
upgpkg: haskell-hls-graph 1.4.0.0-165: rebuild again with correct old version Modified: haskell-hls-graph/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-25 12:09:44 UTC (rev 1257726) +++ PKGBUILD 2022-07-25 13:01:27 UTC (rev 1257727) @@ -2,18 +2,16 @@ _hkgname=hls-graph pkgname=haskell-hls-graph -pkgver=1.5.1.0 -pkgrel=1 +pkgver=1.4.0.0 +pkgrel=165 pkgdesc="Haskell Language Server internal graph API" url="https://github.com/haskell/haskell-language-server#readme" license=("Apache") arch=('x86_64') -depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-extra' 'haskell-hashable' - 'haskell-js-dgtable' 'haskell-js-flot' 'haskell-js-jquery' 'haskell-primitive' - 'haskell-unordered-containers') +depends=('ghc-libs' 'haskell-shake' 'haskell-unordered-containers') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('4cf12e485f9af7403dc2ae798d6a3c695f0af938932368499797f1304a465289') +sha256sums=('8ee3bf2a7f11f15741c94a9d40560aa2fe35af3c8fce40166796233322a5a474') prepare() { cd $_hkgname-$pkgver @@ -27,8 +25,7 @@ --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ - --ghc-option='-pie' \ - -f-embed-files + --ghc-option='-pie' runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script @@ -37,11 +34,6 @@ sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } -check() { - cd $_hkgname-$pkgver - runhaskell Setup test --show-details=direct -} - package() { cd $_hkgname-$pkgver
