gnu: Add "static" output to Haskell packages with custom outputs.

All these packages have non-standard outputs.  As a result the build system
cannot automatically add the "static" output, so we do this manually.

* gnu/packages/haskell-check.scm (ghc-quickcheck, ghc-hunit)[outputs]: Add
"static" output.
* gnu/packages/haskell-web.scm (ghc-http)[outputs]: Same.
* gnu/packages/haskell-xyz.scm (ghc-case-insensitive, ghc-fgl, ghc-hashable,
ghc-network, ghc-network-uri, ghc-parallel, ghc-paths, ghc-primitive,
ghc-random, ghc-split, ghc-syb, ghc-tf-random, ghc-unordered-containers,
ghc-vector, ghc-zlib)[outputs]: Same.
This commit is contained in:
Ricardo Wurmus 2020-06-24 23:57:56 +02:00
parent aa1a75cc0e
commit 534d6caa0b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC
3 changed files with 18 additions and 18 deletions

View file

@ -171,7 +171,7 @@ both client and server code).")
(package
(name "ghc-http")
(version "4000.3.14")
(outputs '("out" "doc"))
(outputs '("out" "static" "doc"))
(source
(origin
(method url-fetch)