Skip to content

Commit

Permalink
1.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsongor committed Oct 2, 2019
1 parent b2ee710 commit e4f6890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.0.1
- Give HasAny/AsAny the same VTA behavior on 8.6 and 8.8 (Ryan Scott)

## 1.2.0.0
- Add `HasTypesUsing` and `HasTypesCustom` for custom traversals (Lysxia)
- Improve type errors when no Generic instance is defined
Expand Down
2 changes: 1 addition & 1 deletion generic-lens.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: generic-lens
version: 1.2.0.0
version: 1.2.0.1
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 e4f6890

Please sign in to comment.