haskellPackages: adding bytestring, networkBytestring, getOptions, ghcSyb, hslogger, tar

svn path=/nixpkgs/trunk/; revision=16296
This commit is contained in:
Marc Weber
2009-07-09 22:24:02 +00:00
parent 769dec7238
commit 676f4c4e2d
10 changed files with 122 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "syb";
version = "0.1.0.1";
name = self.fname;
sha256 = "08nf4id26s5iasxzdy5jds6h87fy3a55zgw0zrig4dg6difmwjp3";
extraBuildInputs = [];
meta = {
description = "generics system described in the Scrap Your Boilerplate papers [..]";
};
})