Hello community, here is the log from the commit of package ghc-aeson for openSUSE:Factory checked in at 2014-10-20 07:27:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-aeson (Old) and /work/SRC/openSUSE:Factory/.ghc-aeson.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-aeson" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-aeson/ghc-aeson.changes 2014-04-02 17:18:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-aeson.new/ghc-aeson.changes 2014-10-20 07:27:12.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Oct 18 14:50:27 UTC 2014 - [email protected] + +- disable TH module on arch's without ghci + aeson-disable-TH.patch + +------------------------------------------------------------------- New: ---- aeson-disable-TH.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-aeson.spec ++++++ --- /var/tmp/diff_new_pack.dAHfYf/_old 2014-10-20 07:27:13.000000000 +0200 +++ /var/tmp/diff_new_pack.dAHfYf/_new 2014-10-20 07:27:13.000000000 +0200 @@ -27,6 +27,7 @@ Url: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz +Patch0: aeson-disable-TH.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ghc-Cabal-devel @@ -75,6 +76,9 @@ %prep %setup -q -n %{pkg_name}-%{version} +%ifnarch %{ghc_arches_with_ghci} +%patch0 -p1 +%endif %build %ghc_lib_build ++++++ aeson-disable-TH.patch ++++++ --- aeson-0.6.2.1/aeson.cabal~ 2013-10-14 12:59:08.000000000 +0900 +++ aeson-0.6.2.1/aeson.cabal 2014-04-20 15:03:05.037735911 +0900 @@ -98,7 +98,6 @@ Data.Aeson.Generic Data.Aeson.Parser Data.Aeson.Types - Data.Aeson.TH other-modules: Data.Aeson.Functions -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
