On Sun, Sep 18, 2016 at 04:09:44PM +0000, ng0 wrote: > * gnu/packages/haskell.scm (ghc-cryptohash): New variable.
Thanks for this patch series! Most of the patches look good, but there are a few packages where I think the synopsis or description need to be changed. I'll attach my suggested changes to the patches that I think need them. If you agree to the changes, I can make them locally before pushing; there will be no need to send updated patches.
>From c45d168a96f94c92e5c4eb3ffaff69931739d0e6 Mon Sep 17 00:00:00 2001 From: Leo Famulari <l...@famulari.name> Date: Tue, 20 Sep 2016 20:35:35 -0400 Subject: [PATCH 1/8] ghc-cryptohash synopsis description fix --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index af7fc13..694fff1 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6511,12 +6511,12 @@ been observed, so this library should be suitable for high performance scenarios ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck) ("ghc-tasty-hunit" ,ghc-tasty-hunit))) (home-page "http://github.com/vincenthz/hs-cryptohash") - (synopsis "Collection of crypto hashes, fast, pure and practical") + (synopsis "Collection of cryptographic hashes in Haskell") (description "A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest implementations available in other languages. The implementations are made in C with a haskell FFI wrapper -that hide the C implementation.") +that hides the C implementation.") (license license:bsd-3))) (define-public ghc-data-ordlist -- 2.10.0