guix-commits
[Top][All Lists]
Advanced

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

148/272: gnu: ghc-th-orphans: Update to 0.13.6.


From: Ricardo Wurmus
Subject: 148/272: gnu: ghc-th-orphans: Update to 0.13.6.
Date: Mon, 1 Oct 2018 06:13:35 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7307a2f8a41fa11a56baa88ae22934572b1900f2
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 00:21:12 2018 -0400

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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index dfe3756..8676948 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5893,14 +5893,14 @@ function which generates instances.")
 (define-public ghc-th-orphans
   (package
     (name "ghc-th-orphans")
-    (version "0.13.2")
+    (version "0.13.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "th-orphans/th-orphans-" version ".tar.gz"))
               (sha256
                (base32
-                "0102vkyzpgnp2fys8pvw4khrhrh2y1b8dp1slgvn020vg4s351mc"))))
+                "0sfl3pn9kq9da3ji3lsgzgzy82vz6yvsg80dmakc1jvk7awycibp"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-th-lift" ,ghc-th-lift)



reply via email to

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