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
@ -4455,6 +4455,14 @@ forms of the Yoneda lemma, and (co)density (co)monads for Haskell.")
|
|||||||
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 New Issue
Block a user