gnu: ghc-mono-traversable: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-mono-traversable)[outputs]: Add "doc" output next to "out" and "static".master
parent
7e62ebb3ae
commit
3e6ecfebfd
|
@ -7924,6 +7924,7 @@ the @code{mtl-tf} package.")
|
|||
(base32
|
||||
"1bqy982lpdb83lacfy76n8kqw5bvd31avxj25kg8gkgycdh0g0ma"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs `(("ghc-unordered-containers" ,ghc-unordered-containers)
|
||||
("ghc-hashable" ,ghc-hashable)
|
||||
("ghc-vector" ,ghc-vector)
|
||||
|
|
Reference in New Issue