guix-commits
[Top][All Lists]
Advanced

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

127/177: gnu: ghc-th-orphans: Update to 0.13.2.


From: Ricardo Wurmus
Subject: 127/177: gnu: ghc-th-orphans: Update to 0.13.2.
Date: Tue, 13 Feb 2018 07:38:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 080778a059e9fd00935fda19e89a75814401aefc
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 00:22:23 2018 +0100

    gnu: ghc-th-orphans: Update to 0.13.2.
    
    * gnu/packages/haskell.scm (ghc-th-orphans): Update to 0.13.2.
    [inputs]: Add ghc-th-lift-instances.
---
 gnu/packages/haskell.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c95d6d1..7601f63 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5176,17 +5176,18 @@ function which generates instances.")
 (define-public ghc-th-orphans
   (package
     (name "ghc-th-orphans")
-    (version "0.13.0")
+    (version "0.13.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/";
                                   "th-orphans/th-orphans-" version ".tar.gz"))
               (sha256
                (base32
-                "105y03bxh0a2r69l603i7md17gg1vxs1jj1n40pn5q486lmfxbmx"))))
+                "0102vkyzpgnp2fys8pvw4khrhrh2y1b8dp1slgvn020vg4s351mc"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-th-lift" ,ghc-th-lift)
+       ("ghc-th-lift-instances" ,ghc-th-lift-instances)
        ("ghc-th-reify-many" ,ghc-th-reify-many)
        ("ghc-mtl" ,ghc-mtl)
        ("ghc-generic-deriving" ,ghc-generic-deriving)))



reply via email to

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