nixpkgs/pkgs/development/libraries/haskell/recaptcha/default.nix
Andres Löh df8def8dfb Added HAppS and gitit plus dependencies.
svn path=/nixpkgs/trunk/; revision=16419
2009-07-18 15:25:28 +00:00

13 lines
335 B
Nix

{cabal, HTTP, network, xhtml}:
cabal.mkDerivation (self : {
pname = "recaptcha";
version = "0.1";
sha256 = "de00e6e3aadd99a1cd036ce4b413ebe02d59c1b9cfd3032f122735cca1f25144";
propagatedBuildInputs = [HTTP network xhtml];
meta = {
description = "Functions for using the reCAPTCHA service in web applications";
};
})