Updated Haskell packages.

- LambdaHack: updated to version 0.2.1
 - OpenAL: updated to version 1.4.0.1
 - cabal2nix: updated to version 1.29
 - unbound: updated to version 0.4.0.1

svn path=/nixpkgs/trunk/; revision=33394
This commit is contained in:
Peter Simons
2012-03-24 10:21:48 +00:00
parent 1aa8a93bf6
commit 6b0f1dab5c
4 changed files with 8 additions and 9 deletions

View File

@@ -2,10 +2,9 @@
cabal.mkDerivation (self: {
pname = "unbound";
version = "0.4";
sha256 = "0s4aybbxz5qvkf09wn65qavw10hk0rsyyc2d0ydr02rzz10vd270";
version = "0.4.0.1";
sha256 = "0zb029wji85b643iqf4cnkd9d68accrjxnk8422xs82zik2kn6zf";
buildDepends = [ mtl RepLib transformers ];
noHaddock = true;
meta = {
homepage = "http://code.google.com/p/replib/";
description = "Generic support for programming with names and binders";