Skip to content

Commit

Permalink
Use --flag doctests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Feb 23, 2021
1 parent 9ecae85 commit 02d18f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Expand Up @@ -33,7 +33,7 @@ let haskellPackages =
then orig.overrideAttrs (oldAttrs: { src = null; })
else orig;

flags = "--benchmark --flag fusion-plugin " + c2nix;
flags = "--benchmark --flag fusion-plugin --flag doctests" + " " + c2nix;

mkHaskellPackages = inShell:
haskellPackages.override {
Expand Down

0 comments on commit 02d18f0

Please sign in to comment.