[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
- 04/12: gnu: Add python-flask-combo-jsonapi., (continued)
- 04/12: gnu: Add python-flask-combo-jsonapi., guix-commits, 2021/11/03
- 05/12: gnu: python-sqlalchemy: Update to 1.4.26., guix-commits, 2021/11/03
- 06/12: gnu: python-sqlalchemy: Respect #:tests?., guix-commits, 2021/11/03
- 02/12: gnu: Add python-marshmallow@3.2., guix-commits, 2021/11/03
- 01/12: gnu: Add python-sqlalchemy@1.3., guix-commits, 2021/11/03
- 07/12: gnu: python-marshmallow: Fix linter warning., guix-commits, 2021/11/03
- 09/12: gnu: unqlite: Curate comparisons., guix-commits, 2021/11/03
- 11/12: gnu: knot: Update to 3.1.3., guix-commits, 2021/11/03
- 12/12: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/03
- 03/12: gnu: Add python-marshmallow-jsonapi., guix-commits, 2021/11/03
- 08/12: gnu: ghc-persistent: Curate storage system examples.,
guix-commits <=