Skip to content

Add a test for when source-dirs is a list. #93

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

Closed
philderbeast opened this issue Nov 9, 2018 · 1 comment
Closed

Add a test for when source-dirs is a list. #93

philderbeast opened this issue Nov 9, 2018 · 1 comment

Comments

@philderbeast
Copy link
Contributor

philderbeast commented Nov 9, 2018

Please accept a list of source directories.

@philderbeast
Copy link
Contributor Author

I have built this test using stack and using cabal and note that both needed base to be explicitly listed in the dependencies. If base was not listed then they errored;

source-dirs> stack ghci
...
<interactive>:1:19: error:
    Not in scope: ‘System.IO.hSetBuffering’
    No module named ‘System.IO’ is imported.
...
source-dirs> nix-shell -p haskell.compiler.ghc822 -p haskell.packages.ghc822.cabal-install
[nix-shell:]$ cabal new-repl
...
<interactive>:1:19: error:
    Not in scope: ‘System.IO.hSetBuffering’
    No module named ‘System.IO’ is imported.
...

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

No branches or pull requests

1 participant