gnu: ghc-hspec: Add "doc" output.

* gnu/packages/haskell-check.scm (ghc-hspec)[outputs]: Add "doc" output next
to "out" and "static".
This commit is contained in:
Ricardo Wurmus 2020-06-26 15:20:07 +02:00
parent f737d3ddd8
commit d65a302546
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -766,6 +766,7 @@ (define-public ghc-hspec
(base32
"1x8rcr7j1azcaw0fg1xzp8j0gr4ias36z09aj24i4xp8pnyfp341"))))
(build-system haskell-build-system)
(outputs '("out" "static" "doc"))
(inputs
`(("ghc-hspec-core" ,ghc-hspec-core)
("hspec-discover" ,hspec-discover)