guix-commits
[Top][All Lists]
Advanced

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

237/257: gnu: ghc-persistent-template: Update to 2.5.4.


From: Ricardo Wurmus
Subject: 237/257: gnu: ghc-persistent-template: Update to 2.5.4.
Date: Thu, 27 Sep 2018 15:47:37 -0400 (EDT)

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

commit fd3481aab4e66ce2f0bb09c8f6a01b8778212a73
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 01:23:48 2018 -0400

    gnu: ghc-persistent-template: Update to 2.5.4.
    
    * gnu/packages/haskell.scm (ghc-persistent-template): Update to 2.5.4.
    [arguments]: Update Cabal file to r2.
---
 gnu/packages/haskell.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 50956f4..7c1c4af 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -10109,7 +10109,7 @@ ghc-aeson.")
 (define-public ghc-persistent-template
   (package
     (name "ghc-persistent-template")
-    (version "2.5.3.1")
+    (version "2.5.4")
     (source
      (origin
        (method url-fetch)
@@ -10118,8 +10118,11 @@ ghc-aeson.")
                            "persistent-template-" version ".tar.gz"))
        (sha256
         (base32
-         "0449piw3n02q7dag7k1pakfmzmf3ms4wk1qmnagczpm1ckajinwd"))))
+         "008afcy7zbw7bzp9jww8gdldb51kfm0fg4p0x4xcp61gx4679bjc"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:cabal-revision
+       ("2" "03qgwk32krldph3blw5agiqcpccr3649hajyn8wm9k71zz82dpn6")))
     (inputs `(("ghc-persistent" ,ghc-persistent)
               ("ghc-monad-control" ,ghc-monad-control)
               ("ghc-text" ,ghc-text)



reply via email to

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