diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-12 16:52:02 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 13:37:31 +0100 |
commit | b90f72dcf8b8176c54361151c23f92948bc2102f (patch) | |
tree | cf129a652b656494a0f582047cfb29447ec0abbe | |
parent | 6963305ce5f0a23e156b5ed5ebb1050808740764 (diff) | |
download | patches-b90f72dcf8b8176c54361151c23f92948bc2102f.tar patches-b90f72dcf8b8176c54361151c23f92948bc2102f.tar.gz |
gnu: ghc-streaming-commons: Fix license and description.
* gnu/packages/haskell.scm (ghc-streaming-commons)[license]: The correct
license is Expat.
[description]: Use a complete sentence.
-rw-r--r-- | gnu/packages/haskell.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 0840ef42b2..a6a49548c4 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> -;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016, 2017 David Craven <david@craven.ch> ;;; Copyright © 2017 Danny Milosavljevic <dannym@scratchpost.org> ;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10@gmail.com> @@ -1257,10 +1257,10 @@ version 1.3).") ("hspec-discover" ,hspec-discover))) (home-page "https://hackage.haskell.org/package/streaming-commons") (synopsis "Conduit and pipes needed by some streaming data libraries") - (description "Provides low-dependency functionality commonly needed by -various Haskell streaming data libraries, such as @code{conduit} and + (description "This package provides low-dependency functionality commonly +needed by various Haskell streaming data libraries, such as @code{conduit} and @code{pipe}s.") - (license license:bsd-3))) + (license license:expat))) (define-public cpphs (package |