Re: [Haskell-cafe] unable to load package `regex-posix-0.94.2' (On Vista x64)

2010-12-20 Thread __kaveh__
Any workarounds? Regex is an essential thing for any serious programming (wow! :). So what should I do? Thanks ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] unable to load package `regex-posix-0.94.2' (On Vista x64)

2010-12-20 Thread __kaveh__
Thanks; but as in 1st post cabal update and install does not work and have some strange issues like: it shows that the new version is installed; but the old version is still in use and new version is also in a new directory other that Haskell platform directory.

[Haskell-cafe] unable to load package `regex-posix-0.94.2' (On Vista x64)

2010-12-18 Thread __kaveh__
I am using Vista x64. I have Haskell platform installed (Latest varsion -available for Windows, 2010.2.0.0, GHC 6.12.3). When I am trying to run picnic.hs from How To Organize a Picnic on a Computer tutorial. I get this: C:\...runhaskell picnic.hs picnic.hs:46:18: Warning: accepting

[Haskell-cafe] Haskell, Step by Step, Tutorial, Developing a Whole Application

2010-12-16 Thread __kaveh__
Is there a (or more; the more, the better) tutorial for Haskell, developing a whole application (of any kind: web, windows, console)? I mean something like NerdDinner or MVC Music Store for ASP.NET MVC; Or those whole applications in in Action books. Thanks Edit 1: Thanks to all for your