osc copypac from project:devel:languages:haskell:lts:11 package:ghc-comonad revision:5, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=22
This commit is contained in:
Peter Simons 2018-04-13 13:33:40 +00:00 committed by Git OBS Bridge
parent caa292c3bb
commit 1f8f2d3ee2

View File

@ -1,6 +1,47 @@
-------------------------------------------------------------------
Wed Mar 14 16:59:33 UTC 2018 - psimons@suse.com
Thu Apr 12 08:31:49 UTC 2018 - psimons@suse.com
- Update comonad to version 5.0.3 revision 2.
A more detailed change log is not available.
-------------------------------------------------------------------
Mon Apr 24 12:26:15 UTC 2017 - psimons@suse.com
- Update to version 5.0.1 with cabal2obs.
-------------------------------------------------------------------
Thu Sep 15 07:03:15 UTC 2016 - psimons@suse.com
- Update to version 5 revision 0 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:29:37 UTC 2016 - psimons@suse.com
- Update to version 4.2.7.2 revision 0 with cabal2obs.
-------------------------------------------------------------------
Mon Jul 27 07:08:24 UTC 2015 - mimi.vx@gmail.com
- update to 4.2.7.2
* Compiles warning-free on GHC 7.10
* Use CPP
* Trustworthy fixes for GHC 7.2
-------------------------------------------------------------------
Thu May 21 06:37:00 UTC 2015 - mimi.vx@gmail.com
- correct licence to BSD-2-Clause
-------------------------------------------------------------------
Sun May 17 14:56:01 UTC 2015 - mimi.vx@gmail.com
- update to 4.2.6
* Re-export `(Data.Functor.$>)` rather than supply our own on GHC 7.8+
* Better SafeHaskell support.
* `instance Monoid m => ComonadTraced m ((->) m)`
-------------------------------------------------------------------
Sun Apr 26 16:54:54 UTC 2015 - mimi.vx@gmail.com
- initial commit