Skip to content
  • Duncan Coutts's avatar
    Replace moduleToFilePath with findFileWithExtension · e63f1087
    Duncan Coutts authored
    moduleToFilePath encouraged bad error handling and becuase it was specific
    to module names it made it hard to treat modules and main.hs files uniformly.
    This is one step towards using the same code paths for modules and main.hs
    files so that main.hs files always work properly with pre-processors etc.
    e63f1087