rekahsoft-gnu: Add ghc-js-dgtable

* rekahsoft-gnu/packages/haskell-apps.scm (ghc-js-dgtable): New variable
This commit is contained in:
Collin J. Doering 2022-07-29 01:50:17 -04:00
parent 9e76bef6e5
commit 6c99e1e478
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 21 additions and 0 deletions

View File

@ -143,3 +143,24 @@ accounting system. It can be a more convenient way to browse your accounts
than the CLI. This package currently does not support Microsoft Windows, except
in WSL.")
(license license:gpl3)))
(define-public ghc-js-dgtable
(package
(name "ghc-js-dgtable")
(version "0.5.2")
(source
(origin
(method url-fetch)
(uri (hackage-uri "js-dgtable" version))
(sha256
(base32 "1b10kx703kbkb5q1ggdpqcrxqjb33kh24khk21rb30w0xrdxd3g2"))))
(build-system haskell-build-system)
(home-page "https://github.com/ndmitchell/js-dgtable#readme")
(synopsis "Obtain minified jquery.dgtable code")
(description
"This package bundles the minified <https://github.com/danielgindi/jquery.dgtable
jquery.dgtable> 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.dgtable version. The package is designed to meet the redistribution
requirements of downstream users (e.g. Debian).")
(license license:expat)))