Paul van der Walt <p...@denknerd.org> skribis: > * gnu/packages/haskell.scm (ghc-lifted-async): New variable.
[...] > + (inputs > + `(("ghc-async" ,ghc-async) > + ("ghc-lifted-base" ,ghc-lifted-base) > + ("ghc-transformers-base" ,ghc-transformers-base) > + ("ghc-monad-control" ,ghc-monad-control) > + ("ghc-mtl" ,ghc-mtl) > + ("ghc-hunit" ,ghc-hunit) > + ("ghc-tasty" ,ghc-tasty) > + ("ghc-tasty-hunit" ,ghc-tasty-hunit) > + ("ghc-tasty-th" ,ghc-tasty-th))) > + (propagated-inputs > + `(("ghc-constraints" ,ghc-constraints))) Could you add a comment saying why those above are not propagated? Maybe they’re just used for tests? OK with this change.