Arch Linux and Haskell

Entries tagged as ‘hackage’

Open Source Haskell Releases and Growth

January 18, 2009 · 7 Comments

Hackage, Haskell’s central library achive site, went live 2 years ago during the 2007 Haskell Hackathon in Oxford.

Here we are two years later, on the verge of 1000 open source Haskell applications, libraries and tools (993 at the time of writing), all swinging around cabal and cabal-install.

Is the Haskell community getting any better at the production of code? To work this out, I made a 28 day sliding average of the daily releases to Hackage, and there’s a clear upwards trend. More people are releasing more Haskell than ever before:

Sliding average of Haskell releases

The two spikes correspond to the yearly GHC major releases, where a whole suite of libraries get updated.

We can break Hackage down by category too, to see what areas Haskell is being used in:

Half of all libraries (just over 500) are devoted to data structures, text handling and parsing, system interactions, control structures and abstractions, graphics, and development tools. Nothing terribly category-theoretic there :-)

Following closely are network, web, math, sound and database programming. (Breakdown of the top 30 categories).

The release of new code also mirrors the growth in community participation. Here, the growth in the Haskell IRC channel over the last 7 years:

It seems we’re seeing an obvious correlation between community input (new programmers) and output (project releases).

Join in: the lambdas are hot!

Categories: Releases
Tagged:

700 Haskell packages

November 14, 2008 · Leave a Comment

Arch Linux now has 700 Haskell libraries and tools natively packaged! That equates to 81% of Hackage.

Enjoy the native lambdas!

Categories: Weekly News
Tagged:

Haskell releases growing

November 12, 2008 · Leave a Comment

Releases to hackage per day since its launch in January 2007

Releases to hackage per day since its launch in January 2007

The arch-haskell team is trying to track releases of working code from http://hackage.haskell.org, with the goal to always provide a comprehensive Haskell development environment for the distro (we’re doing ok, 680 packages out of the 850 packages on hackage currently.

Recently its been getting a bit hectic, as hackage has appeared to go into overtime. To work out what was happening, I wrote a little program using the gnuplot bindings to graph each days uploads since Hackage went live.

We see a spike of Haskell releases around the original release, a spike a bit over a year ago when ghc 6.8.x came out (and everything broke :) and a broader surge in releases over the last 200 days..

I think that means something good is happening. Perhaps cabal-install is finally making its way to the masses?

Categories: Releases
Tagged:

Arch Haskell News: Oct 12 2008

October 12, 2008 · Leave a Comment

A weekly update of Haskell in Arch Linux.

Arch now has 624 Haskell packages in AUR.

That’s an increase of 15 new packages in the last 7 days.

Planning is also underway for the GHC 6.10 release, and the 6.10 release candidate is in testing.

Noteworthy

New and updated packages this week

For more information about Haskell on Arch Linux, see the wiki page, or join us online, on IRC, #arch-haskell @ freenode.

Categories: Weekly News
Tagged: , , , ,