Skip to content

Commit

Permalink
Bump to 2.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsongor committed Jan 25, 2021
1 parent ec22e99 commit a9a6fc3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
3 changes: 3 additions & 0 deletions generic-lens-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## generic-lens-core-2.1.0.0 (2021-01-25)
- Expose Data.Generics.Product.Internal.Subtype (#127, Tom Harding)

## generic-lens-core-2.0.0.0 (2020-02-11)
- Initial release
2 changes: 1 addition & 1 deletion generic-lens-core/generic-lens-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: generic-lens-core
version: 2.0.0.0
version: 2.1.0.0
synopsis: Generically derive traversals, lenses and prisms.
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.
.
Expand Down
3 changes: 3 additions & 0 deletions generic-lens/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## generic-lens-2.1.0.0 (2021-01-25)
- Bump to generic-lens-core-2.1.0.0

## generic-lens-2.0.0.0 (2020-02-11)
- Drop support for GHC < 8.4
- Better inference for `field'`
Expand Down
6 changes: 3 additions & 3 deletions generic-lens/generic-lens.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: generic-lens
version: 2.0.0.0
version: 2.1.0.0
synopsis: Generically derive traversals, lenses and prisms.
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.
.
Expand Down Expand Up @@ -45,7 +45,7 @@ library
, Data.Generics.Internal.VL.Iso

build-depends: base >= 4.11 && < 5
, generic-lens-core == 2.0.0.0
, generic-lens-core == 2.1.0.0
, profunctors
, text >= 1.2 && < 1.3

Expand Down Expand Up @@ -102,4 +102,4 @@ test-suite doctests
ghc-options: -threaded
main-is: doctest.hs
build-depends: base >4 && <5, doctest
hs-source-dirs: examples
hs-source-dirs: examples
3 changes: 3 additions & 0 deletions generic-optics/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## generic-optics-2.1.0.0 (2021-01-25)
- Bump to generic-lens-core-2.1.0.0

## generic-optics-2.0.0.0 (2020-02-11)
- Initial release
6 changes: 3 additions & 3 deletions generic-optics/generic-optics.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: generic-optics
version: 2.0.0.0
version: 2.1.0.0
synopsis: Generically derive traversals, lenses and prisms.
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.
.
Expand Down Expand Up @@ -42,7 +42,7 @@ library
other-modules: Data.Generics.Internal.Optics

build-depends: base >= 4.11 && < 5
, generic-lens-core == 2.0.0.0
, generic-lens-core == 2.1.0.0
, optics-core >= 0.2 && < 1.0
, text >= 1.2 && < 1.3

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

0 comments on commit a9a6fc3

Please sign in to comment.