summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 17:09:23 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:22:09 -0700
commitc42dcaa91e47b1ac3394492555b435bd12ded491 (patch)
treecf7b6e00bbadf0680ce2f0947e110c254012c80d /gnu/packages/haskell.scm
parentb5cfc89f2d245de10fa2cc4da694efb92160c4d1 (diff)
downloadguix-patches-c42dcaa91e47b1ac3394492555b435bd12ded491.tar
guix-patches-c42dcaa91e47b1ac3394492555b435bd12ded491.tar.gz
gnu: ghc-persistent: Fix typo "systems".
* gnu/packages/haskell (ghc-persistent)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/haskell.scm')
-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 9e874f9a97..33c9c6484d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -10044,7 +10044,7 @@ Haskell data types to and from HTTP API data.")
(home-page "https://www.yesodweb.com/book/persistent")
(synopsis "Type-safe, multi-backend data serialization for Haskell")
(description "This Haskell package allows Haskell programs to access data
-storage sytems like PostgreSQL, SQLite, MySQL and MongoDB in a type-safe
+storage systems like PostgreSQL, SQLite, MySQL and MongoDB in a type-safe
way.")
(license license:expat)))