Hello community, here is the log from the commit of package ghc-exhaustive for openSUSE:Factory checked in at 2017-08-31 20:50:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-exhaustive (Old) and /work/SRC/openSUSE:Factory/.ghc-exhaustive.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-exhaustive" Thu Aug 31 20:50:45 2017 rev:3 rq:513239 version:1.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-exhaustive/ghc-exhaustive.changes 2017-06-04 01:57:15.477993991 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-exhaustive.new/ghc-exhaustive.changes 2017-08-31 20:50:48.155125496 +0200 @@ -1,0 +2,5 @@ +Thu Jul 27 14:07:47 UTC 2017 - psimons@suse.com + +- Update to version 1.1.5. + +------------------------------------------------------------------- Old: ---- exhaustive-1.1.4.tar.gz New: ---- exhaustive-1.1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-exhaustive.spec ++++++ --- /var/tmp/diff_new_pack.jQIbo0/_old 2017-08-31 20:50:49.007005918 +0200 +++ /var/tmp/diff_new_pack.jQIbo0/_new 2017-08-31 20:50:49.011005356 +0200 @@ -18,7 +18,7 @@ %global pkg_name exhaustive Name: ghc-%{pkg_name} -Version: 1.1.4 +Version: 1.1.5 Release: 0 Summary: Compile time checks that a computation considers producing data through all possible constructors License: BSD-3-Clause ++++++ exhaustive-1.1.4.tar.gz -> exhaustive-1.1.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/exhaustive-1.1.4/Changelog.md new/exhaustive-1.1.5/Changelog.md --- old/exhaustive-1.1.4/Changelog.md 2017-05-01 19:56:46.000000000 +0200 +++ new/exhaustive-1.1.5/Changelog.md 2017-07-24 14:32:08.000000000 +0200 @@ -1,3 +1,9 @@ +## 1.1.5 + +### Other Changes + +* Increased upper-bound of `base`. + ## 1.1.4 ### Other Changes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/exhaustive-1.1.4/exhaustive.cabal new/exhaustive-1.1.5/exhaustive.cabal --- old/exhaustive-1.1.4/exhaustive.cabal 2017-05-01 19:56:46.000000000 +0200 +++ new/exhaustive-1.1.5/exhaustive.cabal 2017-07-24 14:32:08.000000000 +0200 @@ -1,5 +1,5 @@ name: exhaustive -version: 1.1.4 +version: 1.1.5 synopsis: Compile time checks that a computation considers producing data through all possible constructors description: For a brief tutorial to @exhaustive@, check out the documentation for "Control.Exhaustive", which contains a small example. homepage: http://github.com/ocharles/exhaustive @@ -21,7 +21,10 @@ exposed-modules: Control.Exhaustive -- other-modules: other-extensions: ConstraintKinds, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, RankNTypes, ScopedTypeVariables, TypeFamilies, TypeOperators, UndecidableInstances - build-depends: base >=4.7 && <4.10, generics-sop >=0.1 && <0.4, transformers >=0.3 && <0.6, template-haskell + build-depends: base >=4.7 && <4.11 + , generics-sop >=0.1 && <0.4 + , transformers >=0.3 && <0.6 + , template-haskell hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall