summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2012-09-13 02:14:04 +1000
committerJed Barber <jjbarber@y7mail.com>2012-09-13 02:14:04 +1000
commitea3f1f7736c57747e743a5106b917d2853c62f57 (patch)
treef6aa645c04b3606694184fa9b949abd020550643 /Test.hs
parentec95ea382132f0702e5046a721e4d8ea4cdc82e3 (diff)
Cleaner directory structure, addition of make clean, grouping of library modules into a single package
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs8
1 files changed, 4 insertions, 4 deletions
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