The package rpms/haskell-platform.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/haskell-platform.git/commit/?id=0752....
Change: +ExcludeArch: armv7hl
Thanks.
Full change: ============
commit 0752f96aec46c8e7d2f0e7b0fe039932de71a684 Author: Jens Petersen petersen@redhat.com Date: Thu Apr 23 23:42:04 2020 +0800
exclude armv7hl due to ghc crash in Stack.Options.Completion (#1827309)
diff --git a/haskell-platform.spec b/haskell-platform.spec index 40b4c9f..d026496 100644 --- a/haskell-platform.spec +++ b/haskell-platform.spec @@ -30,6 +30,8 @@ Summary: Standard Haskell distribution
License: BSD URL: http://www.haskell.org/platform/ +# stack build crashes ghc (#1827309) +ExcludeArch: armv7hl # for stack: # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%%7Bstack%7D/%%7Bstack%7D.tar.gz
arch-excludes@lists.fedoraproject.org