haskell-recaptcha: update to version 0.1.0.3
This commit is contained in:
parent
1e43fac171
commit
3c63776aa5
@ -1,12 +1,12 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, HTTP, network, xhtml }:
|
||||
{ cabal, HTTP, network, networkUri, xhtml }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "recaptcha";
|
||||
version = "0.1.0.2";
|
||||
sha256 = "04sdfp6bmcd3qkz1iqxijfiqa4qf78m5d16r9gjv90ckqf68kbih";
|
||||
buildDepends = [ HTTP network xhtml ];
|
||||
version = "0.1.0.3";
|
||||
sha256 = "18rqsqzni11nr2cvs7ah9k87w493d92c0gmc0n6fhfq6gay9ia19";
|
||||
buildDepends = [ HTTP network networkUri xhtml ];
|
||||
meta = {
|
||||
homepage = "http://github.com/jgm/recaptcha/tree/master";
|
||||
description = "Functions for using the reCAPTCHA service in web applications";
|
||||
|
Loading…
Reference in New Issue
Block a user