Hello community, here is the log from the commit of package ghc-ListLike for openSUSE:Factory checked in at 2017-02-11 01:40:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-ListLike (Old) and /work/SRC/openSUSE:Factory/.ghc-ListLike.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-ListLike" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-ListLike/ghc-ListLike.changes 2016-11-24 21:23:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-ListLike.new/ghc-ListLike.changes 2017-02-11 01:40:33.466305056 +0100 @@ -1,0 +2,5 @@ +Thu Jan 26 16:22:01 UTC 2017 - [email protected] + +- Update to version 4.5.1 with cabal2obs. + +------------------------------------------------------------------- Old: ---- ListLike-4.5.tar.gz New: ---- ListLike-4.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-ListLike.spec ++++++ --- /var/tmp/diff_new_pack.7rmQcp/_old 2017-02-11 01:40:34.682133493 +0100 +++ /var/tmp/diff_new_pack.7rmQcp/_new 2017-02-11 01:40:34.686132929 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-ListLike # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name ListLike %bcond_with tests Name: ghc-%{pkg_name} -Version: 4.5 +Version: 4.5.1 Release: 0 Summary: Generic support for list-like structures License: BSD-3-Clause ++++++ ListLike-4.5.tar.gz -> ListLike-4.5.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ListLike-4.5/ListLike.cabal new/ListLike-4.5.1/ListLike.cabal --- old/ListLike-4.5/ListLike.cabal 2016-07-23 19:19:23.000000000 +0200 +++ new/ListLike-4.5.1/ListLike.cabal 2017-01-20 19:39:12.000000000 +0100 @@ -1,5 +1,5 @@ Name: ListLike -Version: 4.5 +Version: 4.5.1 License: BSD3 Maintainer: John Lato <[email protected]> Author: John Goerzen @@ -54,7 +54,7 @@ ,bytestring >= 0.9.1 && < 0.11 ,array >= 0.3 && < 0.6 ,text >= 0.11 && < 1.3 - ,vector >= 0.5 && < 0.12 + ,vector >= 0.5 && < 0.13 ,dlist >= 0.7 && < 0.9 ,fmlist >= 0.8 && < 0.10 ,utf8-string diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ListLike-4.5/testsrc/runtests.hs new/ListLike-4.5.1/testsrc/runtests.hs --- old/ListLike-4.5/testsrc/runtests.hs 2016-07-23 19:19:23.000000000 +0200 +++ new/ListLike-4.5.1/testsrc/runtests.hs 2017-01-20 19:39:12.000000000 +0100 @@ -1,4 +1,5 @@ -{-# LANGUAGE ScopedTypeVariables +{-# LANGUAGE CPP + ,ScopedTypeVariables ,RankNTypes ,ExistentialQuantification ,MultiParamTypeClasses @@ -7,6 +8,10 @@ ,UndecidableInstances ,FlexibleContexts #-} +#if __GLASGOW_HASKELL__ >= 708 +{-# LANGUAGE AllowAmbiguousTypes #-} +#endif + {- Copyright (C) 2007 John Goerzen <[email protected]>
