Version bump for leksah (plus dependencies). Now works with ghc-6.12.3.

svn path=/nixpkgs/trunk/; revision=24737
This commit is contained in:
Andres Löh
2010-11-17 14:48:12 +00:00
parent de68a76cf8
commit ad9d05d909
8 changed files with 106 additions and 19 deletions

View File

@@ -0,0 +1,13 @@
{cabal, binary, mtl}:
cabal.mkDerivation (self : {
pname = "binary-shared";
version = "0.8.1";
sha256 = "0niq6hgsawsdg3kkjgkwyrgy8w7pfkqfph5d1x5bzcjrcl982jrg";
propagatedBuildInputs = [binary mtl];
meta = {
description = "Binary serialization with support for sharing identical elements";
license = "GPL";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})