gnu: ghc-base-compat: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-base-compat)[outputs]: Add "doc" output next to "out" and "static".master
parent
3a6f490c48
commit
e2b021dfcc
|
@ -801,6 +801,7 @@ Haskell @code{ByteString}s.")
|
||||||
(base32
|
(base32
|
||||||
"0hgvlqcr852hfp52jp99snhbj550mvxxpi8qn15d8ml9aqhyl2lr"))))
|
"0hgvlqcr852hfp52jp99snhbj550mvxxpi8qn15d8ml9aqhyl2lr"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(outputs '("out" "static" "doc"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
("ghc-hspec" ,ghc-hspec)
|
("ghc-hspec" ,ghc-hspec)
|
||||||
|
|
Reference in New Issue