Hello community,

here is the log from the commit of package ghc-active for openSUSE:Factory 
checked in at 2017-07-06 00:02:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-active (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-active.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-active"

Thu Jul  6 00:02:13 2017 rev:4 rq:508015 version:0.2.0.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-active/ghc-active.changes    2017-06-04 
01:57:00.468114532 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-active.new/ghc-active.changes       
2017-07-06 00:02:15.715914590 +0200
@@ -1,0 +2,5 @@
+Sun Jun 25 18:41:41 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.0.13 revision 1.
+
+-------------------------------------------------------------------

New:
----
  active.cabal

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

Other differences:
------------------
++++++ ghc-active.spec ++++++
--- /var/tmp/diff_new_pack.DqWso7/_old  2017-07-06 00:02:16.823758523 +0200
+++ /var/tmp/diff_new_pack.DqWso7/_new  2017-07-06 00:02:16.827757959 +0200
@@ -26,6 +26,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-lens-devel
 BuildRequires:  ghc-linear-devel
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ active.cabal ++++++
name:                active
version:             0.2.0.13
x-revision: 1
synopsis:            Abstractions for animation
description:         "Active" abstraction for animated things with finite start 
and end times.
license:             BSD3
license-file:        LICENSE
author:              Brent Yorgey
maintainer:          byor...@gmail.com
copyright:           (c) 2011-2015 Brent Yorgey
category:            Data
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:  CHANGES, README.markdown, diagrams/*.svg
extra-doc-files:     diagrams/*.svg
tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
bug-reports:         https://github.com/diagrams/active/issues
source-repository head
  type:     git
  location: https://github.com/diagrams/active.git

library
  exposed-modules:     Data.Active
  build-depends:       base >= 4.0 && < 4.11,
                       vector >= 0.10,
                       semigroups >= 0.1 && < 0.19,
                       semigroupoids >= 1.2 && < 5.3,
                       lens >= 4.0 && < 4.16,
                       linear >= 1.14 && < 1.21
  hs-source-dirs:      src
  default-language:    Haskell2010

test-suite active-tests
    type:              exitcode-stdio-1.0
    main-is:           active-tests.hs
    build-depends:     base >= 4.0 && < 4.11,
                       vector >= 0.10,
                       semigroups >= 0.1 && < 0.19,
                       semigroupoids >= 1.2 && < 5.3,
                       lens >= 4.0 && < 4.16,
                       linear >= 1.14 && < 1.21,
                       QuickCheck >= 2.9 && < 2.10
    other-modules:     Data.Active
    hs-source-dirs:    src, test
    default-language:  Haskell2010

Reply via email to