We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b457f3 commit 4615d4cCopy full SHA for 4615d4c
overlays/haskell.nix
@@ -549,7 +549,7 @@ final: prev: {
549
550
stackProject = args: let p = stackProject' args;
551
in p.hsPkgs // {
552
- inherit (p) stack-nix projectCoverageReport' stackProject';
+ inherit (p) stack-nix projectCoverageReport' overrideModules;
553
# Provide `nix-shell -A shells.ghc` for users migrating from the reflex-platform.
554
# But we should encourage use of `nix-shell -A shellFor`
555
shells.ghc = p.hsPkgs.shellFor {};
0 commit comments