[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/290: gnu: ghc-hashable: Update Cabal file to r1.
From: |
guix-commits |
Subject: |
62/290: gnu: ghc-hashable: Update Cabal file to r1. |
Date: |
Wed, 6 Nov 2019 08:22:29 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit f7ada04456596e2dd84af6ba6e863ecd319e480e
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 1f85839..6c3cb80 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4345,6 +4345,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
@@ -4366,7 +4369,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)))))
- 40/290: gnu: ghc-microlens-ghc: Update to 0.4.10., (continued)
- 40/290: gnu: ghc-microlens-ghc: Update to 0.4.10., guix-commits, 2019/11/06
- 43/290: gnu: ghc-cmark-gfm: Update to 0.2.0., guix-commits, 2019/11/06
- 50/290: gnu: ghc-tagsoup: Update to 0.14.8., guix-commits, 2019/11/06
- 55/290: gnu: ghc-th-expand-syns: Update to 0.4.5.0., guix-commits, 2019/11/06
- 41/290: gnu: ghc-cmark: Update to 0.6., guix-commits, 2019/11/06
- 44/290: gnu: ghc-ansi-wl-pprint: Update to 0.6.9., guix-commits, 2019/11/06
- 52/290: gnu: ghc-json: Update to 0.9.3., guix-commits, 2019/11/06
- 53/290: gnu: ghc-pqueue: Update to 1.4.1.2., guix-commits, 2019/11/06
- 57/290: gnu: ghc-vector: Update to 0.12.0.3., guix-commits, 2019/11/06
- 61/290: gnu: ghc-vector-algorithms: Update to 0.8.0.1., guix-commits, 2019/11/06
- 62/290: gnu: ghc-hashable: Update Cabal file to r1.,
guix-commits <=
- 70/290: gnu: ghc-hashable-time: Update to 0.2.0.2., guix-commits, 2019/11/06
- 74/290: gnu: ghc-unordered-containers: Update to 0.2.10.0., guix-commits, 2019/11/06
- 35/290: gnu: Add ghc-sop-core., guix-commits, 2019/11/06
- 46/290: gnu: ghc-primitive: Update Cabal file to r1., guix-commits, 2019/11/06
- 49/290: gnu: ghc-intervalmap: Update to 0.6.1.1., guix-commits, 2019/11/06
- 54/290: gnu: ghc-dlist: Update to 0.8.0.7., guix-commits, 2019/11/06
- 59/290: gnu: ghc-language-c: Update to 0.8.3., guix-commits, 2019/11/06
- 65/290: gnu: ghc-cereal: Update to 0.5.8.1., guix-commits, 2019/11/06
- 66/290: gnu: ghc-x11: Update to 1.9.1., guix-commits, 2019/11/06
- 67/290: gnu: ghc-fingertree: Update to 0.1.4.2., guix-commits, 2019/11/06