[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: ghc-edisoncore: Fix typo in synopsis.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/02: gnu: ghc-edisoncore: Fix typo in synopsis. |
Date: |
Fri, 1 Dec 2017 09:01:32 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit e695d79dc692e8e4829f6e5ce627113b328332eb
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Nov 23 18:38:35 2017 +0100
gnu: ghc-edisoncore: Fix typo in synopsis.
* gnu/packages/haskell.scm (ghc-edisoncore)[synopsis]: Fix typo.
---
gnu/packages/haskell.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index f1302f0..6ba5642 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3328,7 +3328,7 @@ finite maps and priority queues where the priority and
element are distinct.")
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-edisonapi" ,ghc-edisonapi)))
(home-page "http://rwd.rdockins.name/edison/home/")
- (synopsis "Library of efficent, purely-functional data structures")
+ (synopsis "Library of efficient, purely-functional data structures")
(description
"This package provides the core Edison data structure implementations,
including multiple sequence, set, bag, and finite map concrete implementations