[ghc-scotty] exclude arm

Jens Petersen petersen at fedoraproject.org
Sun Dec 22 12:23:12 UTC 2013


commit 42c36c74e34867f4fd168770eb9a447ab62e5f7c
Author: Jens Petersen <petersen at redhat.com>
Date:   Sun Dec 22 21:22:57 2013 +0900

    exclude arm
    
    (ghc-7.6.3 supports ghci on arm)

 ghc-scotty.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ghc-scotty.spec b/ghc-scotty.spec
index d284584..3144680 100644
--- a/ghc-scotty.spec
+++ b/ghc-scotty.spec
@@ -32,7 +32,7 @@ BuildRequires:  ghc-warp-devel
 # End cabal-rpm deps
 
 # Skip ARM for now.
-ExclusiveArch:  %{ghc_arches_with_ghci}
+ExcludeArch:    armv7hl
 
 %description
 A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp.


More information about the scm-commits mailing list