mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build-system: haskell: Drop default "static" output.
* guix/build-system/haskell.scm (lower): Pass outputs to lowered bag. * guix/build/haskell-build-system.scm (install): Remove static library moving code. * gnu/packages/haskell-check.scm (ghc-hunit): Remove "static" output. * gnu/packages/haskell-crypto.scm (ghc-crypto-api-tests): Likewise. * gnu/packages/haskell-xyz.scm (ghc-case-insensitive): Likewise. (ghc-cmdargs): Likewise. (ghc-conduit): Likewise. (ghc-fgl): Likewise. (ghc-haskell-src-exts): Likewise. (ghc-lib-parser): Likewise. (ghc-mono-traversable): Likewise. (ghc-parallel): Likewise. (ghc-paths): Likewise. (ghc-profunctors): Likewise. (ghc-tf-random): Likewise. (ghc-vector): Likewise.
This commit is contained in:
parent
ebea18357b
commit
4bb40b098d
5 changed files with 15 additions and 29 deletions
|
@ -141,7 +141,6 @@ algorithm (ex: padding) is within scope of this package.")
|
|||
"0w3j43jdrlj28jryp18hc6q84nkl2yf4vs1hhgrsk7gb9kfyqjpl"))))
|
||||
(build-system haskell-build-system)
|
||||
(properties '((upstream-name . "crypto-api-tests")))
|
||||
(outputs '("out" "static" "doc"))
|
||||
(inputs (list ghc-test-framework-quickcheck2
|
||||
ghc-crypto-api
|
||||
ghc-cereal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue