Hello community, here is the log from the commit of package ghc-quickcheck-io for openSUSE:Factory checked in at 2016-11-10 13:20:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-quickcheck-io (Old) and /work/SRC/openSUSE:Factory/.ghc-quickcheck-io.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-quickcheck-io" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-quickcheck-io/ghc-quickcheck-io.changes 2016-10-22 13:19:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-quickcheck-io.new/ghc-quickcheck-io.changes 2016-11-10 13:20:26.000000000 +0100 @@ -1,0 +2,10 @@ +Thu Oct 27 15:55:52 UTC 2016 - [email protected] + +- Update to version 0.1.4 with cabal2obs. + +------------------------------------------------------------------- +Mon Oct 17 15:38:00 UTC 2016 - [email protected] + +- Update to version 0.1.3 revision 1 with cabal2obs. + +------------------------------------------------------------------- Old: ---- quickcheck-io-0.1.3.tar.gz New: ---- quickcheck-io-0.1.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-quickcheck-io.spec ++++++ --- /var/tmp/diff_new_pack.ak69xY/_old 2016-11-10 13:20:26.000000000 +0100 +++ /var/tmp/diff_new_pack.ak69xY/_new 2016-11-10 13:20:26.000000000 +0100 @@ -18,11 +18,11 @@ %global pkg_name quickcheck-io Name: ghc-%{pkg_name} -Version: 0.1.3 +Version: 0.1.4 Release: 0 Summary: Use HUnit assertions as QuickCheck properties License: MIT -Group: System/Libraries +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 BuildRequires: ghc-Cabal-devel @@ -49,15 +49,12 @@ %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %post devel %ghc_pkg_recache ++++++ quickcheck-io-0.1.3.tar.gz -> quickcheck-io-0.1.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quickcheck-io-0.1.3/quickcheck-io.cabal new/quickcheck-io-0.1.4/quickcheck-io.cabal --- old/quickcheck-io-0.1.3/quickcheck-io.cabal 2016-07-14 08:32:34.000000000 +0200 +++ new/quickcheck-io-0.1.4/quickcheck-io.cabal 2016-10-16 05:40:36.000000000 +0200 @@ -1,9 +1,9 @@ --- This file has been generated from package.yaml by hpack version 0.14.1. +-- This file has been generated from package.yaml by hpack version 0.15.0. -- -- see: https://github.com/sol/hpack name: quickcheck-io -version: 0.1.3 +version: 0.1.4 synopsis: Use HUnit assertions as QuickCheck properties description: This package provides an orphan instance that allows you to use HUnit assertions as QuickCheck properties. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quickcheck-io-0.1.3/src/Test/QuickCheck/IO.hs new/quickcheck-io-0.1.4/src/Test/QuickCheck/IO.hs --- old/quickcheck-io-0.1.3/src/Test/QuickCheck/IO.hs 2016-07-14 08:32:34.000000000 +0200 +++ new/quickcheck-io-0.1.4/src/Test/QuickCheck/IO.hs 2016-10-16 05:40:36.000000000 +0200 @@ -3,7 +3,7 @@ module Test.QuickCheck.IO where import qualified Control.Exception as E -import Test.HUnit.Lang (Assertion, HUnitFailure(..)) +import Test.HUnit.Lang import Test.QuickCheck.Property instance Testable Assertion where @@ -24,4 +24,8 @@ #else \(HUnitFailure err) -> #endif +#if MIN_VERSION_HUnit(1,5,0) + return failed {reason = formatFailureReason err} +#else return failed {reason = err} +#endif
