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:
Ricardo Wurmus 2020-06-27 22:15:46 +02:00
parent 3a6f490c48
commit e2b021dfcc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)