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 recently used cabal install io-streams to pull the specified package into a .cabal-sandbox/ folder within my directory.
As a result of this, the network-3.0.1.0 package has been pulled down as a dependancy. However when I come to use an import statement that runs off of the io-streams package, I get the following error in my console:
ghc.exe: | C:\Users\Calum\source\repos\complexHaskell\.cabal-sandbox\x86_64-windows-ghc-8.4.3\network-3.0.1.0-HkosMKsQUp05NPIgp4K8kv\HSnetwork-3.0.1.0-HkosMKsQUp05NPIgp4K8kv.o: unknown symbol `if_nametoindex'ghc.exe: unable to load package `network-3.0.1.0
Just wondering if someone could have a look into this as its preventing me from running some code that I need for my project.
Thanks Calum
The text was updated successfully, but these errors were encountered:
I have recently used
cabal install io-streams
to pull the specified package into a.cabal-sandbox/
folder within my directory.As a result of this, the
network-3.0.1.0
package has been pulled down as a dependancy. However when I come to use an import statement that runs off of theio-streams
package, I get the following error in my console:Just wondering if someone could have a look into this as its preventing me from running some code that I need for my project.
Thanks Calum
The text was updated successfully, but these errors were encountered: