Problems installing HTTP and Browser modules
Dear Sir, I was trying to install the HTTP module and came across the following error. Would really appreciate if could help me find the cause of the error. Thanking you, Regards, Kamal ##################################################################### ghc -o main -package net -package util --make Main.hs Chasing modules from: Main.hs Compiling Zord64_HARD ( ./Zord64_HARD.lhs, ./Zord64_HARD.o ) ./Zord64_HARD.lhs:17: Warning: No explicit method nor default method for `*' In the instance declaration for `Num Zord64' ./Zord64_HARD.lhs:17: Warning: No explicit method nor default method for `signum' In the instance declaration for `Num Zord64' ./Zord64_HARD.lhs:17: Warning: No explicit method nor default method for `abs' In the instance declaration for `Num Zord64' ./Zord64_HARD.lhs:26: Warning: No explicit method nor default method for `xor' In the instance declaration for `Bits Zord64' ./Zord64_HARD.lhs:26: Warning: No explicit method nor default method for `bitSize' In the instance declaration for `Bits Zord64' ./Zord64_HARD.lhs:26: Warning: No explicit method nor default method for `isSigned' In the instance declaration for `Bits Zord64' ./Zord64_HARD.lhs:43: Warning: No explicit method nor default method for `quotRem' In the instance declaration for `Integral Zord64' ./Zord64_HARD.lhs:46: Warning: No explicit method nor default method for `toRational' In the instance declaration for `Real Zord64' ./Zord64_HARD.lhs:47: Warning: No explicit method nor default method for `toEnum' In the instance declaration for `Enum Zord64' ./Zord64_HARD.lhs:47: Warning: No explicit method nor default method for `fromEnum' In the instance declaration for `Enum Zord64' Compiling Base64 ( ./Base64.hs, ./Base64.o ) Compiling MD5 ( ./MD5.lhs, ./MD5.o ) ./MD5.lhs:14: lexical error #################################################################
Ranasaria, Kamal Kishor wrote:
Dear Sir,
I was trying to install the HTTP module and came across the following error. Would really appreciate if could help me find the cause of the error. [...]
I am guessing that you are using the version from http://homepages.paradise.net.nz/warrickg/haskell/http/ There is an updated version of the package at http://www.bringert.net/~d00bring/haskell-xml-rpc/http.html The code is in a darcs repo at http://cvs.haskell.org/darcs/http/ Graham Klyne has a slightly different version which uses the new Network.URI module. His code can be found at http://www.ninebynine.org/Software/HaskellUtils/Network/ /Bjorn
Bjorn Bringert wrote:
Ranasaria, Kamal Kishor wrote:
Dear Sir,
I was trying to install the HTTP module and came across the following error. Would really appreciate if could help me find the cause of the error.
[...]
[my reply with incorrect URLs]
Eh, this time with the correct URLs: I am guessing that you are using the version from http://homepages.paradise.net.nz/warrickg/haskell/http/ There is an updated version of the package at http://www.bringert.net/haskell-xml-rpc/http.html The code is in a darcs repo at http://cvs.haskell.org/darcs/http/ Graham Klyne has a slightly different version which uses the new Network.URI module. His code can be found at http://www.ninebynine.org/Software/HaskellUtils/Network/ /Bjorn
participants (2)
-
Bjorn Bringert -
Ranasaria, Kamal Kishor