Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
23Skidoo committed Jul 24, 2015
1 parent f47732a commit addf938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cabal/Distribution/Package.hs
Expand Up @@ -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)
Expand Down

0 comments on commit addf938

Please sign in to comment.