diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-03 15:23:28 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-03 15:28:27 +0100 |
commit | fc871847f67eb7d2a55c6db84d9e9166af71b501 (patch) | |
tree | 55ceaadf6f19d6e7de3640da0e8d99b02cc39159 /gnu | |
parent | 6259bfab86f77c397764c06562b2917bb552d196 (diff) | |
download | guix-fc871847f67eb7d2a55c6db84d9e9166af71b501.tar.gz |
gnu: ghc-persistent: Curate storage system examples.
* gnu/packages/haskell-xyz.scm (ghc-persistent)[description]: Choose better-licenced storage system examples.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 6fb6933be4..ae077f7400 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 |