build-system/haskell: Add default output "static".
authorRicardo Wurmus <rekado@elephly.net>
Tue, 16 Jun 2020 20:28:54 +0000 (22:28 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Wed, 12 Aug 2020 12:45:48 +0000 (14:45 +0200)
commit718dc7d4a5e5d26cac80c79d78535677e0379dc8
tree63ff1d56cef587e2a05095578449335666fe16f7
parent9e5496e0ae0ee8f638ca93949ecca314fdb9251e
build-system/haskell: Add default output "static".

* guix/build-system/haskell.scm (lower): Add OUTPUTS keyword and add the
"static" output in the common case.
(haskell-build): Set the default value for the OUTPUTS keyword to include the
"static" output.
* guix/build/haskell-build-system.scm (install): Move static libraries to the
"static" output if it exists.
guix/build-system/haskell.scm
guix/build/haskell-build-system.scm