2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-01 14:10:45 +01:00
|
|
|
{ cabal, HTTP, network, networkUri, xhtml }:
|
2009-07-18 16:25:28 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-18 16:25:28 +01:00
|
|
|
pname = "recaptcha";
|
2014-09-01 14:10:45 +01:00
|
|
|
version = "0.1.0.3";
|
|
|
|
sha256 = "18rqsqzni11nr2cvs7ah9k87w493d92c0gmc0n6fhfq6gay9ia19";
|
|
|
|
buildDepends = [ HTTP network networkUri xhtml ];
|
2009-07-18 16:25:28 +01:00
|
|
|
meta = {
|
2011-08-10 00:00:20 +01:00
|
|
|
homepage = "http://github.com/jgm/recaptcha/tree/master";
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "Functions for using the reCAPTCHA service in web applications";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-07-18 16:25:28 +01:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|