1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 19:21:24 +02:00

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

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")