From ea3f1f7736c57747e743a5106b917d2853c62f57 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 13 Sep 2012 02:14:04 +1000 Subject: Cleaner directory structure, addition of make clean, grouping of library modules into a single package --- Test.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Test.hs') diff --git a/Test.hs b/Test.hs index f886dce..040bb87 100644 --- a/Test.hs +++ b/Test.hs @@ -1,8 +1,8 @@ import Test.HUnit -import Command -import TypeVar -import Term -import Theorem +import Library.Command +import Library.TypeVar +import Library.Term +import LibraryTheorem import qualified Data.Set as Set -- cgit