[commit: packages/Cabal] ghc-head: 80-col violation. (e3e6ba2)

git at git.haskell.org git at git.haskell.org
Mon Aug 26 23:26:54 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=e3e6ba22d5645d473529980604cde6a55b31e7a4

>---------------------------------------------------------------

commit e3e6ba22d5645d473529980604cde6a55b31e7a4
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date:   Thu Jun 6 17:24:29 2013 +0200

    80-col violation.


>---------------------------------------------------------------

e3e6ba22d5645d473529980604cde6a55b31e7a4
 cabal-install/Distribution/Client/Init.hs |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cabal-install/Distribution/Client/Init.hs b/cabal-install/Distribution/Client/Init.hs
index 046f933..b0917e6 100644
--- a/cabal-install/Distribution/Client/Init.hs
+++ b/cabal-install/Distribution/Client/Init.hs
@@ -179,7 +179,8 @@ getLicense flags = do
   return $ flags { license = maybeToFlag lic }
   where
     listedLicenses =
-      knownLicenses \\ [GPL Nothing, LGPL Nothing, AGPL Nothing, Apache Nothing, OtherLicense]
+      knownLicenses \\ [GPL Nothing, LGPL Nothing, AGPL Nothing
+                       , Apache Nothing, OtherLicense]
 
 -- | The author's name and email. Prompt, or try to guess from an existing
 --   darcs repo.





More information about the ghc-commits mailing list