Hello community,

here is the log from the commit of package ghc-text-show for openSUSE:Factory 
checked in at 2017-08-31 21:00:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-text-show (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-text-show.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-text-show"

Thu Aug 31 21:00:36 2017 rev:2 rq:513517 version:3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-text-show/ghc-text-show.changes      
2017-05-09 18:04:22.642485706 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-text-show.new/ghc-text-show.changes 
2017-08-31 21:00:38.872141544 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:08:12 UTC 2017 - psim...@suse.com
+
+- Update to version 3.6 revision 1.
+
+-------------------------------------------------------------------

Old:
----
  text-show-3.4.1.1.tar.gz

New:
----
  text-show-3.6.tar.gz

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

Other differences:
------------------
++++++ ghc-text-show.spec ++++++
--- /var/tmp/diff_new_pack.00ONeH/_old  2017-08-31 21:00:40.835865636 +0200
+++ /var/tmp/diff_new_pack.00ONeH/_new  2017-08-31 21:00:40.879859455 +0200
@@ -19,14 +19,14 @@
 %global pkg_name text-show
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        3.4.1.1
+Version:        3.6
 Release:        0
 Summary:        Efficient conversion of values into Text
 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/2.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-base-compat-devel

++++++ text-show-3.4.1.1.tar.gz -> text-show-3.6.tar.gz ++++++
++++ 12987 lines of diff (skipped)

++++++ text-show.cabal ++++++
--- /var/tmp/diff_new_pack.00ONeH/_old  2017-08-31 21:00:41.751736954 +0200
+++ /var/tmp/diff_new_pack.00ONeH/_new  2017-08-31 21:00:41.751736954 +0200
@@ -1,6 +1,6 @@
 name:                text-show
-version:             3.4.1.1
-x-revision: 2
+version:             3.6
+x-revision: 1
 synopsis:            Efficient conversion of values into Text
 description:         @text-show@ offers a replacement for the @Show@ typeclass 
intended
                      for use with @Text@ instead of @String@s. This package 
was created
@@ -42,7 +42,7 @@
 author:              Ryan Scott
 maintainer:          Ryan Scott <ryan.gl.sc...@gmail.com>
 stability:           Provisional
-copyright:           (C) 2014-2016 Ryan Scott
+copyright:           (C) 2014-2017 Ryan Scott
 category:            Text
 build-type:          Simple
 tested-with:         GHC == 7.0.4
@@ -51,7 +51,7 @@
                    , GHC == 7.6.3
                    , GHC == 7.8.4
                    , GHC == 7.10.3
-                   , GHC == 8.0.1
+                   , GHC == 8.0.2
 extra-source-files:  CHANGELOG.md, README.md, include/*.h
 cabal-version:       >=1.10
 
@@ -186,8 +186,8 @@
     build-depends:     base                >= 4.3 && < 4.9
 
   if flag(template-haskell-2-11)
-    build-depends:     template-haskell    >= 2.11 && < 2.12
-                     , ghc-boot-th
+    build-depends:     template-haskell    >= 2.11 && < 2.13
+                     , ghc-boot-th         >= 8.0  && < 8.3
   else
     build-depends:     template-haskell    >= 2.5  && < 2.11
 
@@ -198,12 +198,10 @@
   else
     build-depends:     transformers        == 0.4.*
 
-  hs-source-dirs:      src
+  hs-source-dirs:      src, shared
   default-language:    Haskell2010
   ghc-options:         -Wall
   include-dirs:        include
-  includes:            inline.h
-                     , utils.h
 
 test-suite spec
   type:                exitcode-stdio-1.0
@@ -229,7 +227,6 @@
                        Instances.Data.Functor.Compose
                        Instances.Data.Functor.Product
                        Instances.Data.Functor.Sum
-                       Instances.Data.List.NonEmpty
                        Instances.Data.Ord
                        Instances.Data.Proxy
                        Instances.Data.Semigroup
@@ -247,6 +244,7 @@
                        Instances.System.Posix.Types
                        Instances.Text.Read
                        Instances.Utils
+                       Instances.Utils.GenericArbitrary
 
                        -- Only exports instances if using Windows
                        Instances.GHC.Conc.Windows
@@ -360,7 +358,7 @@
                        Spec.GHC.StackSpec
   build-depends:       array                >= 0.3    && < 0.6
                      , base-compat          >= 0.8.2  && < 1
-                     , base-orphans         >= 0.5.2  && < 0.6
+                     , base-orphans         >= 0.6    && < 0.7
                      , bifunctors           >= 5.1    && < 6
                      , bytestring           >= 0.9    && < 0.11
                      , bytestring-builder
@@ -372,9 +370,9 @@
                      , hspec                >= 2      && < 3
                      , integer-gmp
                      , nats                 >= 0.1    && < 2
-                     , QuickCheck           >= 2.9    && < 3
+                     , QuickCheck           >= 2.9    && < 2.10
                      , quickcheck-instances >= 0.1    && < 0.4
-                     , semigroups           >= 0.17   && < 0.18.3
+                     , semigroups           >= 0.18.3 && < 1
                      , tagged               >= 0.8.3  && < 1
                      , text                 >= 0.11.1 && < 1.3
                      , th-lift              >= 0.7.6  && < 1
@@ -388,8 +386,8 @@
     build-depends:     base                >= 4.3 && < 4.9
 
   if flag(template-haskell-2-11)
-    build-depends:     template-haskell    >= 2.11 && < 2.12
-                     , ghc-boot-th
+    build-depends:     template-haskell    >= 2.11 && < 2.13
+                     , ghc-boot-th         >= 8.0  && < 8.3
   else
     build-depends:     template-haskell    >= 2.5  && < 2.11
 
@@ -402,15 +400,14 @@
   if flag(developer)
     hs-source-dirs:    src
   else
-    build-depends:     text-show == 3.4.1.1
+    build-depends:     text-show
 
-  hs-source-dirs:      tests
+  hs-source-dirs:      tests, shared
   default-language:    Haskell2010
   ghc-options:         -Wall -threaded -rtsopts
   include-dirs:        include
   includes:            generic.h
                      , overlap.h
-                     , utils.h
 
 benchmark bench
   if impl(ghc < 7.4)
@@ -444,8 +441,8 @@
     build-depends:     base                >= 4.5 && < 4.9
 
   if flag(template-haskell-2-11)
-    build-depends:     template-haskell    >= 2.11 && < 2.12
-                     , ghc-boot-th
+    build-depends:     template-haskell    >= 2.11 && < 2.13
+                     , ghc-boot-th         >= 8.0  && < 8.3
   else
     build-depends:     template-haskell    >= 2.5  && < 2.11
 
@@ -459,11 +456,9 @@
   if flag(developer)
     hs-source-dirs:    src
   else
-    build-depends:     text-show == 3.4.1.1
+    build-depends:     text-show
 
-  hs-source-dirs:      benchmarks
+  hs-source-dirs:      benchmarks, shared
   default-language:    Haskell2010
   ghc-options:         -Wall
   include-dirs:        include
-  includes:            inline.h
-                     , utils.h


Reply via email to