# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, HTTP }: cabal.mkDerivation (self: { pname = "js-jquery"; version = "1.11.1"; sha256 = "0k4hrpxsc48nanr2zw6jcirirsarlshycx7d5hzqqv9jfhy1i88d"; testDepends = [ HTTP ]; doCheck = false; meta = { homepage = "https://github.com/ndmitchell/js-jquery#readme"; description = "Obtain minified jQuery code"; license = self.stdenv.lib.licenses.mit; platforms = self.ghc.meta.platforms; }; })