@hackage js-jquery3.0.0
Obtain minified jQuery code
Categories
License
MIT
Maintainer
Neil Mitchell <ndmitchell@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (1)
Dependents (12)
@hackage/debug, @hackage/acme-everything, @hackage/yeamer, @hackage/profiteur, @hackage/rattle, @hackage/smcdel, Show all…
js-jquery

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