Hello community, here is the log from the commit of package ghc-io-choice for openSUSE:Factory checked in at 2016-04-22 16:25:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-io-choice (Old) and /work/SRC/openSUSE:Factory/.ghc-io-choice.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-io-choice" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-io-choice/ghc-io-choice.changes 2015-05-21 08:37:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-io-choice.new/ghc-io-choice.changes 2016-04-22 16:25:25.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Apr 13 10:01:27 UTC 2016 - [email protected] + +- update to 0.0.6 + +------------------------------------------------------------------- Old: ---- io-choice-0.0.5.tar.gz New: ---- io-choice-0.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-io-choice.spec ++++++ --- /var/tmp/diff_new_pack.UuLTZ6/_old 2016-04-22 16:25:25.000000000 +0200 +++ /var/tmp/diff_new_pack.UuLTZ6/_new 2016-04-22 16:25:25.000000000 +0200 @@ -20,7 +20,7 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.0.5 +Version: 0.0.6 Release: 0 Summary: Choice for IO and lifted IO Group: System/Libraries ++++++ io-choice-0.0.5.tar.gz -> io-choice-0.0.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/io-choice-0.0.5/Control/Exception/IOChoice/THUtil.hs new/io-choice-0.0.6/Control/Exception/IOChoice/THUtil.hs --- old/io-choice-0.0.5/Control/Exception/IOChoice/THUtil.hs 2013-06-24 06:16:31.000000000 +0200 +++ new/io-choice-0.0.6/Control/Exception/IOChoice/THUtil.hs 2016-04-12 08:27:06.000000000 +0200 @@ -21,11 +21,18 @@ case info of TyConI dec -> do case dec of +#if __GLASGOW_HASKELL__ >= 800 + DataD _ name [] _ _ _ -> conT name + NewtypeD _ name [] _ _ _ -> conT name + DataInstD _ name args _ _ _ -> foldl1 appT (conT name:map return args) + NewtypeInstD _ name args _ _ _ -> foldl1 appT (conT name:map return args) +#else DataD _ name [] _ _ -> conT name NewtypeD _ name [] _ _ -> conT name - TySynD name [] _ -> conT name DataInstD _ name args _ _ -> foldl1 appT (conT name:map return args) NewtypeInstD _ name args _ _ -> foldl1 appT (conT name:map return args) +#endif + TySynD name [] _ -> conT name #if __GLASGOW_HASKELL__ >= 707 TySynInstD name (TySynEqn _ t) -> foldl1 appT (conT name:[return t]) #else diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/io-choice-0.0.5/io-choice.cabal new/io-choice-0.0.6/io-choice.cabal --- old/io-choice-0.0.5/io-choice.cabal 2013-06-24 06:16:31.000000000 +0200 +++ new/io-choice-0.0.6/io-choice.cabal 2016-04-12 08:27:06.000000000 +0200 @@ -1,5 +1,5 @@ Name: io-choice -Version: 0.0.5 +Version: 0.0.6 Author: Kazu Yamamoto <[email protected]> Maintainer: Kazu Yamamoto <[email protected]> License: BSD3
