MIT licensed and maintained by Neil Mitchell
This version can be pinned in stack with:js-jquery-3.2.1@sha256:09c281a1551abf63e9a7d1da8f4a080429214f880c203ea850086e94048c82bc,1566

Module documentation for 3.2.1

Depends on 1 package(full list with versions):
Used by 4 packages in nightly-2017-10-28(full list with versions):

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

Changes

Changelog for js-jquery

3.2.1
New version of jQuery
3.1.1
New version of jQuery
3.1.0
New version of jQuery
3.0.0
New version of jQuery
1.12.4
New version of jQuery
1.12.3
New version of jQuery
1.12.2
New version of jQuery
1.12.1
New version of jQuery
1.12.0
New version of jQuery
1.11.3
New version of jQuery
1.11.2
New version of jQuery
1.11.1
Initial version