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