[Haskell-cafe] installing/reinstalling haskell platform with profiling enabled on windows

2011-08-30 Thread MH
How can I install/reinstall haskell platform with profiling enabled on windows? Or the other way to put it, how can I install/reinstall haskell platform on windows with my own cabal options? I googled on it and didn't find any solutions for windows OS. Thanks, Malik

[Haskell-cafe] Improving Haskell on Windows by adding it to TakeoffGW

2010-06-01 Thread MH
That's a great idea and I would love to help but I have no idea where and how to start. I would love to work on making Haskell installer work on TakeofGW. Would it be possible to write down some notes describing what needs to be done? Thanks, MH

[Haskell-cafe] Re: Non Empty List?

2009-06-05 Thread MH
. There are a lot of people around who can help you. MH wrote: Rendel do you mind to explain to me how Container a = Many a (Container [a]) prevents user from creating an empty list? I did try the following: let a = Many string a :: Container [Char] - Container [Char] let b = Many [] b :: forall