[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/329: gnu: ghc-hashable: Update Cabal file to r1.
From: |
guix-commits |
Subject: |
62/329: gnu: ghc-hashable: Update Cabal file to r1. |
Date: |
Wed, 20 Nov 2019 21:17:08 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 65a16a4500132c1bcf3de910cc2ebbb9ac748f27
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)))))
- 37/329: gnu: ghc-tagged: Update to 0.8.6., (continued)
- 37/329: gnu: ghc-tagged: Update to 0.8.6., guix-commits, 2019/11/20
- 44/329: gnu: ghc-ansi-wl-pprint: Update to 0.6.9., guix-commits, 2019/11/20
- 52/329: gnu: ghc-json: Update to 0.9.3., guix-commits, 2019/11/20
- 48/329: gnu: ghc-syb: Update to 0.7.1., guix-commits, 2019/11/20
- 49/329: gnu: ghc-intervalmap: Update to 0.6.1.1., guix-commits, 2019/11/20
- 50/329: gnu: ghc-tagsoup: Update to 0.14.8., guix-commits, 2019/11/20
- 54/329: gnu: ghc-dlist: Update to 0.8.0.7., guix-commits, 2019/11/20
- 59/329: gnu: ghc-language-c: Update to 0.8.3., guix-commits, 2019/11/20
- 57/329: gnu: ghc-vector: Update to 0.12.0.3., guix-commits, 2019/11/20
- 60/329: gnu: ghc-th-lift-instances: Update to 0.1.14., guix-commits, 2019/11/20
- 62/329: gnu: ghc-hashable: Update Cabal file to r1.,
guix-commits <=
- 64/329: gnu: ghc-test-framework-quickcheck2: Update to 0.3.0.5., guix-commits, 2019/11/20
- 67/329: gnu: ghc-fingertree: Update to 0.1.4.2., guix-commits, 2019/11/20
- 68/329: gnu: ghc-vector-th-unbox: Update to 0.2.1.7., guix-commits, 2019/11/20
- 47/329: gnu: ghc-quickcheck: Update to 2.13.2., guix-commits, 2019/11/20
- 58/329: gnu: ghc-th-reify-many: Update to 0.1.9., guix-commits, 2019/11/20
- 61/329: gnu: ghc-vector-algorithms: Update to 0.8.0.1., guix-commits, 2019/11/20
- 63/329: gnu: ghc-test-framework: Update Cabal file to r5., guix-commits, 2019/11/20
- 76/329: gnu: ghc-mwc-random: Update to 0.14.0.0., guix-commits, 2019/11/20
- 65/329: gnu: ghc-cereal: Update to 0.5.8.1., guix-commits, 2019/11/20
- 72/329: gnu: ghc-async: Update to 2.2.2., guix-commits, 2019/11/20