gnu: ghc-foundation: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-foundation)[outputs]: Add "doc" output next to "out" and "static".master
parent
b3c79a8398
commit
6a7fb82827
|
@ -4385,6 +4385,7 @@ and are often as efficient as hand-written folds.")
|
|||
(substitute* "tests/Test/Foundation/Number.hs"
|
||||
((", testDividible proxy") ""))
|
||||
#t)))))
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs `(("ghc-basement" ,ghc-basement)))
|
||||
(home-page "https://github.com/haskell-foundation/foundation")
|
||||
(synopsis "Alternative prelude with batteries and no dependencies")
|
||||
|
|
Reference in New Issue