Hello community,

here is the log from the commit of package ghc-generic-aeson for 
openSUSE:Factory checked in at 2017-08-31 20:47:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-generic-aeson (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-generic-aeson.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-generic-aeson"

Thu Aug 31 20:47:06 2017 rev:4 rq:513244 version:0.2.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-generic-aeson/ghc-generic-aeson.changes      
2017-06-04 01:53:23.186811955 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-generic-aeson.new/ghc-generic-aeson.changes 
2017-08-31 20:47:06.994169381 +0200
@@ -1,0 +2,5 @@
+Fri Jul 28 03:01:25 UTC 2017 - [email protected]
+
+- Update to version 0.2.0.9 revision 1.
+
+-------------------------------------------------------------------

New:
----
  generic-aeson.cabal

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

Other differences:
------------------
++++++ ghc-generic-aeson.spec ++++++
--- /var/tmp/diff_new_pack.1JNqqU/_old  2017-08-31 20:47:07.958034089 +0200
+++ /var/tmp/diff_new_pack.1JNqqU/_new  2017-08-31 20:47:07.970032405 +0200
@@ -25,6 +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/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-attoparsec-devel
@@ -53,6 +54,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ generic-aeson.cabal ++++++
name:                generic-aeson
version:             0.2.0.9
x-revision: 1
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.11
    , aeson >= 0.6 && < 1.3
    , 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