Hello community, here is the log from the commit of package ghc-aeson-extra for openSUSE:Factory checked in at 2016-02-23 16:57:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-aeson-extra (Old) and /work/SRC/openSUSE:Factory/.ghc-aeson-extra.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-aeson-extra" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-aeson-extra/ghc-aeson-extra.changes 2016-02-09 13:31:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-aeson-extra.new/ghc-aeson-extra.changes 2016-02-23 16:59:27.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 16 20:22:44 UTC 2016 - [email protected] + +- update to 0.3.1.1 +* Support aeson-0.11 + +------------------------------------------------------------------- Old: ---- aeson-extra-0.3.1.0.tar.gz New: ---- aeson-extra-0.3.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-aeson-extra.spec ++++++ --- /var/tmp/diff_new_pack.DRVTUY/_old 2016-02-23 16:59:28.000000000 +0100 +++ /var/tmp/diff_new_pack.DRVTUY/_new 2016-02-23 16:59:28.000000000 +0100 @@ -21,7 +21,7 @@ %bcond_with tests Name: ghc-aeson-extra -Version: 0.3.1.0 +Version: 0.3.1.1 Release: 0 Summary: Extra goodies for aeson License: BSD-3-Clause ++++++ aeson-extra-0.3.1.0.tar.gz -> aeson-extra-0.3.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aeson-extra-0.3.1.0/CHANGELOG.md new/aeson-extra-0.3.1.1/CHANGELOG.md --- old/aeson-extra-0.3.1.0/CHANGELOG.md 2016-01-27 19:08:46.000000000 +0100 +++ new/aeson-extra-0.3.1.1/CHANGELOG.md 2016-02-09 16:31:26.000000000 +0100 @@ -1,3 +1,7 @@ +# 0.3.1.1 (2016-02-09) + +- Support aeson-0.11 + # 0.3.1.0 (2015-12-27) - Add `Data.Aeson.Extra.TH` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aeson-extra-0.3.1.0/README.md new/aeson-extra-0.3.1.1/README.md --- old/aeson-extra-0.3.1.0/README.md 2015-12-25 18:53:07.000000000 +0100 +++ new/aeson-extra-0.3.1.1/README.md 2016-02-09 16:31:26.000000000 +0100 @@ -2,8 +2,8 @@ [](https://travis-ci.org/phadej/aeson-extra) [](http://hackage.haskell.org/package/aeson-extra) -[](http://stackage.org/lts-3/package/aeson-extra) -[](http://stackage.org/nightly/package/aeson-extra) +[](http://stackage.org/lts-3/package/aeson-extra) +[](http://stackage.org/nightly/package/aeson-extra) Package provides extra funcitonality on top of [`aeson`](https://hackage.haskell.org/package/aeson) and diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aeson-extra-0.3.1.0/aeson-extra.cabal new/aeson-extra-0.3.1.1/aeson-extra.cabal --- old/aeson-extra-0.3.1.0/aeson-extra.cabal 2016-01-27 19:10:36.000000000 +0100 +++ new/aeson-extra-0.3.1.1/aeson-extra.cabal 2016-02-15 07:51:31.000000000 +0100 @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: aeson-extra -version: 0.3.1.0 +version: 0.3.1.1 synopsis: Extra goodies for aeson description: Package provides extra funcitonality on top of @aeson@ and @aeson-compat@ category: Web @@ -13,7 +13,7 @@ maintainer: Oleg Grenrus <[email protected]> license: BSD3 license-file: LICENSE -tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3 +tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1 build-type: Simple cabal-version: >= 1.10 @@ -30,8 +30,8 @@ src ghc-options: -Wall build-depends: - base >=4.6 && <4.9 - , aeson >=0.7.0.6 && <0.11 + base >=4.6 && <4.10 + , aeson >=0.7.0.6 && <0.12 , aeson-compat >=0.3.0.0 && <0.4 , base-compat >=0.6.0 && <0.10 , bytestring >=0.10 && <0.11 @@ -71,8 +71,8 @@ test ghc-options: -Wall build-depends: - base >=4.6 && <4.9 - , aeson >=0.7.0.6 && <0.11 + base >=4.6 && <4.10 + , aeson >=0.7.0.6 && <0.12 , aeson-compat >=0.3.0.0 && <0.4 , base-compat >=0.6.0 && <0.10 , bytestring >=0.10 && <0.11 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aeson-extra-0.3.1.0/src/Data/Aeson/Extra/TH.hs new/aeson-extra-0.3.1.1/src/Data/Aeson/Extra/TH.hs --- old/aeson-extra-0.3.1.0/src/Data/Aeson/Extra/TH.hs 2016-01-27 19:08:46.000000000 +0100 +++ new/aeson-extra-0.3.1.1/src/Data/Aeson/Extra/TH.hs 2016-02-09 16:31:26.000000000 +0100 @@ -1,3 +1,4 @@ +{-# LANGUAGE CPP #-} {-# LANGUAGE TemplateHaskell #-} {-# OPTIONS_GHC -fno-warn-orphans #-} ----------------------------------------------------------------------------- @@ -8,7 +9,7 @@ -- Maintainer : Oleg Grenrus <[email protected]> -- -- In addition to 'mkValue' and 'mkValue'' helpers, --- this module exports 'Lift' 'Value' orphan instance +-- this module exports 'Lift' 'Value' orphan instance for aeson <0.11 module Data.Aeson.Extra.TH ( mkValue, mkValue', @@ -47,6 +48,7 @@ where f '\'' = '"' f x = x +#if !MIN_VERSION_aeson(0,11,0) -- | From 'aeson-extra' -- -- /Since: aeson-extra-0.3.1.0/ @@ -63,3 +65,4 @@ where a' = V.toList a lift (Object o) = [| Object (HM.fromList . map (first T.pack) $ o') |] where o' = map (first T.unpack) . HM.toList $ o +#endif
