From 3c04c89a193b8c72f73fdee4cc7036d1c4257d7e Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 10 Jan 2026 09:44:36 -0500 Subject: [PATCH] lens.cabal: Replace Imgur link with GitHub equivalent Fixes #1100. --- lens.cabal | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.