rekado pushed a commit to branch master
in repository guix.
commit b90f72dcf8b8176c54361151c23f92948bc2102f
Author: Ricardo Wurmus <[email protected]>
Date: Mon Feb 12 16:52:02 2018 +0100
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.
---
gnu/packages/haskell.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0840ef4..a6a4954 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2016 Ludovic Courtès <[email protected]>
;;; Copyright © 2016, 2017 ng0 <[email protected]>
;;; Copyright © 2016 Efraim Flashner <[email protected]>
-;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <[email protected]>
;;; Copyright © 2016, 2017 David Craven <[email protected]>
;;; Copyright © 2017 Danny Milosavljevic <[email protected]>
;;; Copyright © 2017 Peter Mikkelsen <[email protected]>
@@ -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