You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
...
Please accept a list of source directories.
The text was updated successfully, but these errors were encountered: