gnu: ghc-edisoncore: Fix typo in synopsis.

* gnu/packages/haskell.scm (ghc-edisoncore)[synopsis]: Fix typo.
master
Tobias Geerinckx-Rice 2017-11-23 18:38:35 +01:00
parent fb5569b0c8
commit e695d79dc6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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