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
Hi,
I am trying to install hsparql, but running cabal install hsparql I get this:
Preprocessing library hsparql-0.2.5...
Database/HSparql/Connection.hs:23:8:
Could not find module `Network.URI'
It is a member of the hidden package `network-uri-2.6.0.1'.
Perhaps you need to add `network-uri' to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
cabal: Error: some packages failed to install:
hsparql-0.2.5 failed during the building phase. The exception was:
It happens also outside of directories with a cabal file. I inserted network-uri among the build-depends of my project but still it does not work. Any idea?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to install hsparql, but running cabal install hsparql I get this:
It happens also outside of directories with a cabal file. I inserted network-uri among the build-depends of my project but still it does not work. Any idea?
The text was updated successfully, but these errors were encountered: