Hello community,

here is the log from the commit of package ghc-errors for openSUSE:Factory 
checked in at 2016-02-11 12:37:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-errors (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-errors.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-errors"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-errors/ghc-errors.changes    2016-01-28 
17:24:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-errors.new/ghc-errors.changes       
2016-02-11 12:37:26.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Feb  4 19:16:32 UTC 2016 - [email protected]
+
+- update to 2.1.2
+
+-------------------------------------------------------------------

Old:
----
  errors-2.1.1.tar.gz

New:
----
  errors-2.1.2.tar.gz

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

Other differences:
------------------
++++++ ghc-errors.spec ++++++
--- /var/tmp/diff_new_pack.Vb9U7y/_old  2016-02-11 12:37:27.000000000 +0100
+++ /var/tmp/diff_new_pack.Vb9U7y/_new  2016-02-11 12:37:27.000000000 +0100
@@ -18,7 +18,7 @@
 %global pkg_name errors
 
 Name:           ghc-errors
-Version:        2.1.1
+Version:        2.1.2
 Release:        0
 Summary:        Simplified error-handling
 Group:          System/Libraries

++++++ errors-2.1.1.tar.gz -> errors-2.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/errors-2.1.1/CHANGELOG.md 
new/errors-2.1.2/CHANGELOG.md
--- old/errors-2.1.1/CHANGELOG.md       1970-01-01 01:00:00.000000000 +0100
+++ new/errors-2.1.2/CHANGELOG.md       2016-02-03 16:26:03.000000000 +0100
@@ -0,0 +1,107 @@
+# 2.1.1
+
+* Increase upper bound on `transformers-compat`
+
+# 2.1.0
+
+* Change `syncio` to use `unexceptionalio` to prove that all synchronous
+  exceptions were caught and handled
+
+# 2.0.0
+
+* Switch from `EitherT` to `ExceptT`
+
+# 1.4.7
+
+* Increase upper bound on `transformers` from `0.4` to `0.5`
+
+# 1.4.6
+
+* Add `bool`
+* Add `(?:)`
+* Add `isJustT`
+* Add `isNothingT`
+* Add `isLeftT`
+* Add `isRightT`
+
+# 1.4.5
+
+* Increase upper bound on `either` from `4.1` to `5`
+
+# 1.4.4
+
+* Add `failWith`
+* Add `failWithM`
+
+# 1.4.3
+
+* Add `AllE`
+* Add `AnyE`
+* Increase upper bound on `either` from `3.5` to `4.1`
+
+# 1.4.2
+
+* Add `(??)`
+* Add `(!?)`
+* Add `syncIO`
+
+# 1.4.1
+
+* Re-export `EitherT`
+* Re-export `MaybeT`
+
+# 1.4.0
+
+* Add `maybeT`
+* Add `just`
+* Add `nothing`
+* Add upper bound to `either`
+* Add upper bound to `safe`
+* Add upper bound to `transformers`
+
+# 1.3.1
+
+* Increase lower bound on `transformers` from `0.2` to `0.3.0.0`
+
+# 1.3.0
+
+* Add `assertMay`
+* Add `rightMay`
+* Add `justErr`
+* Add `tryJust`
+* Add `tryRight`
+* Add `MonadPlus` functions to `Control.Error.Safe`
+* Add `isLeft`
+* Add `isRight`
+* Add `fmapR`
+* Add `fmapRT`
+* Add `err`
+* Add `errLn`
+* Add `flipE`
+* Add `flipET`
+* Rename `tryIO` to `scriptIO`
+* Remove `tryMaybe`
+* Remove `tryEither`
+* Rename `liftMaybe` to `hoistMaybe`
+* Rename `liftEither` to `hoistEither`
+
+# 1.2.1
+
+* Add lower bound to `either`
+
+# 1.2.0
+
+* Remove `right`
+* Remove `left`
+
+# 1.1.1
+
+* Cosmetic changes
+
+# 1.1.0
+
+* Add `left`
+
+# 1.0.0
+
+* Initial release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/errors-2.1.1/errors.cabal 
new/errors-2.1.2/errors.cabal
--- old/errors-2.1.1/errors.cabal       2016-01-16 23:09:57.000000000 +0100
+++ new/errors-2.1.2/errors.cabal       2016-02-03 16:26:03.000000000 +0100
@@ -1,5 +1,5 @@
 Name: errors
-Version: 2.1.1
+Version: 2.1.2
 Cabal-Version: >=1.8.0.2
 Build-Type: Simple
 License: BSD3
@@ -16,6 +16,7 @@
     This library encourages an error-handling style that directly uses the type
     system, rather than out-of-band exceptions.
 Category: Control, Error Handling
+extra-source-files: CHANGELOG.md
 Source-Repository head
     Type: git
     Location: https://github.com/Gabriel439/Haskell-Errors-Library
@@ -24,7 +25,7 @@
     Build-Depends:
         base                >= 4     && < 5  ,
         safe                >= 0.3.3 && < 0.4,
-        transformers        >= 0.2   && < 0.5,
+        transformers        >= 0.2   && < 0.6,
         transformers-compat >= 0.4   && < 0.6,
         unexceptionalio     >= 0.3   && < 0.4
     Exposed-Modules:


Reply via email to