mirror of
https://github.com/ilyakooo0/haskell.nix.git
synced 2024-11-09 01:45:54 +03:00
42b10678ff
`ghcOptions` has been moved from package and is now a list of strings. old: packages.x.package.ghcOptions = "someGHCoption"; new: packages.x.ghcOptions = ["someGHCoption"]; To specify ghcOptions for all packages: ghcOptions = ["someGHCoption"]; For a single component: packages.x.compoents.library.ghcOptions = ["someGHCoption"]; |
||
---|---|---|
.. | ||
cabal.nix | ||
compat-driver.nix | ||
component-driver.nix | ||
configuration-nix.nix | ||
error-handler.nix | ||
hackage.nix | ||
package.nix | ||
plan.nix |