Skip to content

Commit

Permalink
haskell-extra: update overrides for the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed May 29, 2020
1 parent 995bdd4 commit 330227b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1509,9 +1509,9 @@ self: super: {
hlint = super.hlint.override {
ghc-lib-parser = self.ghc-lib-parser_8_10_1_20200523;
ghc-lib-parser-ex = self.ghc-lib-parser-ex_8_10_0_11;
extra = self.extra_1_7_1;
extra = self.extra_1_7_2;
filepattern = self.filepattern.override {
extra = self.extra_1_7_1;
extra = self.extra_1_7_2;
};
};

Expand Down

0 comments on commit 330227b

Please sign in to comment.