Hello community,
here is the log from the commit of package ghc-tagged-identity for
openSUSE:Factory checked in at 2017-06-22 10:39:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-tagged-identity (Old)
and /work/SRC/openSUSE:Factory/.ghc-tagged-identity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tagged-identity"
Thu Jun 22 10:39:11 2017 rev:2 rq:504108 version:0.1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-tagged-identity/ghc-tagged-identity.changes
2017-04-12 18:09:17.472710115 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-tagged-identity.new/ghc-tagged-identity.changes
2017-06-22 10:39:13.199545441 +0200
@@ -1,0 +2,5 @@
+Wed May 31 14:01:06 UTC 2017 - [email protected]
+
+- Update to version 0.1.2.
+
+-------------------------------------------------------------------
Old:
----
tagged-identity-0.1.1.tar.gz
New:
----
tagged-identity-0.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-tagged-identity.spec ++++++
--- /var/tmp/diff_new_pack.q4fO1T/_old 2017-06-22 10:39:13.859452405 +0200
+++ /var/tmp/diff_new_pack.q4fO1T/_new 2017-06-22 10:39:13.859452405 +0200
@@ -18,7 +18,7 @@
%global pkg_name tagged-identity
Name: ghc-%{pkg_name}
-Version: 0.1.1
+Version: 0.1.2
Release: 0
Summary: Trivial monad transformer that allows identical monad stacks
have different types
License: BSD-3-Clause
++++++ tagged-identity-0.1.1.tar.gz -> tagged-identity-0.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/tagged-identity-0.1.1/CHANGELOG.md
new/tagged-identity-0.1.2/CHANGELOG.md
--- old/tagged-identity-0.1.1/CHANGELOG.md 2016-11-03 16:27:54.000000000
+0100
+++ new/tagged-identity-0.1.2/CHANGELOG.md 2017-05-23 15:10:30.000000000
+0200
@@ -1,3 +1,7 @@
+## Tagged Identity 0.1.2
+
+* Minor documentation and metadata updates.
+
## Tagged Identity 0.1.1
* Fixed badges in `README.md` file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/tagged-identity-0.1.1/Control/Monad/Trans/Identity/Tagged.hs
new/tagged-identity-0.1.2/Control/Monad/Trans/Identity/Tagged.hs
--- old/tagged-identity-0.1.1/Control/Monad/Trans/Identity/Tagged.hs
2016-11-02 20:34:19.000000000 +0100
+++ new/tagged-identity-0.1.2/Control/Monad/Trans/Identity/Tagged.hs
2017-05-23 14:45:40.000000000 +0200
@@ -1,18 +1,18 @@
-- |
-- Module : Control.Monad.Trans.Identity.Tagged
--- Copyright : © 2016 Mark Karpov
+-- Copyright : © 2016–2017 Mark Karpov
-- License : BSD 3 clause
--
--- Maintainer : Mark Karpov <[email protected]>
+-- Maintainer : Mark Karpov <[email protected]>
-- Stability : experimental
-- Portability : portable
--
-- The module provides a monad transformer that works just like 'IdentityT',
--- but can be tagged at type level. This allows to work with monad stacks as
--- usual, but you can make two identical monad stacks have different types.
--- The main application of this is, of course, the ability to have different
--- instances for otherwise the same stacks without having to do opaque
--- @newtype@ wrapping which is not handy with monad stacks.
+-- but can be tagged at the type level. This allows to work with monad
+-- stacks as usual, but you can make two identical monad stacks have
+-- different types. The main application of this is, of course, the ability
+-- to have different instances for otherwise the same stacks without having
+-- to do opaque @newtype@ wrapping which is not handy with monad stacks.
{-# LANGUAGE CPP #-}
{-# LANGUAGE FlexibleInstances #-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/tagged-identity-0.1.1/LICENSE.md
new/tagged-identity-0.1.2/LICENSE.md
--- old/tagged-identity-0.1.1/LICENSE.md 2016-09-13 21:24:54.000000000
+0200
+++ new/tagged-identity-0.1.2/LICENSE.md 2017-01-27 21:19:33.000000000
+0100
@@ -1,4 +1,4 @@
-Copyright © 2016 Mark Karpov
+Copyright © 2016–2017 Mark Karpov
All rights reserved.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/tagged-identity-0.1.1/README.md
new/tagged-identity-0.1.2/README.md
--- old/tagged-identity-0.1.1/README.md 2016-11-02 20:22:46.000000000 +0100
+++ new/tagged-identity-0.1.2/README.md 2017-05-23 14:44:58.000000000 +0200
@@ -7,14 +7,14 @@
[](https://travis-ci.org/mrkkrp/tagged-identity)
The library provides a monad transformer that works just like `IdentityT`,
-but can be tagged at type level. This allows to work with monad stacks as
-usual, but you can make two identical monad stacks have different types. The
-main application of this is, of course, the ability to have different
+but can be tagged at the type level. This allows to work with monad stacks
+as usual, but you can make two identical monad stacks have different types.
+The main application of this is, of course, the ability to have different
instances for otherwise the same stacks without having to do opaque
`newtype` wrapping which is not handy with monad stacks.
## License
-Copyright © 2016 Mark Karpov
+Copyright © 2016–2017 Mark Karpov
Distributed under BSD 3 clause license.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/tagged-identity-0.1.1/tagged-identity.cabal
new/tagged-identity-0.1.2/tagged-identity.cabal
--- old/tagged-identity-0.1.1/tagged-identity.cabal 2016-11-03
16:28:04.000000000 +0100
+++ new/tagged-identity-0.1.2/tagged-identity.cabal 2017-05-23
15:10:57.000000000 +0200
@@ -1,42 +1,11 @@
---
--- Cabal configuration for ‘tagged-identity’ package.
---
--- Copyright © 2016 Mark Karpov <[email protected]>
---
--- Redistribution and use in source and binary forms, with or without
--- modification, are permitted provided that the following conditions are
--- met:
---
--- * Redistributions of source code must retain the above copyright notice,
--- this list of conditions and the following disclaimer.
---
--- * Redistributions in binary form must reproduce the above copyright
--- notice, this list of conditions and the following disclaimer in the
--- documentation and/or other materials provided with the distribution.
---
--- * Neither the name Mark Karpov nor the names of contributors may be used
--- to endorse or promote products derived from this software without
--- specific prior written permission.
---
--- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS “AS IS” AND ANY
--- EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
--- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
--- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
--- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
--- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
--- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
--- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
--- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
--- ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
--- POSSIBILITY OF SUCH DAMAGE.
-
name: tagged-identity
-version: 0.1.1
+version: 0.1.2
cabal-version: >= 1.10
+tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1
license: BSD3
license-file: LICENSE.md
-author: Mark Karpov <[email protected]>
-maintainer: Mark Karpov <[email protected]>
+author: Mark Karpov <[email protected]>
+maintainer: Mark Karpov <[email protected]>
homepage: https://github.com/mrkkrp/tagged-identity
bug-reports: https://github.com/mrkkrp/tagged-identity/issues
category: Control