Skip to content

Commit a9a6fc3

Browse files
committed
Bump to 2.1.0.0
1 parent ec22e99 commit a9a6fc3

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

generic-lens-core/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## generic-lens-core-2.1.0.0 (2021-01-25)
2+
- Expose Data.Generics.Product.Internal.Subtype (#127, Tom Harding)
3+
14
## generic-lens-core-2.0.0.0 (2020-02-11)
25
- Initial release

generic-lens-core/generic-lens-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: generic-lens-core
2-
version: 2.0.0.0
2+
version: 2.1.0.0
33
synopsis: Generically derive traversals, lenses and prisms.
44
description: This library uses GHC.Generics to derive efficient optics (traversals, lenses and prisms) for algebraic data types in a type-directed way, with a focus on good type inference and error messages when possible.
55
.

generic-lens/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## generic-lens-2.1.0.0 (2021-01-25)
2+
- Bump to generic-lens-core-2.1.0.0
3+
14
## generic-lens-2.0.0.0 (2020-02-11)
25
- Drop support for GHC < 8.4
36
- Better inference for `field'`

generic-lens/generic-lens.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: generic-lens
2-
version: 2.0.0.0
2+
version: 2.1.0.0
33
synopsis: Generically derive traversals, lenses and prisms.
44
description: This library uses GHC.Generics to derive efficient optics (traversals, lenses and prisms) for algebraic data types in a type-directed way, with a focus on good type inference and error messages when possible.
55
.
@@ -45,7 +45,7 @@ library
4545
, Data.Generics.Internal.VL.Iso
4646

4747
build-depends: base >= 4.11 && < 5
48-
, generic-lens-core == 2.0.0.0
48+
, generic-lens-core == 2.1.0.0
4949
, profunctors
5050
, text >= 1.2 && < 1.3
5151

@@ -102,4 +102,4 @@ test-suite doctests
102102
ghc-options: -threaded
103103
main-is: doctest.hs
104104
build-depends: base >4 && <5, doctest
105-
hs-source-dirs: examples
105+
hs-source-dirs: examples

generic-optics/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## generic-optics-2.1.0.0 (2021-01-25)
2+
- Bump to generic-lens-core-2.1.0.0
3+
14
## generic-optics-2.0.0.0 (2020-02-11)
25
- Initial release

generic-optics/generic-optics.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: generic-optics
2-
version: 2.0.0.0
2+
version: 2.1.0.0
33
synopsis: Generically derive traversals, lenses and prisms.
44
description: This library uses GHC.Generics to derive efficient optics (traversals, lenses and prisms) for algebraic data types in a type-directed way, with a focus on good type inference and error messages when possible.
55
.
@@ -42,7 +42,7 @@ library
4242
other-modules: Data.Generics.Internal.Optics
4343

4444
build-depends: base >= 4.11 && < 5
45-
, generic-lens-core == 2.0.0.0
45+
, generic-lens-core == 2.1.0.0
4646
, optics-core >= 0.2 && < 1.0
4747
, text >= 1.2 && < 1.3
4848

@@ -97,4 +97,4 @@ test-suite doctests
9797
ghc-options: -threaded
9898
main-is: doctest.hs
9999
build-depends: base >4 && <5, doctest
100-
hs-source-dirs: examples
100+
hs-source-dirs: examples

0 commit comments

Comments
 (0)