gnu: Add ghc-call-stack-boot.
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Wed, 15 Aug 2018 09:25:25 +0000 (11:25 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 16 Aug 2018 15:04:11 +0000 (17:04 +0200)
* gnu/packages/haskell.scm (ghc-call-stack-boot): New variable.

gnu/packages/haskell.scm

index b3aff4b..b53ab28 100644 (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")