Skip to content

Commit

Permalink
4.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
louispan committed Jun 15, 2018
1 parent 05c4608 commit 96be655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Iso, Lens and Prisms are provided in [data-diverse-lens](http://hackage.haskell.

# Changelog

* 5.0.0.0
* 4.5.0.0
- Replaced usages of `KnownNat` with a new `NatToInt` class to avoid inefficient Integer https://github.com/louispan/data-diverse/issues/8.

* 4.4.0.0
Expand Down
2 changes: 1 addition & 1 deletion data-diverse.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: data-diverse
version: 5.0.0.0
version: 4.5.0.0
synopsis: Extensible records and polymorphic variants.
description: "Data.Diverse.Many" is an extensible record for any size encoded efficiently as (Seq Any).
"Data.Diverse.Which" is a polymorphic variant of possibilities encoded as (Int, Any).
Expand Down

0 comments on commit 96be655

Please sign in to comment.