Hello community,

here is the log from the commit of package ghc-generic-aeson for 
openSUSE:Factory checked in at 2017-03-24 02:17:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-generic-aeson (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-generic-aeson.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-generic-aeson"

Fri Mar 24 02:17:51 2017 rev:2 rq:479406 version:0.2.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-generic-aeson/ghc-generic-aeson.changes      
2017-03-08 01:03:02.319531897 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-generic-aeson.new/ghc-generic-aeson.changes 
2017-03-24 02:17:52.256185873 +0100
@@ -1,0 +2,5 @@
+Sun Jan  8 21:13:41 UTC 2017 - [email protected]
+
+- Update to version 0.2.0.8 revision 3 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  2.cabal

New:
----
  generic-aeson.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-generic-aeson.spec ++++++
--- /var/tmp/diff_new_pack.IAhzLC/_old  2017-03-24 02:17:52.768113440 +0100
+++ /var/tmp/diff_new_pack.IAhzLC/_new  2017-03-24 02:17:52.772112875 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-generic-aeson
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-attoparsec-devel

++++++ generic-aeson.cabal ++++++
name:                generic-aeson
version:             0.2.0.8
x-revision: 3
synopsis:            Derivation of Aeson instances using GHC generics.
description:         Derivation of Aeson instances using GHC generics.
author:              Silk
maintainer:          [email protected]
license:             BSD3
license-file:        LICENSE
category:            Data
build-type:          Simple
cabal-version:       >=1.8

extra-source-files:
  CHANGELOG.md
  LICENSE
  README.md

source-repository head
  type:              git
  location:          https://github.com/silkapp/generic-aeson.git

library
  ghc-options:       -Wall
  hs-source-dirs:    src
  exposed-modules:
    Generics.Generic.Aeson
    Generics.Generic.Aeson.Util
    Generics.Generic.IsEnum
  build-depends:
      base >= 4.4 && < 4.10
    , aeson >= 0.6 && < 1.2
    , attoparsec >= 0.11 && < 0.14
    , generic-deriving >= 1.6 && < 1.12
    , mtl >= 2.0 && < 2.3
    , tagged >= 0.2 && < 0.9
    , text >= 0.11 && < 1.3
    , unordered-containers == 0.2.*
    , vector >= 0.10 && < 0.13
  if impl(ghc < 7.6)
    build-depends: ghc-prim

Reply via email to