Re: [Haskell-cafe] Value-weak hash tables in Haskell ?

2013-08-10 Thread Alessandro Vermeulen
There is supposed to be some weak hash map implementation somewhere. However, if you can't find it you can easily create it yourself. However, you will need to use the map in IO so I suggest that you use the hashtables[1] package in combination with the weak pointers mentioned by Erik. -

[Haskell-cafe] Is inspectable recursion in Arrows possible?

2012-10-01 Thread Alessandro Vermeulen
Notation) I could perhaps add another constructor like fix. Any thoughts on this? Cheers, Alessandro Vermeulen ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Connecting Travis CI and hackage

2012-07-10 Thread Alessandro Vermeulen
You have full internet access on the Travis machines. The problem is that you only have the data from your public repo. So you could upload the package through the command line with cabal. But that means storing your credentials in the public repository, which is a bad idea obviously. In short:

[Haskell-cafe] lhs2tex-hl 1.4.3 released

2011-10-14 Thread Alessandro Vermeulen
. What does it do? It generates formatting statement for highlighting your Haskell code in your lhs2TeX compatible documents. Generate a fmt file with lhs2TeX-hl -o file.fmt file.lhs and add the following to your lhs file: %include file.fmt Have fun With kind regards, Alessandro Vermeulen [1