summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-11-23 18:38:35 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-01 15:03:13 +0100
commite695d79dc692e8e4829f6e5ce627113b328332eb (patch)
tree3d32391ed71b32658252da2409a3cafe290c555b
parentfb5569b0c802a701eb67f6f659e25d19c8597f5c (diff)
downloadguix-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.scm2
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