From addf9380ccdab81d3577246490eb003a231f2813 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov <mikhail.glushenkov@gmail.com> Date: Fri, 24 Jul 2015 05:04:54 +0200 Subject: [PATCH] Comments. --- Cabal/Distribution/Package.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cabal/Distribution/Package.hs b/Cabal/Distribution/Package.hs index d2ca47db81..56682c3fe2 100644 --- a/Cabal/Distribution/Package.hs +++ b/Cabal/Distribution/Package.hs @@ -274,9 +274,9 @@ instance NFData PackageKey where -- | A library name consists of not only a source package -- id ('PackageId') but also the library names of all textual -- dependencies; thus, a library name uniquely identifies an --- installed packages up to the dependency resolution done by Cabal. +-- installed package up to the dependency resolution done by Cabal. -- Create using 'packageKeyLibraryName'. Library names are opaque, --- Cabal defined strings. +-- Cabal-defined strings. newtype LibraryName = LibraryName String deriving (Generic, Read, Show, Eq, Ord, Typeable, Data) -- GitLab