Build errors Network.URI and unsafePerformIO
promi opened this issue · 1 comments
Hi,
I have tried to build openid and got to build problems:
src/Network/OpenID/Authentication.hs:35:8:
Could not find module ‘Network.URI’
It is a member of the hidden package ‘network-uri-2.6.0.3’.
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.
[11 of 17] Compiling Data.Digest.OpenSSL.SHA ( src/Data/Digest/OpenSSL/SHA.hs, dist/build/Data/Digest/OpenSSL/SHA.o )
src/Data/Digest/OpenSSL/SHA.hs:26:8:
Not in scope: ‘unsafePerformIO’
src/Data/Digest/OpenSSL/SHA.hs:32:10:
Not in scope: ‘unsafePerformIO’
I have tried to fix both problems:
I think that these errors should be resolved in version 0.2.1.0. Sorry for the incredibly long delay!