diff --git a/ghc-lens.changes b/ghc-lens.changes index d159325..fc9e661 100644 --- a/ghc-lens.changes +++ b/ghc-lens.changes @@ -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 ` diff --git a/ghc-lens.spec b/ghc-lens.spec index 0227f32..0dd8472 100644 --- a/ghc-lens.spec +++ b/ghc-lens.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-lens # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name lens %bcond_with tests Name: ghc-%{pkg_name} -Version: 4.18.1 +Version: 4.19.1 Release: 0 Summary: Lenses, Folds and Traversals License: BSD-2-Clause @@ -53,7 +53,6 @@ BuildRequires: ghc-text-devel BuildRequires: ghc-th-abstraction-devel BuildRequires: ghc-transformers-compat-devel BuildRequires: ghc-transformers-devel -BuildRequires: ghc-type-equality-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-devel %if %{with tests} diff --git a/lens-4.18.1.tar.gz b/lens-4.18.1.tar.gz deleted file mode 100644 index a0b3546..0000000 --- a/lens-4.18.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3107a3d5165a9762269d7c9e39205d2c4c2aaebc1900ff44a0066c31a492bdd2 -size 703677 diff --git a/lens-4.19.1.tar.gz b/lens-4.19.1.tar.gz new file mode 100644 index 0000000..d85d8ee --- /dev/null +++ b/lens-4.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03cf1b09825e9d92c2dfec40cbddd651313c3994855b19c130e40c4a8fe56c61 +size 704985