mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: ghc-base-compat: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-base-compat)[outputs]: Add "doc" output next to "out" and "static".
This commit is contained in:
parent
3a6f490c48
commit
e2b021dfcc
1 changed files with 1 additions and 0 deletions
|
@ -801,6 +801,7 @@ (define-public ghc-base-compat
|
|||
(base32
|
||||
"0hgvlqcr852hfp52jp99snhbj550mvxxpi8qn15d8ml9aqhyl2lr"))))
|
||||
(build-system haskell-build-system)
|
||||
(outputs '("out" "static" "doc"))
|
||||
(native-inputs
|
||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||
("ghc-hspec" ,ghc-hspec)
|
||||
|
|
Loading…
Reference in a new issue