id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
191,ddc doesn't find modules in current directory,erikd,erikd,"Have two module in the current directory; Main.ds and Test.ds

     /path/to/ddc -basedir /path/to/basedir --make Main.ds -o program

fails with:

    ddc error: can't find source for module 'Test'
        imported by: /home/erikd/Hack/Darcs/DDC/ddc-head/test/10-Driver/LocalMake/Main.ds

This is caused by having an empty string in importDirs which then triggers a bug in GHC's System.Directory.canonicalize :

    http://hackage.haskell.org/trac/ghc/ticket/4480

",defect,closed,blocker,0.1.3,Compilation Driver,0.1.2,fixed,,
