guix-commits
[Top][All Lists]
Advanced

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

15/22: gnu: ghc-esqueleto: Update to 3.3.1.1.


From: guix-commits
Subject: 15/22: gnu: ghc-esqueleto: Update to 3.3.1.1.
Date: Sun, 29 Mar 2020 16:37:50 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2f6ad77b2f20ad0848ad7811b159fdd76b975777
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Mar 29 21:59:12 2020 +0200

    gnu: ghc-esqueleto: Update to 3.3.1.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-esqueleto): Update to 3.3.1.1.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 704d269..5dc9f70 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3652,7 +3652,7 @@ directly uses the type system, rather than out-of-band 
exceptions.")
 (define-public ghc-esqueleto
   (package
     (name "ghc-esqueleto")
-    (version "3.0.0")
+    (version "3.3.1.1")
     (source
      (origin
        (method url-fetch)
@@ -3660,7 +3660,7 @@ directly uses the type system, rather than out-of-band 
exceptions.")
                            "esqueleto/esqueleto-" version ".tar.gz"))
        (sha256
         (base32
-         "187c098h2xyf2nhifkdy2bqfl6iap7a93mzwd2kirl5yyicpc9zy"))))
+         "1qi28ma8j5kfygjxnixlazxsyrkdqv8ljz3icwqi5dlscsnj6v3v"))))
     (build-system haskell-build-system)
     (arguments
      `(#:haddock? #f  ; Haddock reports an internal error.



reply via email to

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