diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-27 22:25:13 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-13 16:44:57 +0200 |
commit | 54c8209e706daf8f8712ac40f1c696559e36e758 (patch) | |
tree | 6224a89d8451a2e5bf641434221d0478edf2e8f1 /gnu/packages/haskell-xyz.scm | |
parent | e396e93675cd7b4b843d0f66a4658bf927203eec (diff) |
gnu: ghc-regex-tdfa: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-regex-tdfa)[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 d2cde136e7..9bda0ae814 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -10380,6 +10380,7 @@ Haskell library @code{regex-base}.") (base32 "03yhpqrqz977nwlnhnyz9dacnbzw8xb6j18h365rkgmbc05sb3hf")))) (build-system haskell-build-system) + (outputs '("out" "static" "doc")) (inputs `(("ghc-regex-base" ,ghc-regex-base))) (home-page "https://github.com/haskell-hvr/regex-tdfa") |