Error Could not find module `Network.Simple.TCP' and `Network.Socket'
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
Hello, I am fairly new to Haskell and I am trying to make a server using
import Network.Simple.TCP
import Network.Socket (socketToHandle)
When I tried to install the package using cabal I find the same error when I tried to update and what ever was on the internet to fix my problem,
"Config file path source is default config file.
Config file
\\university network\students\0\912590\AppData\Roaming\cabal\config not
found.
Writing default configuration to
\\university network\students\0\912590\AppData\Roaming\cabal\config
\\university network\students\0\912590\AppData\Roaming\cabal\config.tmp:
openFile: does not exist (No such file or directory)"
Do I have to create my own config folder?
I only have a config file but I think cabal cannot recognize it.
Contributor guide
Assessment
This issue has not been assessed yet.