diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-06-27 22:26:15 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-13 16:44:57 +0200 |
commit | 2b3466de99e4662fecfab2874fa95d1a196e0f3e (patch) | |
tree | cf8a6e5d6a8f66ffbe74f43d44fa62ea7a1993d5 /gnu/packages/haskell-xyz.scm | |
parent | 95eb946b43cfb0b43e6b31b840ae584c3eb5eed6 (diff) |
gnu: ghc-unliftio: Add "doc" output.
* gnu/packages/haskell-xyz.scm (ghc-unliftio)[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 cd9145f921..8def7c4774 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -13558,6 +13558,7 @@ for Unix time in Haskell.") "02gy1zrxgzg4xmzm8lafsf1nyr3as1q20r8ld73xg3q7rkag9acg")))) (build-system haskell-build-system) (arguments `(#:tests? #f)) ; FIXME: hspec-discover not in PATH + (outputs '("out" "static" "doc")) (inputs `(("ghc-async" ,ghc-async) ("ghc-unliftio-core" ,ghc-unliftio-core))) |