aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/chemistry.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-02-08 14:41:36 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-02-08 14:41:36 +0100
commit3c37c9285116a96cac02147b7b3618a5e63eb2c2 (patch)
tree160d4c12a06c80ed0fdf4227fd2fa9b4a3706e86 /gnu/packages/chemistry.scm
parent0a54ba43531419d2470d91c6ae94047cc516c3ab (diff)
downloadguix-3c37c9285116a96cac02147b7b3618a5e63eb2c2.tar.gz
guix-3c37c9285116a96cac02147b7b3618a5e63eb2c2.zip
gnu: nushell: Improve synopsis.
* gnu/packages/shells.scm (nushell)[synopsis]: Improve wording.
Diffstat (limited to 'gnu/packages/chemistry.scm')
0 files changed, 0 insertions, 0 deletions
en, ghc-tasty-rerun, ghc-trifecta, and ghc-zlib. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alex ter Weele 2018-03-15gnu: Add ghc-cheapskate-0.1.0.5....* gnu/packages/idris.scm (ghc-cheapskate-0.1.0.5): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alex ter Weele 2018-03-15gnu: Add ghc-trifecta-1.6.2.1....* gnu/packages/idris.scm (ghc-trifecta-1.6.2.1): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alex ter Weele 2018-03-15gnu: Add ghc-aeson-1.1.2.0....* gnu/packages/idris.scm (ghc-aeson-1.1.2.0): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alex ter Weele 2017-11-13gnu: Move web packages from haskell to haskell-web....* gnu/packages/haskell.scm (ghc-tagsoup, ghc-cookie, ghc-http-types, ghc-http, ghc-http-client, ghc-http-client-tls, ghc-http-date, ghc-http2, ghc-http-conduit, ghc-wai, ghc-wai-logger, ghc-wai-extra, ghc-wai-conduit, ghc-warp, ghc-warp-tls, ghc-xss-sanitize, ghc-css-text, ghc-mime-types, ghc-html, ghc-xhtml, ghc-blaze-html, ghc-aeson, ghc-aeson-pretty, ghc-aeson-qq, ghc-multipart): Move variables to ... * gnu/packages/haskell-web.scm: ... this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/haskell.scm, gnu/packages/idris.scm, gnu/packages/version-control.scm, gnu/packages/wm.scm: Include haskell-web module. Ricardo Wurmus 2017-11-13gnu: Move testing packages from haskell to haskell-check....* gnu/packages/haskell.scm (ghc-clock-bootstrap, ghc-tasty-ant-xml, ghc-tasty-smallcheck, ghc-tasty-quickcheck, ghc-tasty-golden, ghc-tasty, ghc-tasty-hunit, ghc-tasty-kat, ghc-tasty-th, ghc-tasty-rerun, ghc-quickcheck-instances, ghc-quickcheck-unicode, ghc-quickcheck-io, ghc-quickcheck, ghc-test-framework, ghc-test-framework-hunit, ghc-test-framework-quickcheck2, ghc-test-framework-th, ghc-hunit, hspec-discover, ghc-hspec-core, ghc-hspec-meta, ghc-hspec, ghc-hspec-contrib, ghc-hspec-expectations): Move variables to ... * gnu/packages/haskell-check.scm: ... this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/haskell.scm, gnu/packages/idris.scm, gnu/packages/version-control.scm, gnu/packages/wm.scm: Include haskell-check module. Ricardo Wurmus