guix-commits
[Top][All Lists]
Advanced

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

233/257: gnu: ghc-persistent: Update to 2.8.2.


From: Ricardo Wurmus
Subject: 233/257: gnu: ghc-persistent: Update to 2.8.2.
Date: Thu, 27 Sep 2018 15:47:36 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit 22110b3b5242e37cfcdaabc463e4471dcd650521
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 01:14:48 2018 -0400

    gnu: ghc-persistent: Update to 2.8.2.
    
    * gnu/packages/haskell.scm (ghc-persistent): Update to 2.8.2.
    [inputs]: Add ghc-void.
---
 gnu/packages/haskell.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 351420c..e07b342 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -10027,7 +10027,7 @@ Haskell data types to and from HTTP API data.")
 (define-public ghc-persistent
   (package
     (name "ghc-persistent")
-    (version "2.7.3.1")
+    (version "2.8.2")
     (source
      (origin
        (method url-fetch)
@@ -10036,7 +10036,7 @@ Haskell data types to and from HTTP API data.")
                            "persistent-" version ".tar.gz"))
        (sha256
         (base32
-         "1jbvavdvr9qz5ld7vf6l1jgiadhmxx6zc4vqsdk9ivfq6d5wlg1p"))))
+         "1h0yijbf1yiwl50klyafy4ln99j8bib4kgbzviw7fc4y4mwv4sv9"))))
     (build-system haskell-build-system)
     (inputs `(("ghc-old-locale" ,ghc-old-locale)
               ("ghc-text" ,ghc-text)
@@ -10061,7 +10061,8 @@ Haskell data types to and from HTTP API data.")
               ("ghc-silently" ,ghc-silently)
               ("ghc-fast-logger" ,ghc-fast-logger)
               ("ghc-scientific" ,ghc-scientific)
-              ("ghc-tagged" ,ghc-tagged)))
+              ("ghc-tagged" ,ghc-tagged)
+              ("ghc-void" ,ghc-void)))
     (native-inputs `(("ghc-hspec" ,ghc-hspec)))
     (home-page "https://www.yesodweb.com/book/persistent";)
     (synopsis "Type-safe, multi-backend data serialization for Haskell")



reply via email to

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