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