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:
parent
f737d3ddd8
commit
d65a302546
1 changed files with 1 additions and 0 deletions
|
@ -766,6 +766,7 @@ used to test the in-development version of Hspec.")
|
||||||
(base32
|
(base32
|
||||||
"1x8rcr7j1azcaw0fg1xzp8j0gr4ias36z09aj24i4xp8pnyfp341"))))
|
"1x8rcr7j1azcaw0fg1xzp8j0gr4ias36z09aj24i4xp8pnyfp341"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(outputs '("out" "static" "doc"))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-hspec-core" ,ghc-hspec-core)
|
`(("ghc-hspec-core" ,ghc-hspec-core)
|
||||||
("hspec-discover" ,hspec-discover)
|
("hspec-discover" ,hspec-discover)
|
||||||
|
|
Reference in a new issue