Hello community,

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

Package is "ghc-diagrams-contrib"

Thu Aug 31 20:46:47 2017 rev:2 rq:513230 version:1.4.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-diagrams-contrib/ghc-diagrams-contrib.changes    
    2017-05-29 22:18:41.056169060 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-diagrams-contrib.new/ghc-diagrams-contrib.changes
   2017-08-31 20:46:50.180529420 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:05:42 UTC 2017 - [email protected]
+
+- Update to version 1.4.1.
+
+-------------------------------------------------------------------

Old:
----
  diagrams-contrib-1.4.0.1.tar.gz
  diagrams-contrib.cabal

New:
----
  diagrams-contrib-1.4.1.tar.gz

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

Other differences:
------------------
++++++ ghc-diagrams-contrib.spec ++++++
--- /var/tmp/diff_new_pack.YlnjER/_old  2017-08-31 20:46:51.236381216 +0200
+++ /var/tmp/diff_new_pack.YlnjER/_new  2017-08-31 20:46:51.248379532 +0200
@@ -19,14 +19,13 @@
 %global pkg_name diagrams-contrib
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.4.0.1
+Version:        1.4.1
 Release:        0
 Summary:        Collection of user contributions to diagrams EDSL
 License:        BSD-3-Clause
 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/4.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-MonadRandom-devel
 BuildRequires:  ghc-circle-packing-devel
@@ -79,7 +78,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ diagrams-contrib-1.4.0.1.tar.gz -> diagrams-contrib-1.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diagrams-contrib-1.4.0.1/CHANGES.markdown 
new/diagrams-contrib-1.4.1/CHANGES.markdown
--- old/diagrams-contrib-1.4.0.1/CHANGES.markdown       2016-11-14 
04:07:55.000000000 +0100
+++ new/diagrams-contrib-1.4.1/CHANGES.markdown 2017-07-03 20:37:22.000000000 
+0200
@@ -1,7 +1,19 @@
+1.4.1 (3 July 2017)
+---------------------
+
+- allow QuickCheck-2.10
+- allow base-4.10 (for GHC-8.2)
+- allow MonadRandom-0.5
+- export some things inadvertently unexported from Diagrams.TwoD.Grid (#68)
+
 1.4.0.1 (13 November 2016)
 --------------------------
 
 - allow `cubicbezier-0.5`
+- allow `HUnit-1.6` (Hackage revision 2, 21 March 2017)
+
+- Revision 2 on Hackage requires `cubicbezier-0.6` (which has some
+  relevant bug fixes).
 
 1.4 (2016-10-26)
 ----------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diagrams-contrib-1.4.0.1/diagrams-contrib.cabal 
new/diagrams-contrib-1.4.1/diagrams-contrib.cabal
--- old/diagrams-contrib-1.4.0.1/diagrams-contrib.cabal 2016-11-14 
04:07:55.000000000 +0100
+++ new/diagrams-contrib-1.4.1/diagrams-contrib.cabal   2017-07-03 
20:37:22.000000000 +0200
@@ -1,5 +1,5 @@
 name:                diagrams-contrib
-version:             1.4.0.1
+version:             1.4.1
 synopsis:            Collection of user contributions to diagrams EDSL
 description:         A collection of user contributions for diagrams,
                      an embedded domain-specific language for generation
@@ -15,7 +15,7 @@
 cabal-version:       >=1.10
 extra-source-files:  README.markdown, CHANGES.markdown, diagrams/*.svg, 
CONTRIBUTORS
 extra-doc-files:     diagrams/*.svg
-tested-with:         GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
+tested-with:         GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1, GHC == 8.2.1
 Source-repository head
   type:     git
   location: http://github.com/diagrams/diagrams-contrib.git
@@ -50,7 +50,7 @@
                        Diagrams.TwoD.Path.Metafont.Internal
                        Diagrams.TwoD.Path.Metafont.Combinators
                        Diagrams.TwoD.Path.Metafont.Parser
-  build-depends:       base >= 4.2 && < 4.10,
+  build-depends:       base >= 4.2 && < 4.11,
                        mtl >= 2.0 && < 2.3,
                        mtl-compat >= 0.2.1 && < 0.3,
                        containers > 0.4 && < 0.6,
@@ -65,14 +65,14 @@
                        linear >= 1.11.3 && < 1.21,
                        force-layout >= 0.4 && < 0.5,
                        data-default >= 0.5.2 && < 0.8,
-                       MonadRandom >= 0.1.8 && < 0.5,
+                       MonadRandom >= 0.1.8 && < 0.6,
                        random >= 1.0 && < 1.2,
                        circle-packing >= 0.1 && < 0.2,
                        parsec >= 3.1 && < 3.2,
                        text >= 0.11 && < 1.3,
                        data-default-class < 0.2,
                        semigroups >= 0.3.4 && < 0.19,
-                       cubicbezier >= 0.4.0.1 && < 0.6,
+                       cubicbezier >= 0.6 && < 0.7,
                        hashable >= 0.1.2 && < 1.3,
                        mfsolve >= 0.3 && < 0.4
   hs-source-dirs:      src
@@ -86,14 +86,14 @@
 
   other-modules:       Diagrams.TwoD.Path.Turtle.Tests
 
-  build-depends:       HUnit                      >= 1.2 && < 1.6,
-                       QuickCheck                 >= 2.4 && < 2.10,
+  build-depends:       HUnit                      >= 1.2 && < 1.7,
+                       QuickCheck                 >= 2.4 && < 2.11,
                        containers                 >= 0.3 && < 0.6,
                        test-framework             >= 0.4 && < 0.9,
                        test-framework-hunit       >= 0.2 && < 0.4,
                        test-framework-quickcheck2 >= 0.2 && < 0.4,
 
-                       base >= 4.2 && < 4.10,
+                       base,
                        diagrams-lib >= 1.4 && < 1.5
 
   default-language:    Haskell2010
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/diagrams-contrib-1.4.0.1/src/Diagrams/TwoD/Grid.hs 
new/diagrams-contrib-1.4.1/src/Diagrams/TwoD/Grid.hs
--- old/diagrams-contrib-1.4.0.1/src/Diagrams/TwoD/Grid.hs      2016-11-14 
04:07:55.000000000 +0100
+++ new/diagrams-contrib-1.4.1/src/Diagrams/TwoD/Grid.hs        2017-07-03 
20:37:20.000000000 +0200
@@ -92,8 +92,18 @@
   , gridWithHalves'
   , annotate
   , gridLine
+  , gridLine'
   , gridLines
   , placeDiagramOnGrid
+
+  -- * Options
+
+  , GridOpts(..)
+  , gridLineWidth, gridYColour, gridXColour, gridLL, gridLR, gridUL
+
+  , HighlightLineOpts(..)
+  , highLightLineColour, highLightLineWidth
+  , highLightLineDashingOnOff, highLightLineDashingOffset
   ) where
 
 import           Diagrams.Prelude


Reply via email to