Skip to content

Commit

Permalink
More changes to lucre.cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenke committed Jun 22, 2012
1 parent 1c85699 commit fc7df46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion interpreter/Test.hs
@@ -1,4 +1,4 @@
module Test where
--module Test where

--import qualified Lucretia.Test(tests)
import qualified Lucretia.TypeChecker.Test(tests)
Expand Down
4 changes: 2 additions & 2 deletions interpreter/lucre.cabal
Expand Up @@ -31,6 +31,6 @@ executable Test
Lucretia.Syntax,
Lucretia.Types,
Lucretia.TypeChecker.TypeChecker,
Lucretia.TypeChecker.IsomorphicModuloNames,
Lucretia.TypeChecker.MonomorphicModuloNames,
Lucretia.TypeChecker.Test,
DebugUtils, Diff, HUnitUtils, LocalState, OrFail
DebugUtils, Diff, HUnitUtils, MonadUtils, OrFail

0 comments on commit fc7df46

Please sign in to comment.