haskell.nix/modules
Hamish Mackenzie 42b10678ff
Add support for setting ghcOptions on all packages (#1046)
`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"];
2021-02-19 00:38:36 +13:00
..
cabal.nix Spelling, typo and whitespace fixes (#833) 2020-08-31 11:08:25 +12:00
compat-driver.nix Use NixOS module system 2018-11-01 13:33:41 +08:00
component-driver.nix Add ghc 8.10.3 (#980) 2021-01-11 18:47:56 +13:00
configuration-nix.nix Use configuration-nix to include freetds dependency of the odbc package (#1000) 2021-01-16 13:16:00 +13:00
error-handler.nix Fix the way ExeDependency is handled (#1036) 2021-02-12 10:45:23 +13:00
hackage.nix Spelling, typo and whitespace fixes (#833) 2020-08-31 11:08:25 +12:00
package.nix Add support for setting ghcOptions on all packages (#1046) 2021-02-19 00:38:36 +13:00
plan.nix Add support for setting ghcOptions on all packages (#1046) 2021-02-19 00:38:36 +13:00