Date: Saturday, March 13, 2021 @ 20:23:16 Author: felixonmars Revision: 890541
upgpkg: haskell-hie-bios 0.7.5-1: rebuild with hie-bios 0.7.5 Modified: haskell-hie-bios/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-13 20:23:13 UTC (rev 890540) +++ PKGBUILD 2021-03-13 20:23:16 UTC (rev 890541) @@ -2,8 +2,8 @@ _hkgname=hie-bios pkgname=haskell-hie-bios -pkgver=0.7.4 -pkgrel=7 +pkgver=0.7.5 +pkgrel=1 pkgdesc="Set up a GHC API session" url="https://github.com/mpickering/hie-bios" license=("BSD") @@ -16,11 +16,12 @@ 'haskell-tasty-hunit') checkdepends=('cabal-install') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('c6c78c0368a2312e78b6819e1bef3b70a1afdb89f0ac07911981872d245647274ee9fce704e41b4cca06775813fd53377e3ee2403521dba815761c8b1cdd7785') +sha512sums=('decc7d47a5b44a041a43779d26a2db07d09754d3d1b40a90ee031f09487237890f9509256638aec9ec29fd92dcd37332c7bf36852586e2589b274eb42d5d9262') prepare() { cd $_hkgname-$pkgver - sed -i '/ setVerbosity 0/a \ $ dynamicTooMkDynamicDynFlags' src/HIE/Bios/Environment.hs + # https://github.com/mpickering/hie-bios/issues/290 + chmod +x tests/projects/*/*.sh } build() { @@ -41,6 +42,7 @@ check() { cd $_hkgname-$pkgver + cabal update # Generate cabal config for tests runhaskell Setup test }
