Re: [Haskell-cafe] Problem with packet documentation generated by cabal on windows 7

2012-05-27 Thread Paulo Pocinho
Chrome works well. The file:// portion at the beginning has got to do with windows namespace [1] and browser conventions. On 26 May 2012 02:40, Antoine Latter aslat...@gmail.com wrote: Also 'cabal' doesn't track executables, only libraries. It does update your cabal package binaries, if the

Re: [Haskell-cafe] Can Haskell outperform C++?

2012-05-18 Thread Paulo Pocinho
I've been following the topic in both threads. Very nice discussion. On 18 May 2012 18:51, Isaac Gouy igo...@yahoo.com wrote: Moreover, being absolutely sure that the algorithms are in some sense identical might make comparison pointless - for example, when the same assembly is generated by

Re: [Haskell-cafe] Fwd: GHC as a library error.

2011-10-18 Thread Paulo Pocinho
Thank you for the heads up; didn't know about the Scion library. Cheers! ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Fwd: GHC as a library error.

2011-10-17 Thread Paulo Pocinho
Forwarding to Haskell-Cafe: I'm trying GHC as a library, as documented in: http://www.haskell.org/haskellwiki/GHC/As_a_library http://www.haskell.org/ghc/docs/7.2.1/html/users_guide/ghc-as-a-library.html However, this code: import GHC import GHC.Paths ( libdir ) import DynFlags (

[Haskell-cafe] How to install haddock with ghc-7.2.1?

2011-10-06 Thread Paulo Pocinho
Hi list. Installing haddock fails with ghc-7.2.1. How do I get to install it along with all dependencies? C:\cabal install haddock Resolving dependencies... Downloading ghc-paths-0.1.0.8... [1 of 1] Compiling Main (

[Haskell-cafe] Fwd: LZMA for Haskell?

2011-10-04 Thread Paulo Pocinho
(Thought it would be better to put this in the haskell-cafe list). Hello list. I'd like to use LZMA to create/extract archives and compare CRC from archived files. What do I need to use LZMA in Haskell? There is a page called Library/Compression in the wiki [1] but it is from 2005, using LZMA

[Haskell-cafe] haskell i18n best practices

2011-09-29 Thread Paulo Pocinho
Hello list. I've been trying to figure a nice method to provide localisation. An application is deployed using a conventional installer. The end-user is not required to have the Haskell runtimes, compiler or platform. The application should bundle ready to use translation data. What I am after is