[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)))))
- 105/328: gnu: ghc-juicypixels: Update to 3.3.4., (continued)
- 105/328: gnu: ghc-juicypixels: Update to 3.3.4., guix-commits, 2019/11/16
- 110/328: gnu: ghc-reflection: Update to 2.1.5., guix-commits, 2019/11/16
- 21/328: gnu: ghc-string-qq: Update to 0.0.4., guix-commits, 2019/11/16
- 26/328: gnu: ghc-statevar: Update to 1.2., guix-commits, 2019/11/16
- 46/328: gnu: ghc-primitive: Update Cabal file to r1., guix-commits, 2019/11/16
- 79/328: gnu: ghc-hinotify: Update to 0.4., guix-commits, 2019/11/16
- 82/328: gnu: ghc-glob: Update to 0.10.0., guix-commits, 2019/11/16
- 109/328: gnu: ghc-hspec: Update to 2.7.1., guix-commits, 2019/11/16
- 52/328: gnu: ghc-json: Update to 0.9.3., guix-commits, 2019/11/16
- 60/328: gnu: ghc-th-lift-instances: Update to 0.1.14., guix-commits, 2019/11/16
- 62/328: gnu: ghc-hashable: Update Cabal file to r1.,
guix-commits <=
- 59/328: gnu: ghc-language-c: Update to 0.8.3., guix-commits, 2019/11/16
- 68/328: gnu: ghc-vector-th-unbox: Update to 0.2.1.7., guix-commits, 2019/11/16
- 69/328: gnu: ghc-exceptions: Update to 0.10.3., guix-commits, 2019/11/16
- 72/328: gnu: ghc-async: Update to 2.2.2., guix-commits, 2019/11/16
- 91/328: gnu: ghc-tasty-expected-failure: Update to 0.11.1.2., guix-commits, 2019/11/16
- 94/328: gnu: ghc-psqueues: Update to 0.2.7.2., guix-commits, 2019/11/16
- 117/328: gnu: ghc-fgl: Update to 5.7.0.1., guix-commits, 2019/11/16
- 121/328: gnu: ghc-newtype-generics: Update to 0.5.4., guix-commits, 2019/11/16
- 122/328: gnu: ghc-asn1-parse: Update to 0.9.5., guix-commits, 2019/11/16
- 126/328: gnu: ghc-tasty-ant-xml: Update to 1.1.6., guix-commits, 2019/11/16