Skip to content

Instantly share code, notes, and snippets.

@timxor
Created September 17, 2018 22:30
Show Gist options
  • Save timxor/a73e143bd6b074a9563997fc4ddbb2f7 to your computer and use it in GitHub Desktop.
Save timxor/a73e143bd6b074a9563997fc4ddbb2f7 to your computer and use it in GitHub Desktop.
ghci seems to be broken on my mac
[~/Documents/Projects/Fae]$ghci
GHCi, version 8.2.2: http://www.haskell.org/ghc/ :? for help
<interactive>:1:19: error:
Not in scope: ‘System.IO.hSetBuffering’
No module named ‘System.IO’ is imported.
<interactive>:1:43: error:
Not in scope: ‘System.IO.stdin’
No module named ‘System.IO’ is imported.
<interactive>:1:60: error:
Not in scope: data constructor ‘System.IO.NoBuffering’
No module named ‘System.IO’ is imported.
<interactive>:1:81: error:
Not in scope: ‘GHC.Base.thenIO’
No module named ‘GHC.Base’ is imported.
<interactive>:1:99: error:
Not in scope: ‘System.IO.hSetBuffering’
No module named ‘System.IO’ is imported.
<interactive>:1:123: error:
Not in scope: ‘System.IO.stdout’
No module named ‘System.IO’ is imported.
<interactive>:1:140: error:
Not in scope: data constructor ‘System.IO.NoBuffering’
No module named ‘System.IO’ is imported.
<interactive>:1:161: error:
Not in scope: ‘GHC.Base.thenIO’
No module named ‘GHC.Base’ is imported.
<interactive>:1:179: error:
Not in scope: ‘System.IO.hSetBuffering’
No module named ‘System.IO’ is imported.
<interactive>:1:203: error:
Not in scope: ‘System.IO.stderr’
No module named ‘System.IO’ is imported.
<interactive>:1:220: error:
Not in scope: data constructor ‘System.IO.NoBuffering’
No module named ‘System.IO’ is imported.
[~/Documents/Projects/Fae]$which ghci
/usr/local/bin/ghci
[~/Documents/Projects/Fae]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment