
On Sun, 28 Feb 2016 20:19:06 +0100, aditya siram
There is also a mysterious GHCi error on Windows that I can't seem to figure out. It is documented in "GHCi (Windows only)" section. :
This is something I encountered when trying to get wxHaskell to run. You need UUID.dll (in you application directory); there were other DLLs that I needed as well, they are mentioned at the WxHaskell/Windows page[0]. The page also describes where to find the DLLs. Another way to get the DLLs, is to download one of the wxInstall packages from SourceForge[1]; the DLLs are in the directory "DLLs" (you can safely delete wxc.dll). The wxInstall-Achelanne packages are for GCC 5.2.0, which is installed when you install GHC 7.10.3, the wxInstall-Abriline packages are for earlier GCCs/GHCs. The bitness is important for libstdc++-6.dll Regards, Henk-Jan van Tuyl [0] https://wiki.haskell.org/WxHaskell/Windows#DLLs [1] https://sourceforge.net/projects/wxhaskell/files/wxInstall/ -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the video. http://folding.stanford.edu/ http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming --