From 7cd43099b690e74b88f9ea0fc7eb0f2354440ae1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 20 Apr 2014 15:49:51 +0900 Subject: [PATCH] revert requiring ghci: aeson now patched to build when no ghci --- ghc-pandoc-types.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ghc-pandoc-types.spec b/ghc-pandoc-types.spec index 31ba21e..e8fdb87 100644 --- a/ghc-pandoc-types.spec +++ b/ghc-pandoc-types.spec @@ -4,7 +4,7 @@ Name: ghc-%{pkg_name} Version: 1.12.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Types for representing a structured document License: GPLv2+ @@ -18,8 +18,6 @@ BuildRequires: ghc-aeson-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-syb-devel -# aeson needs TemplateHaskell -ExclusiveArch: %{ghc_arches_with_ghci} # End cabal-rpm deps %description @@ -71,6 +69,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sun Apr 20 2014 Jens Petersen - 1.12.3.1-3 +- revert requiring ghci: aeson now patched to build when no ghci + * Sun Apr 20 2014 Jens Petersen - 1.12.3.1-2 - aeson needs TemplateHaskell - update packaging to latest cblrpm