mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: Add ghc-call-stack-boot.
* gnu/packages/haskell.scm (ghc-call-stack-boot): New variable.
This commit is contained in:
parent
828c9ff831
commit
e42e9024c1
1 changed files with 8 additions and 0 deletions
|
@ -4455,6 +4455,14 @@ (define-public ghc-call-stack
|
||||||
call stacks with different versions of the compiler.")
|
call stacks with different versions of the compiler.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
;; This is used as an input to ghc-hunit. We cannot use ghc-call-stack there,
|
||||||
|
;; because it depends on ghc-nanospec, which depends on ghc-hunit.
|
||||||
|
(define-public ghc-call-stack-boot
|
||||||
|
(package
|
||||||
|
(inherit ghc-call-stack)
|
||||||
|
(arguments '(#:tests? #f))
|
||||||
|
(inputs '())))
|
||||||
|
|
||||||
(define-public ghc-statevar
|
(define-public ghc-statevar
|
||||||
(package
|
(package
|
||||||
(name "ghc-statevar")
|
(name "ghc-statevar")
|
||||||
|
|
Loading…
Reference in a new issue