diff options
author | Gabriel Wicki <gabriel@erlikon.ch> | 2025-01-05 02:01:31 +0100 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2025-01-05 12:34:06 -0800 |
commit | cba83a20384fbe78044d7b2b52a37af1320eb55d (patch) | |
tree | e8486ef5b200e0d74637edefe1c739e7809bce7d /gnu/packages/haskell-xyz.scm | |
parent | 6cb47c374469f7c26775520540e1ed79a8bff674 (diff) |
gnu: Fix various style issues in descriptions.
* gnu/packages/astronomy.scm (python-ads): Fix description.
* gnu/packages/crates-io.scm (rust-is-debug-1): Fix description.
* gnu/packages/haskell-xyz.scm (ghc-ordered-containers): Fix description.
* gnu/packages/tex.scm (texlive-stex): Fix description.
* gnu/packages/textutils.scm bibutils): Fix description.
* gnu/packages/xml.scm (perl-libxml): Fix description.
Change-Id: I765a5326180cfa31ca1a1727d4da2b1f6a05faa0
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 7024d54ff23..bac040549cd 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -16325,8 +16325,9 @@ benchmarks](https://hackage.haskell.org/package/random-bytestring-0.1.3.2/src/be (build-system haskell-build-system) (properties '((upstream-name . "ordered-containers"))) (home-page "https://hackage.haskell.org/package/ordered-containers") - (description "") (synopsis "Haskell types") + (description "Set- and Map-like types that remember the order elements +were inserted") (license license:bsd-3))) (define-public ghc-cabal-syntax |