gnu: ghc-cryptonite: Add "doc" output.
authorRicardo Wurmus <rekado@elephly.net>
Fri, 26 Jun 2020 13:22:50 +0000 (15:22 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 13 Aug 2020 14:44:56 +0000 (16:44 +0200)
* gnu/packages/haskell-crypto.scm (ghc-cryptonite)[outputs]: Add "doc" output
next to "out" and "static".

gnu/packages/haskell-crypto.scm

index 95f7088..c92dec9 100644 (file)
@@ -311,6 +311,7 @@ the C implementation.")
     ;; FIXME: tests are broken.
     ;; See https://github.com/haskell-crypto/cryptonite/issues/260
     (arguments '(#:tests? #f))
+    (outputs '("out" "static" "doc"))
     (inputs
      `(("ghc-basement" ,ghc-basement)
        ("ghc-memory" ,ghc-memory)