guix-commits
[Top][All Lists]
Advanced

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

138/272: gnu: ghc-generic-deriving: Update to 1.12.2.


From: Ricardo Wurmus
Subject: 138/272: gnu: ghc-generic-deriving: Update to 1.12.2.
Date: Mon, 1 Oct 2018 06:13:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b408c5a768345907f69772e42a75d7e4ecaa97c0
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:49:02 2018 -0400

    gnu: ghc-generic-deriving: Update to 1.12.2.
    
    * gnu/packages/haskell.scm (ghc-generic-deriving): Update to 1.12.2.
    [inputs]: Add ghc-th-abstraction.
---
 gnu/packages/haskell.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4ddd6dc..b942d2d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3190,7 +3190,7 @@ exceptions.")
 (define-public ghc-generic-deriving
   (package
     (name "ghc-generic-deriving")
-    (version "1.11.1")
+    (version "1.12.2")
     (source
      (origin
        (method url-fetch)
@@ -3200,8 +3200,10 @@ exceptions.")
              ".tar.gz"))
        (sha256
         (base32
-         "1sdh5hpcwvh3b6zvgfk3pr3hla8p88l82njnih880c0gk5zl53dk"))))
+         "1i7d6cpj9yhaqb79zays3nqchhaacacjz9bkc0zlwj73y5gvi22n"))))
     (build-system haskell-build-system)
+    (inputs
+     `(("ghc-th-abstraction" ,ghc-th-abstraction)))
     (native-inputs
      `(("ghc-hspec" ,ghc-hspec)
        ("hspec-discover" ,hspec-discover)))



reply via email to

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