guix-commits
[Top][All Lists]
Advanced

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

62/328: gnu: ghc-hashable: Update Cabal file to r1.


From: guix-commits
Subject: 62/328: gnu: ghc-hashable: Update Cabal file to r1.
Date: Sat, 16 Nov 2019 19:32:23 -0500 (EST)

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

commit 5b42ba8093a8f7ee6e4283bdb9906a0217ff582f
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 22:52:43 2019 -0400

    gnu: ghc-hashable: Update Cabal file to r1.
    
    * gnu/packages/haskell-xyz.scm (ghc-hashable): Update Cabal file to r1.
    (ghc-hashable-bootstrap): Splice in arguments from 'ghc-hashable'.
---
 gnu/packages/haskell-xyz.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 1dd25f2..3bd6c14 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4346,6 +4346,9 @@ Happy works in a similar way to the yacc tool for C.")
         (base32
          "1gra8gq3kb7b2sd845h55yxlrfqx3ii004c6vjhga8v0b30fzdgc"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:cabal-revision
+       ("1" "197063dpl0wn67dp7a06yc2hxp81n24ykk7klbjx0fndm5n87dh3")))
     (inputs
      `(("ghc-random" ,ghc-random)))
     (native-inputs
@@ -4367,7 +4370,9 @@ combine hash values.")
   (package
     (inherit ghc-hashable)
     (name "ghc-hashable-bootstrap")
-    (arguments `(#:tests? #f))
+    (arguments
+     `(#:tests? #f
+       ,@(package-arguments ghc-hashable)))
     (native-inputs '())
     (properties '((hidden? #t)))))
 



reply via email to

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