guix-commits
[Top][All Lists]
Advanced

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

29/177: gnu: ghc-generic-deriving: Update to 1.11.1.


From: Ricardo Wurmus
Subject: 29/177: gnu: ghc-generic-deriving: Update to 1.11.1.
Date: Tue, 13 Feb 2018 07:38:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 24857542bddb9e0dabe11fd099b81a8b3060fe74
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 12 20:48:03 2018 +0100

    gnu: ghc-generic-deriving: Update to 1.11.1.
    
    * gnu/packages/haskell.scm (ghc-generic-deriving): Update to 1.11.1.
    [native-inputs]: Add ghc-hspec and hspec-discover.
---
 gnu/packages/haskell.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 4061d5f..9f10818 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2639,7 +2639,7 @@ exceptions.")
 (define-public ghc-generic-deriving
   (package
     (name "ghc-generic-deriving")
-    (version "1.8.0")
+    (version "1.11.1")
     (source
      (origin
        (method url-fetch)
@@ -2649,8 +2649,11 @@ exceptions.")
              ".tar.gz"))
        (sha256
         (base32
-         "1kc6lhdanls6kgpk8xv5xi14lz1sngcd8xn930hkf7ilq4kxkcr6"))))
+         "1sdh5hpcwvh3b6zvgfk3pr3hla8p88l82njnih880c0gk5zl53dk"))))
     (build-system haskell-build-system)
+    (native-inputs
+     `(("ghc-hspec" ,ghc-hspec)
+       ("hspec-discover" ,hspec-discover)))
     (home-page "https://hackage.haskell.org/package/generic-deriving";)
     (synopsis "Generalise the deriving mechanism to arbitrary classes")
     (description "This package provides functionality for generalising the



reply via email to

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