diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-23 18:38:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-01 15:03:13 +0100 |
commit | e695d79dc692e8e4829f6e5ce627113b328332eb (patch) | |
tree | 3d32391ed71b32658252da2409a3cafe290c555b | |
parent | fb5569b0c802a701eb67f6f659e25d19c8597f5c (diff) | |
download | patches-e695d79dc692e8e4829f6e5ce627113b328332eb.tar patches-e695d79dc692e8e4829f6e5ce627113b328332eb.tar.gz |
gnu: ghc-edisoncore: Fix typo in synopsis.
* gnu/packages/haskell.scm (ghc-edisoncore)[synopsis]: Fix typo.
-rw-r--r-- | gnu/packages/haskell.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index f1302f0e60..6ba5642101 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 |