[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/22: gnu: ghc-persistent: Update to 2.10.4.
From: |
guix-commits |
Subject: |
09/22: gnu: ghc-persistent: Update to 2.10.4. |
Date: |
Sun, 29 Mar 2020 16:37:48 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 8c9697a954b8f265c90dac195b6db28b90cc6f33
Author: Alexandru-Sergiu Marton <address@hidden>
AuthorDate: Wed Jan 8 11:46:35 2020 +0200
gnu: ghc-persistent: Update to 2.10.4.
* gnu/packages/haskell-xyz.scm (ghc-persistent): Update to 2.10.4.
Signed-off-by: Marius Bakke <address@hidden>
---
gnu/packages/haskell-xyz.scm | 53 ++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index da44f02..631140e 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8754,41 +8754,36 @@ syntax and semantics as Perl 5.")
(define-public ghc-persistent
(package
(name "ghc-persistent")
- (version "2.9.2")
+ (version "2.10.4")
(source
(origin
(method url-fetch)
- (uri (string-append "https://hackage.haskell.org/package/";
- "persistent-" version "/"
- "persistent-" version ".tar.gz"))
+ (uri (string-append
+ "https://hackage.haskell.org/package/persistent/";
+ "persistent-" version ".tar.gz"))
(sha256
(base32
- "1wsa3kn427v88a6r0vwr6mz23snik2krbsgc8zqp18xajqn5szj9"))))
+ "1cxswz72sqdg2z1nbpgp1k5qr41djgk8qbf8nz7wfppsrhacyffi"))))
(build-system haskell-build-system)
- (inputs `(("ghc-old-locale" ,ghc-old-locale)
- ("ghc-conduit" ,ghc-conduit)
- ("ghc-resourcet" ,ghc-resourcet)
- ("ghc-exceptions" ,ghc-exceptions)
- ("ghc-monad-control" ,ghc-monad-control)
- ("ghc-lifted-base" ,ghc-lifted-base)
- ("ghc-resource-pool" ,ghc-resource-pool)
- ("ghc-path-pieces" ,ghc-path-pieces)
- ("ghc-http-api-data" ,ghc-http-api-data)
- ("ghc-aeson" ,ghc-aeson)
- ("ghc-monad-logger" ,ghc-monad-logger)
- ("ghc-transformers-base" ,ghc-transformers-base)
- ("ghc-base64-bytestring" ,ghc-base64-bytestring)
- ("ghc-unordered-containers" ,ghc-unordered-containers)
- ("ghc-vector" ,ghc-vector)
- ("ghc-attoparsec" ,ghc-attoparsec)
- ("ghc-haskell-src-meta" ,ghc-haskell-src-meta)
- ("ghc-blaze-html" ,ghc-blaze-html)
- ("ghc-blaze-markup" ,ghc-blaze-markup)
- ("ghc-silently" ,ghc-silently)
- ("ghc-fast-logger" ,ghc-fast-logger)
- ("ghc-scientific" ,ghc-scientific)
- ("ghc-tagged" ,ghc-tagged)
- ("ghc-void" ,ghc-void)))
+ (inputs
+ `(("ghc-aeson" ,ghc-aeson)
+ ("ghc-attoparsec" ,ghc-attoparsec)
+ ("ghc-base64-bytestring" ,ghc-base64-bytestring)
+ ("ghc-blaze-html" ,ghc-blaze-html)
+ ("ghc-conduit" ,ghc-conduit)
+ ("ghc-fast-logger" ,ghc-fast-logger)
+ ("ghc-http-api-data" ,ghc-http-api-data)
+ ("ghc-monad-logger" ,ghc-monad-logger)
+ ("ghc-path-pieces" ,ghc-path-pieces)
+ ("ghc-resource-pool" ,ghc-resource-pool)
+ ("ghc-resourcet" ,ghc-resourcet)
+ ("ghc-scientific" ,ghc-scientific)
+ ("ghc-silently" ,ghc-silently)
+ ("ghc-unliftio-core" ,ghc-unliftio-core)
+ ("ghc-unliftio" ,ghc-unliftio)
+ ("ghc-unordered-containers"
+ ,ghc-unordered-containers)
+ ("ghc-vector" ,ghc-vector)))
(native-inputs `(("ghc-hspec" ,ghc-hspec)))
(home-page "https://www.yesodweb.com/book/persistent";)
(synopsis "Type-safe, multi-backend data serialization for Haskell")
- 08/22: gnu: Add ghc-html-conduit., (continued)
- 08/22: gnu: Add ghc-html-conduit., guix-commits, 2020/03/29
- 10/22: gnu: ghc-persistent-template: Update to 2.8.0., guix-commits, 2020/03/29
- 11/22: gnu: Add ghc-persistent-test., guix-commits, 2020/03/29
- 12/22: gnu: ghc-persistent-sqlite: Update to 2.10.5.2., guix-commits, 2020/03/29
- 04/22: gnu: Add ghc-project-template., guix-commits, 2020/03/29
- 03/22: gnu: Add emacs-hlint-refactor-mode., guix-commits, 2020/03/29
- 02/22: gnu: Add apply-refact., guix-commits, 2020/03/29
- 13/22: gnu: ghc-scalpel: Fix typo in description., guix-commits, 2020/03/29
- 22/22: gnu: font-jetbrains-mono: Update to 1.0.3., guix-commits, 2020/03/29
- 14/22: gnu: ghc-yesod-persistent: Update to 1.6.0.4., guix-commits, 2020/03/29
- 09/22: gnu: ghc-persistent: Update to 2.10.4.,
guix-commits <=
- 18/22: gnu: Add vl1-emulator., guix-commits, 2020/03/29
- 19/22: gnu: Add regrader., guix-commits, 2020/03/29
- 16/22: gnu: emacs-next: Add harfbuzz (text shaping engine) to inputs., guix-commits, 2020/03/29
- 15/22: gnu: ghc-esqueleto: Update to 3.3.1.1., guix-commits, 2020/03/29
- 06/22: gnu: Add ghc-nonce., guix-commits, 2020/03/29
- 05/22: gnu: Add ghc-basic-prelude., guix-commits, 2020/03/29
- 17/22: gnu: python-typing-extensions: Update to 3.7.4.1., guix-commits, 2020/03/29
- 20/22: gnu: Add fogpad., guix-commits, 2020/03/29
- 21/22: gnu: emacs-helm-org-contacts: Update to 20200319., guix-commits, 2020/03/29