From 7744264b2a463ad6c470abb0de96bcbdae8935b5 Mon Sep 17 00:00:00 2001 From: kili Date: Thu, 18 Jul 2013 20:58:13 +0000 Subject: [PATCH] Kill special .cabal markup characters from DESCR. --- devel/hs-lens/pkg/DESCR | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/hs-lens/pkg/DESCR b/devel/hs-lens/pkg/DESCR index ff9fb0ec5ae..16dde946957 100644 --- a/devel/hs-lens/pkg/DESCR +++ b/devel/hs-lens/pkg/DESCR @@ -1,7 +1,7 @@ -This package comes \"Batteries Included\" with many useful lenses +This package comes "Batteries Included" with many useful lenses for the types commonly used from the Haskell Platform, and with tools for automatically generating lenses and isomorphisms for user-supplied data types. -The combinators in @Control.Lens@ provide a highly generic toolbox +The combinators in Control.Lens provide a highly generic toolbox for composing families of getters, folds, isomorphisms, traversals, setters and lenses and their indexed variants.