[commit: packages/haskeline] ghc-head: Update unit test instructions to compile Unit.hs. (3734dd1)
git at git.haskell.org
git at git.haskell.org
Fri Nov 1 23:16:07 UTC 2013
Repository : ssh://git@git.haskell.org/haskeline
On branch : ghc-head
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/3734dd146f494094ba76d92fdebb38d7c18bbccc
>---------------------------------------------------------------
commit 3734dd146f494094ba76d92fdebb38d7c18bbccc
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date: Wed Oct 30 22:23:00 2013 -0700
Update unit test instructions to compile Unit.hs.
The unit tests are pretty flaky with respect to timing. Compiling Unit.hs
seems to help (rather than "runghc Unit.hs" as it was before).
>---------------------------------------------------------------
3734dd146f494094ba76d92fdebb38d7c18bbccc
tests/Unit.hs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/Unit.hs b/tests/Unit.hs
index 24a0bbe..2346ebd 100644
--- a/tests/Unit.hs
+++ b/tests/Unit.hs
@@ -1,7 +1,8 @@
{-# LANGUAGE OverloadedStrings #-}
-- Usage:
-- ghc ../examples/Test.hs
--- runghc Unit.hs ../examples/Test
+-- ghc Unit.hs
+-- ./Unit ../examples/Test
-- Requirements:
-- - Empty ~/.haskeline (or set to defaults)
-- - Assumes the dummy folder is in the current folder
More information about the ghc-commits
mailing list