mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: ghc-clock-bootstrap: Move and inherit from ghc-clock.
Fixes <https://bugs.gnu.org/36084>. * gnu/packages/haskell-check.scm (ghc-clock-bootstrap): Move this... * gnu/packages/haskell.scm (ghc-clock-bootstrap): ...here and inherit from ghc-clock (which implies updating to version 0.7.2). Co-authored-by: Robert Vollmert <rob@vllmrt.net>
This commit is contained in:
parent
6869b6635a
commit
71e5d425c9
2 changed files with 10 additions and 24 deletions
|
@ -4928,6 +4928,16 @@ unbounded @code{Integer} type.")
|
|||
timer functions of different operating systems via a unified API.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
;; This package builds `clock` without tests, since the tests rely on tasty
|
||||
;; and tasty-quickcheck, which in turn require clock to build.
|
||||
(define-public ghc-clock-bootstrap
|
||||
(package
|
||||
(inherit ghc-clock)
|
||||
(name "ghc-clock-bootstrap")
|
||||
(arguments '(#:tests? #f))
|
||||
(inputs '())
|
||||
(properties '((hidden? #t)))))
|
||||
|
||||
(define-public ghc-charset
|
||||
(package
|
||||
(name "ghc-charset")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue