SHA256
1
0
forked from pool/ghc-tagged

osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-tagged revision:7, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=40
This commit is contained in:
2018-07-11 01:01:58 +00:00
committed by Git OBS Bridge
parent 2055c10399
commit 7180f408bd
5 changed files with 17 additions and 75 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jul 9 19:45:03 UTC 2018 - psimons@suse.com
- Update tagged to version 0.8.6.
0.8.6 [2018.07.02]
------------------
* Make the `Read(1)` instances for `Proxy` ignore the precedence argument,
mirroring similar changes to `base`
[here](http://git.haskell.org/ghc.git/commitdiff/8fd959998e900dffdb7f752fcd42df7aaedeae6e).
* Fix a bug in the `Floating` instance for `Tagged` in which `logBase` was
defined in terms of `(**)`.
* Avoid incurring some dependencies when using recent GHCs.
-------------------------------------------------------------------
Wed May 16 14:36:29 UTC 2018 - psimons@suse.com