Kill special .cabal markup characters from DESCR.

This commit is contained in:
kili 2013-07-18 20:58:13 +00:00
parent 22aadaef69
commit 7744264b2a

View File

@ -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.