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
commit 3dbe6bee3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = {