commit ghc-base-orphans for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-base-orphans for openSUSE:Factory checked in at 2016-04-22 16:24:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-base-orphans (Old) and /work/SRC/openSUSE:Factory/.ghc-base-orphans.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-base-orphans" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-base-orphans/ghc-base-orphans.changes 2016-03-16 10:33:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-base-orphans.new/ghc-base-orphans.changes 2016-04-22 16:25:18.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Apr 12 09:39:38 UTC 2016 - mimi.vx@gmail.com + +- update to 0.5.4 +* Backported Bits, FiniteBits, Floating, Fractional, Integral, IsString, Num, Real, + RealFloat, and RealFrac instances for Identity and Const + +------------------------------------------------------------------- Old: ---- base-orphans-0.5.3.tar.gz New: ---- base-orphans-0.5.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-base-orphans.spec ++++++ --- /var/tmp/diff_new_pack.xRrCZg/_old 2016-04-22 16:25:19.000000000 +0200 +++ /var/tmp/diff_new_pack.xRrCZg/_new 2016-04-22 16:25:19.000000000 +0200 @@ -20,7 +20,7 @@ %bcond_with tests Name: ghc-base-orphans -Version: 0.5.3 +Version: 0.5.4 Release: 0 Summary: Backwards-compatible orphan instances for base Group: System/Libraries ++++++ base-orphans-0.5.3.tar.gz -> base-orphans-0.5.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/base-orphans-0.5.3/CHANGES.markdown new/base-orphans-0.5.4/CHANGES.markdown --- old/base-orphans-0.5.3/CHANGES.markdown 2016-02-29 16:32:10.000000000 +0100 +++ new/base-orphans-0.5.4/CHANGES.markdown 2016-04-11 16:06:11.000000000 +0200 @@ -1,3 +1,8 @@ +## Changes in 0.5.4 + - Backported `Bits`, `FiniteBits`, `Floating`, `Fractional`, `Integral`, + `IsString`, `Num`, `Real`, `RealFloat`, and `RealFrac` instances for + `Identity` and `Const` (introduced in `base-4.9`) + ## Changes in 0.5.3 - Backported `Alternative`, `MonadPlus` and `MonadZip` instances for `U1` and `Proxy`, and made the `Functor`, `Foldable`, `Traversable`, `Alternative`, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/base-orphans-0.5.3/README.markdown new/base-orphans-0.5.4/README.markdown --- old/base-orphans-0.5.3/README.markdown 2016-02-29 16:32:10.000000000 +0100 +++ new/base-orphans-0.5.4/README.markdown 2016-04-11 16:06:11.000000000 +0200 @@ -31,13 +31,15 @@ ## What is covered + * `Alternative`, `MonadPlus`, and `MonadZip` instances for `Proxy` + * `Alternative`, `Applicative`, `Bounded`, `Data`, `Enum`, `Foldable`, `Functor`, `Ix`, `Monad`, `MonadFix`, `MonadPlus`, `MonadZip`, and `Traversable` instances for data types in `GHC.Generics` * `Applicative` and `Alternative` instances for `ReadP` and `ReadPrec` * `Applicative` instance for strict and lazy `ST` * `Applicative`, `Foldable`, `Functor`, `Monad`, and `Traversable` instances for `Complex`, `Dual`, `First`, `Last`, `Product`, and `Sum` * `Bits` instance for `Bool` * `Bits`, `Bounded`, and `Integral` instances for `CDev` - * `Bounded`, `Enum`, `Ix`, and `Storable` instances for `Const` and `Identity` + * `Bits`, `Bounded`, `Enum`, `FiniteBits`, `Floating`, `Fractional`, `Integral`, `IsString`, `Ix`, `Num`, `Real`, `RealFloat`, `RealFrac`, and `Storable` instances for `Const` and `Identity` * `Data` instances for `All` and `Any` * `Data`, `MonadFix` and `MonadZip` instances for `Alt`, `Dual`, `First`, `Last`, `Product`, and `Sum` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/base-orphans-0.5.3/base-orphans.cabal new/base-orphans-0.5.4/base-orphans.cabal --- old/base-orphans-0.5.3/base-orphans.cabal 2016-02-29 16:32:10.000000000 +0100 +++ new/base-orphans-0.5.4/base-orphans.cabal 2016-04-11 16:06:11.000000000 +0200 @@ -1,9 +1,9 @@ --- This file has been generated from package.yaml by hpack version 0.10.0. +-- This file has been generated from package.yaml by hpack version 0.12.0. -- -- see: https://github.com/sol/hpack name: base-orphans -version: 0.5.3 +version: 0.5.4 synopsis: Backwards-compatible orphan instances for base description: @base-orphans@ defines orphan instances that mimic instances available in later versions of @base@ to a wider (older) range of compilers. @base-orphans@ does not export anything except the orphan instances themselves and complements @<http://hackage.haskell.org/package/base-compat base-compat>@. See the README for what instances are covered: <https://github.com/haskell-compat/base-orphans#readme>. See also the <https://github.com/haskell-compat/base-orphans#what-is-not-covered what is not covered> section. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/base-orphans-0.5.3/src/Data/Orphans/Prelude.hs new/base-orphans-0.5.4/src/Data/Orphans/Prelude.hs --- old/base-orphans-0.5.3/src/Data/Orphans/Prelude.hs 2016-02-29 16:32:10.000000000 +0100 +++ new/base-orphans-0.5.4/src/Data/Orphans/Prelude.hs 2016-04-11 16:06:11.000000000 +0200 @@ -29,6 +29,7 @@ import Data.Int as OrphansPrelude import Data.Ix as OrphansPrelude import Data.List as OrphansPrelude (genericLength) +import Data.String as OrphansPrelude (IsString) import Data.Version as OrphansPrelude import Data.Word as OrphansPrelude diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/base-orphans-0.5.3/src/Data/Orphans.hs new/base-orphans-0.5.4/src/Data/Orphans.hs --- old/base-orphans-0.5.3/src/Data/Orphans.hs 2016-02-29 16:32:10.000000000 +0100 +++ new/base-orphans-0.5.4/src/Data/Orphans.hs 2016-04-11 16:06:11.000000000 +0200 @@ -404,10 +404,19 @@ peek _ = return () poke _ _ = return () -deriving instance Bounded a => Bounded (Const a b) -deriving instance Enum a => Enum (Const a b) -deriving instance Ix a => Ix (Const a b) -deriving instance Storable a => Storable (Const a b) +deriving instance Bits a => Bits (Const a b) +deriving instance Bounded a => Bounded (Const a b) +deriving instance Enum a => Enum (Const a b) +deriving instance Floating a => Floating (Const a b) +deriving instance Fractional a => Fractional (Const a b) +deriving instance Integral a => Integral (Const a b) +deriving instance IsString a => IsString (Const a b) +deriving instance Ix a => Ix (Const a b) +deriving instance Num a => Num (Const a b) +deriving instance Real a => Real (Const a b) +deriving instance RealFloat a => RealFloat (Const a b) +deriving instance RealFrac a => RealFrac (Const a b) +deriving instance Storable a => Storable (Const a b) deriving instance Data All deriving instance Data Monoid.Any @@ -625,6 +634,8 @@ instance MonadZip Proxy where mzipWith _ _ _ = Proxy {-# INLINE mzipWith #-} + +deriving instance FiniteBits a => FiniteBits (Const a b) # endif # if MIN_VERSION_base(4,8,0) @@ -637,11 +648,21 @@ instance MonadZip f => MonadZip (Alt f) where mzipWith f (Alt ma) (Alt mb) = Alt (mzipWith f ma mb) -deriving instance Bounded a => Bounded (Identity a) -deriving instance Enum a => Enum (Identity a) -deriving instance Ix a => Ix (Identity a) -deriving instance Monoid a => Monoid (Identity a) -deriving instance Storable a => Storable (Identity a) +deriving instance Bits a => Bits (Identity a) +deriving instance Bounded a => Bounded (Identity a) +deriving instance Enum a => Enum (Identity a) +deriving instance FiniteBits a => FiniteBits (Identity a) +deriving instance Floating a => Floating (Identity a) +deriving instance Fractional a => Fractional (Identity a) +deriving instance Integral a => Integral (Identity a) +deriving instance IsString a => IsString (Identity a) +deriving instance Ix a => Ix (Identity a) +deriving instance Monoid a => Monoid (Identity a) +deriving instance Num a => Num (Identity a) +deriving instance Real a => Real (Identity a) +deriving instance RealFloat a => RealFloat (Identity a) +deriving instance RealFrac a => RealFrac (Identity a) +deriving instance Storable a => Storable (Identity a) # endif # if __GLASGOW_HASKELL__ >= 701
participants (1)
-
root@hilbert.suse.de