FuncShell
FuncShell copied to clipboard
fsh: /usr/lib/ghc/settings: openFile: does not exist
When I ran example code I got this error.
I amd using Fedora 25 ghc version 7.10.3
[I] ➔ la |] -p table 'filter (\(_:_:_:_:_:month:_) -> month == "Oct")'
fsh: /usr/lib/ghc/settings: openFile: does not exist (No such file or directory)
[I] ➔ which ghc
/usr/bin/ghc
Did you build from source?
No I just followed your README like below
wget "https://github.com/iostreamer-X/FuncShell/blob/master/fsh?raw=true" -O fsh && sudo chmod +x fsh && sudo mv fsh /usr/local/bin
Oh! I will look into this today, till then please try building from source and do tell the results.
Cheers!
Hi,
I have just done cabal install
with your source code and the same error is still happening
What errors did you get while building from source using cabal build
?