mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +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.")
|
||||
(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")
|
||||
|
|
Loading…
Reference in a new issue