Date: Tuesday, August 23, 2022 @ 09:57:39 Author: felixonmars Revision: 1274953
upgpkg: haskell-hie-bios 0.8.1-1: rebuild with hie-bios 0.8.1 Modified: haskell-hie-bios/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-23 09:35:11 UTC (rev 1274952) +++ PKGBUILD 2022-08-23 09:57:39 UTC (rev 1274953) @@ -2,8 +2,8 @@ _hkgname=hie-bios pkgname=haskell-hie-bios -pkgver=0.8.0 -pkgrel=8 +pkgver=0.8.1 +pkgrel=1 pkgdesc="Set up a GHC API session" url="https://github.com/mpickering/hie-bios" license=("BSD") @@ -13,13 +13,10 @@ 'haskell-file-embed' 'haskell-ghc-api-compat' 'haskell-hslogger' 'haskell-optparse-applicative' 'haskell-temporary' 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml') -makedepends=('ghc' 'uusi' 'haskell-hspec-expectations' 'haskell-tasty' 'haskell-tasty-expected-failure' - 'haskell-tasty-hunit') +makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit') checkdepends=('cabal-install') -source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz" - $pkgname-ghc-9.0.2.patch::https://github.com/haskell/hie-bios/commit/da0cb23384cc6e9b393792f8f25a3c174a4edafa.patch) -sha512sums=('24b62d89a64824c05a0c397cdfa853b43123cf6ea4f053fa8b66692e28dbea6f62542290b15234bdfff10f72d339fc7cac6504c3ff4c20ab9ba5fb8b54ff39ed' - '5fa94f58c47d8597a8b797ea526422463569983332e1acd1769e6d67fd85dcbaea1b8ad2ba72f11f9755aaa49a101f4ad601ce5121756638df7ee6e478619885') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") +sha512sums=('0b83d8eff89d656d8e639908635967861d0ef99271c19de546fd5824d1e95933f48aee061529e825f348220e80bd5fec2a95efc65011c39d4cefa6ec7a031d68') prepare() { cd $_hkgname-$pkgver @@ -26,8 +23,6 @@ uusi -u unix-compat $_hkgname.cabal - patch -Np1 -i ../$pkgname-ghc-9.0.2.patch - # It is broken only in the hackage tarball sed -i 's/FilePah/FilePath/' tests/ParserTests.hs
