SHA256
1
0
forked from pool/ghc-lens

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens?expand=0&rev=20
This commit is contained in:
2020-02-27 18:23:54 +00:00
committed by Git OBS Bridge
parent 094497d9d6
commit a58117653b
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Feb 27 14:17:53 UTC 2020 - psimons@suse.com
- Update lens to version 4.19.1.
4.19.1 [2020.02.13]
-------------------
* Fix a bug introduced in 4.19 where using `_TupE` to `preview` a value would
always fail.
-------------------------------------------------------------------
Fri Feb 7 08:04:19 UTC 2020 - psimons@suse.com
- Update lens to version 4.19.
4.19 [2020.02.03]
-----------------
* Support building with GHC 8.10.
* The types of `_TupE` and `_UnboxedTupE` are now `Prism' Exp [Maybe Exp]`
when built against `template-haskell-2.16` or later to reflect the new
types of `TupE` and `UnboxedTupE`.
* Add `_ForallVisT` and `_BytesPrimL` prisms when building against
`template-haskell-2.16` or later.
* Make `<>~` and `<>=` and their `<op` and `<<op` state variants require only
`Semigroup`, not `Monoid`.
* Add `{Functor,Foldable,Traversable}WithIndex` instances for
`Control.Applicative.Const` and `Data.Functor.Constant.Constant`.
-------------------------------------------------------------------
Fri Nov 8 16:14:07 UTC 2019 - Peter Simons <psimons@suse.com>