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