haskellPackages: adding bytestring, networkBytestring, getOptions, ghcSyb, hslogger, tar
svn path=/nixpkgs/trunk/; revision=16296
This commit is contained in:
12
pkgs/development/libraries/haskell/syb/default.nix
Normal file
12
pkgs/development/libraries/haskell/syb/default.nix
Normal 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 [..]";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user