From: Wolfgang T. <wth...@us...> - 2005-03-31 20:52:52
|
Update of /cvsroot/hoc/hoc/Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9294 Modified Files: TestFoundation.hs Log Message: Import HUnit is now part of the GHC distro, so import Test.HUnit Index: TestFoundation.hs =================================================================== RCS file: /cvsroot/hoc/hoc/Tests/TestFoundation.hs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- TestFoundation.hs 12 Nov 2003 23:28:58 -0000 1.2 +++ TestFoundation.hs 31 Mar 2005 20:52:43 -0000 1.3 @@ -1,6 +1,6 @@ module Main where -import HUnit +import Test.HUnit import Prelude hiding(init) import Foundation hiding(test) import Foundation.NSObject(init) |