SHA256
1
0
forked from pool/ghc-lens

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens?expand=0&rev=32
This commit is contained in:
2020-09-04 15:11:04 +00:00
committed by Git OBS Bridge
parent 940a18a447
commit b925e38335
5 changed files with 604 additions and 8 deletions

View File

@@ -1,3 +1,53 @@
-------------------------------------------------------------------
Mon Aug 31 09:34:39 UTC 2020 - psimons@suse.com
- Update lens to version 4.19.2 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Aug 18 10:45:18 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Tue Jun 16 11:14:19 UTC 2020 - Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
-------------------------------------------------------------------
Wed May 6 06:54:11 UTC 2020 - psimons@suse.com
- Update lens to version 4.19.2.
4.19.2 [2020.04.15]
-------------------
* Remove the test suite's dependency on `test-framework-th`.
-------------------------------------------------------------------
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>