diff options
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index e7afe0de92..1d86fe0c47 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -1692,7 +1692,7 @@ command-line utility for working with CBOR data.") ghc-vector ghc-cborg)) (home-page "https://github.com/well-typed/cborg") - (synopsis "library for encoding JSON as CBOR") + (synopsis "Library for encoding JSON as CBOR") (description "This package implements the bijection between JSON and CBOR defined in the CBOR specification, RFC 7049.") @@ -10855,7 +10855,7 @@ better for some purposes.") (native-inputs (list ghc-hspec ghc-quickcheck hspec-discover)) (home-page "https://github.com/commercialhaskell/rio#readme") - (synopsis "standard library for Haskell") + (synopsis "Standard library for Haskell") (description "This package works as a prelude replacement for Haskell, providing more functionality and types out of the box than the standard prelude (such as common data types like @code{ByteString} and |