>From c45d168a96f94c92e5c4eb3ffaff69931739d0e6 Mon Sep 17 00:00:00 2001 From: Leo Famulari 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