From 32d787435e147e14b0ec90c53b2ce48ce4785aad Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 22 Jun 2023 09:38:58 +0300 Subject: [PATCH] addpatch: haskell-tasty Don't depend on unbounded-delays for riscv64. Upstreamed as https://github.com/UnkindPartition/tasty/pull/371 --- haskell-tasty/riscv64.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 haskell-tasty/riscv64.patch diff --git a/haskell-tasty/riscv64.patch b/haskell-tasty/riscv64.patch new file mode 100644 index 000000000..c88563d80 --- /dev/null +++ b/haskell-tasty/riscv64.patch @@ -0,0 +1,16 @@ +diff --git PKGBUILD PKGBUILD +index bce6b08..ad1a486 100644 +--- PKGBUILD ++++ PKGBUILD +@@ -14,6 +14,11 @@ makedepends=('ghc') + source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") + sha512sums=('88d4e13bdc6e70a865d9779c9c990b2ce98bb495dd8aa7893254d99ae87e37a696ad6930323d3c213f804bc5b18063f261cdc2f8332054fc4112068a458fa466') + ++prepare() { ++ cd $_hkgname-$pkgver ++ sed -i 's/!arch(aarch64))/!arch(aarch64) \&\& !arch(riscv64))/' tasty.cabal ++} ++ + build() { + cd $_hkgname-$pkgver +