js-jquery: Obtain minified jQuery code

[ javascript, library, mit ] [ Propose Tags ]

This package bundles the minified jQuery code into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream jQuery version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian).


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.11.1, 1.11.2, 1.11.3, 1.12.0, 1.12.1, 1.12.2, 1.12.3, 1.12.4, 3.0.0, 3.1.0, 3.1.1, 3.2.1, 3.3.1
Change log CHANGES.txt
Dependencies base (>=4 && <5) [details]
License MIT
Copyright Neil Mitchell 2014-2016
Author Neil Mitchell <ndmitchell@gmail.com>
Maintainer Neil Mitchell <ndmitchell@gmail.com>
Category Javascript
Home page https://github.com/ndmitchell/js-jquery#readme
Bug tracker https://github.com/ndmitchell/js-jquery/issues
Source repo head: git clone https://github.com/ndmitchell/js-jquery.git
Uploaded by NeilMitchell at 2016-07-09T18:57:55Z
Distributions Arch:3.3.1, Debian:3.3.1, Fedora:3.3.1, FreeBSD:1.11.3, LTSHaskell:3.3.1, NixOS:3.3.1, Stackage:3.3.1
Reverse Dependencies 9 direct, 3607 indirect [details]
Downloads 48765 total (204 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-07-09 [all 1 reports]

Readme for js-jquery-3.1.0

[back to package description]

js-jquery Hackage version Build Status

This package bundles the minified jQuery code into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream jQuery version. The package is designed to meet the redistribution requirements of downstream users (e.g. Debian). As an example:

import qualified Language.Javascript.JQuery as JQuery

main = do
    putStrLn $ "jQuery version " ++ show JQuery.version ++ " source:"
    putStrLn =<< readFile =<< JQuery.file