Hello community,

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

Package is "ghc-active"

Sun Jun  4 01:56:57 2017 rev:3 rq:499687 version:0.2.0.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-active/ghc-active.changes    2017-03-31 
15:07:31.201074020 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-active.new/ghc-active.changes       
2017-06-04 01:57:00.468114532 +0200
@@ -1,0 +2,15 @@
+Mon May 22 08:08:54 UTC 2017 - [email protected]
+
+- Update to version 0.2.0.13 with cabal2obs.
+
+-------------------------------------------------------------------
+Wed Apr 26 15:09:50 UTC 2017 - [email protected]
+
+- Update to version 0.2.0.12 revision 2 with cabal2obs.
+
+-------------------------------------------------------------------
+Mon Apr 24 12:26:11 UTC 2017 - [email protected]
+
+- Update to version 0.2.0.12 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  active-0.2.0.12.tar.gz

New:
----
  active-0.2.0.13.tar.gz

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

Other differences:
------------------
++++++ ghc-active.spec ++++++
--- /var/tmp/diff_new_pack.ZyT1ks/_old  2017-06-04 01:57:00.988041079 +0200
+++ /var/tmp/diff_new_pack.ZyT1ks/_new  2017-06-04 01:57:00.992040514 +0200
@@ -19,7 +19,7 @@
 %global pkg_name active
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.0.12
+Version:        0.2.0.13
 Release:        0
 Summary:        Abstractions for animation
 License:        BSD-3-Clause

++++++ active-0.2.0.12.tar.gz -> active-0.2.0.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/active-0.2.0.12/CHANGES new/active-0.2.0.13/CHANGES
--- old/active-0.2.0.12/CHANGES 2016-10-14 23:41:33.000000000 +0200
+++ new/active-0.2.0.13/CHANGES 2017-05-16 20:58:12.000000000 +0200
@@ -1,7 +1,14 @@
+## [0.2.0.13](https://github.com/diagrams/active/tree/v0.2.0.13) (2017-05-16)
+
+- fix for `lens-4.15.2`
+
 ## [0.2.0.12](https://github.com/diagrams/active/tree/v0.2.0.12) (2016-10-14)
 
 - allow `lens-4.15`
 
+Included in revision 1 on Hackage:
+- allow `semigroupoids-5.2`
+
 ## [v0.2.0.11](https://github.com/diagrams/active/tree/v0.2.0.11) (2016-08-01)
 
 - update test suite for `QuickCheck-2.9`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/active-0.2.0.12/active.cabal 
new/active-0.2.0.13/active.cabal
--- old/active-0.2.0.12/active.cabal    2016-10-14 23:41:33.000000000 +0200
+++ new/active-0.2.0.13/active.cabal    2017-05-16 20:58:12.000000000 +0200
@@ -1,5 +1,5 @@
 name:                active
-version:             0.2.0.12
+version:             0.2.0.13
 synopsis:            Abstractions for animation
 description:         "Active" abstraction for animated things with finite 
start and end times.
 license:             BSD3
@@ -20,10 +20,10 @@
 
 library
   exposed-modules:     Data.Active
-  build-depends:       base >= 4.0 && < 4.10,
+  build-depends:       base >= 4.0 && < 4.11,
                        vector >= 0.10,
                        semigroups >= 0.1 && < 0.19,
-                       semigroupoids >= 1.2 && < 5.2,
+                       semigroupoids >= 1.2 && < 5.3,
                        lens >= 4.0 && < 4.16,
                        linear >= 1.14 && < 1.21
   hs-source-dirs:      src
@@ -35,7 +35,7 @@
     build-depends:     base >= 4.0 && < 4.10,
                        vector >= 0.10,
                        semigroups >= 0.1 && < 0.19,
-                       semigroupoids >= 1.2 && < 5.2,
+                       semigroupoids >= 1.2 && < 5.3,
                        lens >= 4.0 && < 4.16,
                        linear >= 1.14 && < 1.21,
                        QuickCheck >= 2.9 && < 2.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/active-0.2.0.12/src/Data/Active.hs 
new/active-0.2.0.13/src/Data/Active.hs
--- old/active-0.2.0.12/src/Data/Active.hs      2016-10-14 23:41:33.000000000 
+0200
+++ new/active-0.2.0.13/src/Data/Active.hs      2017-05-16 20:58:12.000000000 
+0200
@@ -11,7 +11,6 @@
 {-# LANGUAGE UndecidableInstances       #-}
 {-# LANGUAGE ViewPatterns               #-}
 -- UndecidableInstances needed for ghc < 707
-{-# OPTIONS_GHC -fno-warn-orphans #-}
 
 -----------------------------------------------------------------------------
 -- |
@@ -329,10 +328,9 @@
   deriving (Functor, Apply, Applicative)
 
 makeWrapped ''Active
-makeWrapped ''MaybeApply
 
 active :: Iso' (Active a) (Either (Dynamic a) a)
-active = _Wrapped . _Wrapped
+active = _Wrapped . iso runMaybeApply MaybeApply
 
 -- | Active values over a type with a 'Semigroup' instance are also an
 --   instance of 'Semigroup'.  Two active values are combined


Reply via email to