ghc-comonad/ghc-comonad.changes
Ondřej Súkup 252f384275 - update to 4.2.7.2
* Compiles warning-free on GHC 7.10
* Use CPP
* Trustworthy fixes for GHC 7.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=5
2015-07-27 07:09:25 +00:00

27 lines
796 B
Plaintext

-------------------------------------------------------------------
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