Updated/added a number of Haskell libraries.

svn path=/nixpkgs/trunk/; revision=24700
This commit is contained in:
Andres Löh
2010-11-15 20:28:21 +00:00
parent 84de039c9e
commit bc1f04c744
5 changed files with 33 additions and 14 deletions

View File

@@ -0,0 +1,11 @@
{cabal, haskellSrcExts, mtl, uniplate}:
cabal.mkDerivation (self : {
pname = "derive";
version = "2.3.0.2";
sha256 = "bb8f62d93742d0f27c742bf09fdad73111057d9b531dda45d7f0c894b447809e";
propagatedBuildInputs = [haskellSrcExts mtl uniplate];
meta = {
description = "A program and library to derive instances for data types";
};
})