diff --git a/lens.cabal b/lens.cabal index 321b89b97..1bb77f022 100644 --- a/lens.cabal +++ b/lens.cabal @@ -54,9 +54,7 @@ description: With some signatures simplified, the core of the hierarchy of lens-like constructions looks like: . . - <> - . - + <> . You can compose any two elements of the hierarchy above using @(.)@ from the @Prelude@, and you can use any element of the hierarchy as any type it linked to above it.