[Haskell] Re: ANNOUNCE: container-classes-0.0.0.0

2010-07-18 Thread Ivan Miljenovic
On 18 July 2010 23:35, Ivan Lazar Miljenovic wrote: > * Someone's asked me why I don't define a Traversable-like class.  The >  reason is is that I haven't gotten around to it yet ;-) (as well as a >  great many other things). Ugh, I got Traversable mixed up with Foldable (I didn't get enough sle

[Haskell] Re: "New FGL" naming survey

2010-07-13 Thread Ivan Miljenovic
Thank you for all the people who have voted; we so far have 42 results in about 12 hours. Some indication of the results so far: * 62% prefer inductive-graphs * 62% have indicated that they use fgl or do some graph-related stuff (no correlation, just an interesting coincidence; I have not as yet

[Haskell] Possible solution to the FGL naming/compatability issue

2010-06-14 Thread Ivan Miljenovic
Last night (AEST), Edward Kmett semi-convinced (in the sense that I'm not sure whether his examples are really those that someone would want/need or just thinking of possible future problems) me that some users may have a need for FGL to keep having explicit graphs with kind * -> * -> *. With his

[Haskell] Please check your dependencies on fgl

2010-06-07 Thread Ivan Miljenovic
Thomas Bereknyei are currently re-writing fgl (just about completely from scratch) and we plan to make an initial release to get feedback on the API in the next few weeks. However, I'm sending this email out now to warn people that I highly doubt any code that was written for the current version o

Re: [Haskell] Package removal

2010-05-13 Thread Ivan Miljenovic
On 14 May 2010 12:44, Yang Zhang wrote: > How do ghc users on Linux (esp. Debian/Ubuntu) systems remove > packages? I uninstall the system package I used to install that package. However, this doesn't work for cabal-install... > AFAICT there's only cabal unregister, Do you mean "ghc-pkg unregis

Re: [Haskell] ANNOUNCE: Introducing Sifflet, visual functional programming language

2010-05-13 Thread Ivan Miljenovic
On 14 May 2010 11:50, Gregory D. Weber wrote: > Introducing Sifflet -- version 0.1.5, first public release! > > Sifflet is a visual, functional programming language. > Sifflet programmers define functions by drawing diagrams. > Sifflet shows how a function call is evaluated on the diagram. > It is

[Haskell] Re: ANNOUNCE: graphviz 2999.9.0.0

2010-04-26 Thread Ivan Miljenovic
A few things I forgot to mention in my haste to get this out: 1) I was planning on having a tutorial-style blog post where I'd use graphviz to parse an manipulate the output "ghc-pkg dot"; however I've been busier than I expected recently and figured it'd be better to get this release out and do t

Re: [Haskell] ANN: Try Haskell! An interactive tutorial in your browser

2010-02-28 Thread Ivan Miljenovic
On 1 March 2010 11:21, Hector Guilarte wrote: > I tried it and it worked perfectly, however I tried it again 45 minutes > later (about 15 minutes ago) and when I pressed Enter nothing happened. I > couldn't enter any expressions. The only expression I could enter was help > Hector "stepN" works f

[Haskell] ANNOUNCE: SourceGraph-0.1 and Graphalyze-0.3

2008-10-05 Thread Ivan Miljenovic
I've now uploaded my SourceGraph program to Hackage [1]. It's rather simple at the moment, but if you pass in the .cabal file as a parameter (e.g. run it as "SourceGraph Foo.cabal"), it will create in the same directory as the .cabal file a Directory called "SourceGraph" that contains an html repo

[Haskell] ANNOUNCE: Graphalyze-0.1

2008-09-29 Thread Ivan Miljenovic
I'd like to announce the initial release of my graph-theoretic analysis library, Graphalyze [1], the darcs repo for which is also available [2]. This is a pre-release of the library that I'm writing for my mathematics honours thesis, "Graph-Theoretic Analysis of the Relationships in Discrete Data"

[Haskell] ANNOUNCE: graphviz-2008.9.20

2008-09-20 Thread Ivan Miljenovic
The latest version of Matthew Sackman's Haskell bindings to Graphviz [1] are now available on Hackage [2]. The reason there's a new release only two weeks after the previous one is that I've made some extensions to it (hence why I'm writing the announcement) that Matthew has kindly included. Sinc