diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-27 22:15:46 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-13 16:44:56 +0200 |
commit | e2b021dfcc765fc05509a38e3b028559874fc32f (patch) | |
tree | add414dd23a6bebd056d80ff8519f3da2379ebea /gnu/packages/haskell-xyz.scm | |
parent | 3a6f490c48785dc0568a2dff84700f5b747c33ba (diff) | |
download | guix-e2b021dfcc765fc05509a38e3b028559874fc32f.tar guix-e2b021dfcc765fc05509a38e3b028559874fc32f.tar.gz |
gnu: ghc-base-compat: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-base-compat)[outputs]: Add "doc" output
next to "out" and "static".
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index d62560cb00..e94a9482eb 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -801,6 +801,7 @@ Haskell @code{ByteString}s.") (base32 "0hgvlqcr852hfp52jp99snhbj550mvxxpi8qn15d8ml9aqhyl2lr")))) (build-system haskell-build-system) + (outputs '("out" "static" "doc")) (native-inputs `(("ghc-quickcheck" ,ghc-quickcheck) ("ghc-hspec" ,ghc-hspec) |