haskellPackages: adding bytestring, networkBytestring, getOptions, ghcSyb, hslogger, tar
svn path=/nixpkgs/trunk/; revision=16296
This commit is contained in:
12
pkgs/development/libraries/haskell/bytestring/default.nix
Normal file
12
pkgs/development/libraries/haskell/bytestring/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "bytestring";
|
||||
version = "0.9.1.4";
|
||||
name = self.fname;
|
||||
sha256 = "00x620zkxhlmdxmb2icrq3a2wc6jichng6mn33xr2gsw102973xz";
|
||||
extraBuildInputs = [];
|
||||
meta = {
|
||||
description = "A time and space-efficient implementation of byte vectors using packed Word8 arrays [..]";
|
||||
};
|
||||
})
|
||||
12
pkgs/development/libraries/haskell/get-options/default.nix
Normal file
12
pkgs/development/libraries/haskell/get-options/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal, sourceByName, mtl}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "get-options";
|
||||
version = "x"; # ?
|
||||
name = self.fname;
|
||||
src = sourceByName "getOptions";
|
||||
extraBuildInputs = [ mtl ];
|
||||
meta = {
|
||||
description = "simple to use get option library";
|
||||
};
|
||||
})
|
||||
12
pkgs/development/libraries/haskell/ghc-syb/default.nix
Normal file
12
pkgs/development/libraries/haskell/ghc-syb/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal, syb, sourceByName}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "hlint";
|
||||
version = "1.4";
|
||||
name = self.fname;
|
||||
src = sourceByName "ghc_syb";
|
||||
extraBuildInputs = [syb];
|
||||
meta = {
|
||||
description = "Source code suggestions";
|
||||
};
|
||||
})
|
||||
@@ -0,0 +1,12 @@
|
||||
{cabal, bytestring, network}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "network-bytestring";
|
||||
version = "0.1.2.1";
|
||||
name = self.fname;
|
||||
sha256 = "0l5gxwc5pg49qyxb1jy3kn9j66a6pg9frw4c7dn1mrpqicm155am";
|
||||
extraBuildInputs = [bytestring network];
|
||||
meta = {
|
||||
description = "Source code suggestions";
|
||||
};
|
||||
})
|
||||
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