From 310186b48c6a2cb062a7be0f8570ce732369e57e Mon Sep 17 00:00:00 2001 From: Csongor Kiss Date: Mon, 21 Aug 2017 13:10:35 +0100 Subject: [PATCH] 0.4.0.0 --- generic-lens.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic-lens.cabal b/generic-lens.cabal index 529921c..1efbdbb 100644 --- a/generic-lens.cabal +++ b/generic-lens.cabal @@ -1,5 +1,5 @@ name: generic-lens -version: 0.3.0.1 +version: 0.4.0.0 synopsis: Generic data-structure operations exposed as lenses. description: This package uses the GHC 8 Generic representation to derive various operations on data structures with a lens interface, including structural subtype relationship between records and positional indexing into arbitrary product types.