Tested platform packages with ghc-7.2 and ghc-7.3.
svn path=/nixpkgs/trunk/; revision=28168
This commit is contained in:
12
pkgs/development/libraries/haskell/network/2.3.0.5.nix
Normal file
12
pkgs/development/libraries/haskell/network/2.3.0.5.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal, parsec}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "network";
|
||||
version = "2.3.0.5"; # Haskell Platform future?
|
||||
sha256 = "0y1sbgsffzr0skm6xl8907iclgw9vmf395zvpwgakp69i3snh1z0";
|
||||
propagatedBuildInputs = [parsec];
|
||||
meta = {
|
||||
description = "Networking-related facilities";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user