[commit: packages/Cabal] ghc-head: Formatting. (43624cf)
git at git.haskell.org
git at git.haskell.org
Thu Aug 29 10:12:00 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=43624cfbf7b8d12e61dfcd7219ba8bfc4bdfda14
>---------------------------------------------------------------
commit 43624cfbf7b8d12e61dfcd7219ba8bfc4bdfda14
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date: Mon Aug 26 20:05:10 2013 +0200
Formatting.
>---------------------------------------------------------------
43624cfbf7b8d12e61dfcd7219ba8bfc4bdfda14
Cabal/Distribution/Simple/Program/Types.hs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Cabal/Distribution/Simple/Program/Types.hs b/Cabal/Distribution/Simple/Program/Types.hs
index 1bf51ce..caf7c61 100644
--- a/Cabal/Distribution/Simple/Program/Types.hs
+++ b/Cabal/Distribution/Simple/Program/Types.hs
@@ -52,7 +52,8 @@ data Program = Program {
--
-- It is supplied with the prevailing search path which will typically
-- just be used as-is, but can be extended or ignored as needed.
- programFindLocation :: Verbosity -> ProgramSearchPath -> IO (Maybe FilePath),
+ programFindLocation :: Verbosity -> ProgramSearchPath
+ -> IO (Maybe FilePath),
-- | Try to find the version of the program. For many programs this is
-- not possible or is not necessary so it's ok to return Nothing.
More information about the ghc-commits
mailing list