gnu: ghc-edisoncore: Fix typo in synopsis.

* gnu/packages/haskell.scm (ghc-edisoncore)[synopsis]: Fix typo.
This commit is contained in:
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

View file

@ -3328,7 +3328,7 @@ (define-public ghc-edisoncore
("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