guix-commits
[Top][All Lists]
Advanced

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

129/328: gnu: ghc-th-orphans: Update to 0.13.9.


From: guix-commits
Subject: 129/328: gnu: ghc-th-orphans: Update to 0.13.9.
Date: Sat, 16 Nov 2019 19:32:41 -0500 (EST)

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

commit 896c5b3cfe380a8190d449bb232367bd2bf2cb7b
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:30:13 2019 -0400

    gnu: ghc-th-orphans: Update to 0.13.9.
    
    * gnu/packages/haskell-xyz.scm (ghc-th-orphans): Update to 0.13.9.
---
 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 3b322f3..9da2826 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10397,14 +10397,14 @@ instances.  This package provides orphan instances 
for @code{containers},
 (define-public ghc-th-orphans
   (package
     (name "ghc-th-orphans")
-    (version "0.13.6")
+    (version "0.13.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "th-orphans/th-orphans-" version ".tar.gz"))
               (sha256
                (base32
-                "0sfl3pn9kq9da3ji3lsgzgzy82vz6yvsg80dmakc1jvk7awycibp"))))
+                "1xj1gssv77hdx1r3ndg8k49v3ipj3a6r7crkyvx13jrps3m6ng1z"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-th-lift" ,ghc-th-lift)



reply via email to

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