guix-commits
[Top][All Lists]
Advanced

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

19/249: gnu: ghc-transformers-compat: Update to 0.6.5.


From: guix-commits
Subject: 19/249: gnu: ghc-transformers-compat: Update to 0.6.5.
Date: Thu, 31 Oct 2019 23:49:19 -0400 (EDT)

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

commit 0dc5b610024a6990c9c8ed1cc062e8f297ab8af3
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 01:18:58 2019 -0400

    gnu: ghc-transformers-compat: Update to 0.6.5.
    
    * gnu/packages/haskell-xyz.scm (ghc-transformers-compat): Update to 0.6.5.
---
 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 cdfd36d..77117ca 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10460,7 +10460,7 @@ compatibility to run on old versions of the platform.")
 (define-public ghc-transformers-compat
   (package
     (name "ghc-transformers-compat")
-    (version "0.6.2")
+    (version "0.6.5")
     (source
      (origin
        (method url-fetch)
@@ -10469,7 +10469,7 @@ compatibility to run on old versions of the platform.")
              "/transformers-compat-" version ".tar.gz"))
        (sha256
         (base32
-         "1gp4a8kvniwgm8947ghb4iwv4b7wd6ry4kvv4nfnym4agf5j41nw"))))
+         "02v2fjbvcrlpvhcsssap8dy8y9pp95jykrlc5arm39sxa48wyrys"))))
     (build-system haskell-build-system)
     (home-page "https://github.com/ekmett/transformers-compat/";)
     (synopsis "Small compatibility shim between transformers 0.3 and 0.4")



reply via email to

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