Merge pull request #47300 from obsidiansystems/haskell-no-rec

haskellPackages: Avoid outer `rec { .. }`
This commit is contained in:
John Ericson
2018-09-24 18:59:01 -04:00
committed by GitHub

View File

@@ -36,7 +36,10 @@ let
});
};
in rec {
# Use this rather than `rec { ... }` below for sake of overlays.
inherit (pkgs.haskell) compiler packages;
in {
lib = haskellLib;
compiler = {