~ruther/guix-local

e695d79dc692e8e4829f6e5ce627113b328332eb — Tobias Geerinckx-Rice 8 years ago fb5569b
gnu: ghc-edisoncore: Fix typo in synopsis.

* gnu/packages/haskell.scm (ghc-edisoncore)[synopsis]: Fix typo.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/haskell.scm
M gnu/packages/haskell.scm => gnu/packages/haskell.scm +1 -1
@@ 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