From 6d851bc28594a9daaf9502aaa7c9b0ab7d4fcf72 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 16 Mar 2023 17:55:23 +0800 Subject: [PATCH] disable i686 since cborg doesn't build with ghc-9.2 --- dhall.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dhall.spec b/dhall.spec index 84c1ac5..df3f062 100644 --- a/dhall.spec +++ b/dhall.spec @@ -13,6 +13,8 @@ Summary: A configuration language guaranteed to terminate License: BSD-3-Clause Url: https://hackage.haskell.org/package/%{name} +# https://github.com/well-typed/cborg/issues/309 +ExcludeArch: %{ix86} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz Source1: https://hackage.haskell.org/package/%{pkgver}/%{name}.cabal#/%{pkgver}.cabal