Added httpd-shed.
svn path=/nixpkgs/trunk/; revision=18756
This commit is contained in:
parent
253575002c
commit
30468489ca
12
pkgs/development/libraries/haskell/httpd-shed/default.nix
Normal file
12
pkgs/development/libraries/haskell/httpd-shed/default.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{cabal, network}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self : {
|
||||||
|
pname = "httpd-shed";
|
||||||
|
version = "0.4";
|
||||||
|
sha256 = "c03f784742bdc3053c7e867e587ee859a9a3adaa082d36bdb2ea69da1b02069f";
|
||||||
|
propagatedBuildInputs = [network];
|
||||||
|
meta = {
|
||||||
|
description = "A simple web-server with an interact style API";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
@ -288,6 +288,10 @@ rec {
|
|||||||
inherit cabal;
|
inherit cabal;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
httpdShed = import ../development/libraries/haskell/httpd-shed {
|
||||||
|
inherit cabal network;
|
||||||
|
};
|
||||||
|
|
||||||
HUnit = import ../development/libraries/haskell/HUnit {
|
HUnit = import ../development/libraries/haskell/HUnit {
|
||||||
inherit cabal;
|
inherit cabal;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user