Hello community,

here is the log from the commit of package ghc-choice for openSUSE:Factory 
checked in at 2017-06-21 13:54:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-choice (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-choice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-choice"

Wed Jun 21 13:54:57 2017 rev:2 rq:504659 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-choice/ghc-choice.changes    2017-04-14 
13:35:03.329994394 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-choice.new/ghc-choice.changes       
2017-06-21 13:55:00.801806078 +0200
@@ -1,0 +2,10 @@
+Mon Jun 12 09:41:35 UTC 2017 - [email protected]
+
+- Update to version 0.2.1.
+
+-------------------------------------------------------------------
+Thu Jun  8 11:05:44 UTC 2017 - [email protected]
+
+- Update to version 0.2.0 revision 1.
+
+-------------------------------------------------------------------

Old:
----
  choice-0.2.0.tar.gz

New:
----
  choice-0.2.1.tar.gz

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

Other differences:
------------------
++++++ ghc-choice.spec ++++++
--- /var/tmp/diff_new_pack.0mno44/_old  2017-06-21 13:55:01.541701709 +0200
+++ /var/tmp/diff_new_pack.0mno44/_new  2017-06-21 13:55:01.545701145 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name choice
 Name:           ghc-%{pkg_name}
-Version:        0.2.0
+Version:        0.2.1
 Release:        0
 Summary:        A solution to boolean blindness
 License:        SUSE-Public-Domain

++++++ choice-0.2.0.tar.gz -> choice-0.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/choice-0.2.0/choice.cabal 
new/choice-0.2.1/choice.cabal
--- old/choice-0.2.0/choice.cabal       2017-01-01 11:17:55.000000000 +0100
+++ new/choice-0.2.1/choice.cabal       2017-06-04 18:51:04.000000000 +0200
@@ -1,5 +1,5 @@
 name:                choice
-version:             0.2.0
+version:             0.2.1
 synopsis:            A solution to boolean blindness.
 description:         Please see README.md.
 homepage:            https://github.com/mboes/choice#readme
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/choice-0.2.0/src/Data/Choice.hs 
new/choice-0.2.1/src/Data/Choice.hs
--- old/choice-0.2.0/src/Data/Choice.hs 2017-01-01 11:19:25.000000000 +0100
+++ new/choice-0.2.1/src/Data/Choice.hs 2017-06-04 18:50:16.000000000 +0200
@@ -77,7 +77,10 @@
 -- | A synonym for 'Data.Proxy.Proxy'.
 data Label (a :: Symbol) = Label deriving (Eq, Ord, Show)
 
-#if MIN_VERSION_base(4,9,0)
+#if MIN_VERSION_base(4,10,0)
+instance x ~ x' => IsLabel x (Label x') where
+  fromLabel = Label
+#elif MIN_VERSION_base(4,9,0)
 instance x ~ x' => IsLabel x (Label x') where
   fromLabel _ = Label
 #endif


Reply via email to