guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/12: gnu: ghc-persistent: Curate storage system examples.


From: guix-commits
Subject: 08/12: gnu: ghc-persistent: Curate storage system examples.
Date: Wed, 3 Nov 2021 13:45:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fc871847f67eb7d2a55c6db84d9e9166af71b501
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 15:23:28 2021 +0100

    gnu: ghc-persistent: Curate storage system examples.
    
    * gnu/packages/haskell-xyz.scm (ghc-persistent)[description]: Choose
    better-licenced storage system examples.
---
 gnu/packages/haskell-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 6fb6933..ae077f7 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9874,8 +9874,7 @@ syntax and semantics as Perl 5.")
     (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 systems like PostgreSQL, SQLite, MySQL and MongoDB in a type-safe
-way.")
+storage systems like PostgreSQL, SQLite, and MariaDB in a type-safe way.")
     (license license:expat)))
 
 (define-public ghc-persistent-sqlite



reply via email to

[Prev in Thread] Current Thread [Next in Thread]