gnu: ghc-lens: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-lens)[outputs]: Add "doc" output next to "out" and "static".master
parent
a023e7d0c5
commit
b35361e928
|
@ -6693,6 +6693,7 @@ with @code{wc} (for a web service).")
|
|||
(base32
|
||||
"1gpkc53l2cggnfrgg5k4ih82rycjbdvpj9pnbi5cq8ms0dbvs4a7"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs
|
||||
`(("ghc-base-orphans" ,ghc-base-orphans)
|
||||
("ghc-bifunctors" ,ghc-bifunctors)
|
||||
|
|
Reference in New Issue