nixpkgs/pkgs/development/libraries/haskell/js-jquery/default.nix

18 lines
496 B
Nix
Raw Normal View History

2014-11-18 22:21:37 +01:00
# 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;
2014-11-18 22:21:37 +01:00
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;
};
})