[commit: packages/Cabal] ghc-head: Typo. (ddeb0ec)
git at git.haskell.org
git at git.haskell.org
Mon Aug 26 23:28:51 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=ddeb0eca22894083b9738ad89442e0b0800a0ed0
>---------------------------------------------------------------
commit ddeb0eca22894083b9738ad89442e0b0800a0ed0
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date: Tue Jul 23 13:01:34 2013 +0200
Typo.
>---------------------------------------------------------------
ddeb0eca22894083b9738ad89442e0b0800a0ed0
Cabal/tests/PackageTests/PackageTester.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cabal/tests/PackageTests/PackageTester.hs b/Cabal/tests/PackageTests/PackageTester.hs
index 3a9fba5..f9955a6 100644
--- a/Cabal/tests/PackageTests/PackageTester.hs
+++ b/Cabal/tests/PackageTests/PackageTester.hs
@@ -158,7 +158,7 @@ compileSetup packageDir = do
]
requireSuccess r
--- | Returns the command that was issued, the return code, and hte output text
+-- | Returns the command that was issued, the return code, and the output text.
cabal :: PackageSpec -> [String] -> IO (String, ExitCode, String)
cabal spec cabalArgs = do
customSetup <- doesFileExist (directory spec </> "Setup.hs")
More information about the ghc-commits
mailing list