summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-06-26 15:20:07 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-08-13 16:44:56 +0200
commitd65a30254619ff271f8fae0ba35d48c290742c3a (patch)
tree20d007b4b68fc7a7129beda74049a56057ed137f /gnu/packages/haskell-check.scm
parentf737d3ddd8018f89b0fa9f80aee4490cd726903a (diff)
downloadguix-patches-d65a30254619ff271f8fae0ba35d48c290742c3a.tar
guix-patches-d65a30254619ff271f8fae0ba35d48c290742c3a.tar.gz
gnu: ghc-hspec: Add "doc" output.
* gnu/packages/haskell-check.scm (ghc-hspec)[outputs]: Add "doc" output next to "out" and "static".
Diffstat (limited to 'gnu/packages/haskell-check.scm')
-rw-r--r--gnu/packages/haskell-check.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index e50c7d7eea..7f7bc22da5 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -766,6 +766,7 @@ used to test the in-development version of Hspec.")
(base32
"1x8rcr7j1azcaw0fg1xzp8j0gr4ias36z09aj24i4xp8pnyfp341"))))
(build-system haskell-build-system)
+ (outputs '("out" "static" "doc"))
(inputs
`(("ghc-hspec-core" ,ghc-hspec-core)
("hspec-discover" ,hspec-discover)