Skip to content

Commit

Permalink
generic-lens 2.2.2.0 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsongor committed Apr 15, 2023
1 parent c4a2ce3 commit f1c7887
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.2.2.0 (2023-04-15)
- Support unprefixed constructor prisms on GHC 9.6 (#152)

## generic-lens-2.2.1.0 (2022-01-22)
- GHC 9.2 compatibility

Expand Down
2 changes: 1 addition & 1 deletion generic-lens/generic-lens.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: generic-lens
version: 2.2.1.0
version: 2.2.2.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

0 comments on commit f1c7887

Please sign in to comment.