Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hdevtools could not find module under the same directory #22

Closed
Javran opened this issue Nov 24, 2014 · 1 comment
Closed

hdevtools could not find module under the same directory #22

Javran opened this issue Nov 24, 2014 · 1 comment
Labels

Comments

@Javran
Copy link

Javran commented Nov 24, 2014

Not sure if this is a bug or I've done something wrong, but please help me troubleshoot this problem.

What I did is:

  • create a new directory (e.g. /tmp/mod)
  • create the following two files:

Mod.hs:

module Mod where

a = 1

Main.hs:

import Mod

main = print a

When editing Main.hs, an error is found on line 1 col 8 saying "Could not find module Mod"

I used C-c ! l to bring up the error list and found that error message comes from haskell-hdevtools

Related info

  • flycheck-haskell 20141003.308
  • hdevtools 0.1.0.6
  • flycheck-haskell-hdevtools-executable customized
@swsnr
Copy link
Contributor

swsnr commented Nov 24, 2014

@Javran The hdevtools syntax checker is provided by Flycheck Hdevtools. Please report this issue over there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants