gnu: Add ghc-call-stack-boot.

* gnu/packages/haskell.scm (ghc-call-stack-boot): New variable.
This commit is contained in:
Ricardo Wurmus 2018-08-15 11:25:25 +02:00 committed by Ricardo Wurmus
parent 828c9ff831
commit e42e9024c1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 8 additions and 0 deletions

View File

@ -4455,6 +4455,14 @@ forms of the Yoneda lemma, and (co)density (co)monads for Haskell.")
call stacks with different versions of the compiler.")
(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
(package
(name "ghc-statevar")