[commit: packages/Cabal] ghc-head: 80-col violation. (991fd2e)
git at git.haskell.org
git at git.haskell.org
Mon Aug 26 23:24:42 CEST 2013
Repository : ssh://git@git.haskell.org/Cabal
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=991fd2ed3e602dfee33ed9d66478eaf126f8e134
>---------------------------------------------------------------
commit 991fd2ed3e602dfee33ed9d66478eaf126f8e134
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date: Mon May 6 23:13:04 2013 +0200
80-col violation.
>---------------------------------------------------------------
991fd2ed3e602dfee33ed9d66478eaf126f8e134
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 20bdd7b..b561bf5 100644
--- a/Cabal/Distribution/Package.hs
+++ b/Cabal/Distribution/Package.hs
@@ -123,8 +123,8 @@ instance NFData PackageIdentifier where
-- * Installed Package Ids
-- ------------------------------------------------------------
--- | An InstalledPackageId uniquely identifies an instance of an installed package.
--- There can be at most one package with a given 'InstalledPackageId'
+-- | An InstalledPackageId uniquely identifies an instance of an installed
+-- package. There can be at most one package with a given 'InstalledPackageId'
-- in a package database, or overlay of databases.
--
newtype InstalledPackageId = InstalledPackageId String
More information about the ghc-commits
mailing list