http-conduit: remove unnecessary override

The 2.3.0 version is now the default.
This commit is contained in:
Michael Alan Dorman 2018-03-14 19:49:00 -04:00 committed by Peter Simons
parent a13ff71b21
commit 80b209cf20

View File

@ -849,7 +849,6 @@ self: super: {
# depends on Hoogle and therefore needs to use the same version.
hoogle = super.hoogle.override {
haskell-src-exts = self.haskell-src-exts_1_20_2;
http-conduit = self.http-conduit_2_3_0;
};
lambdabot-haskell-plugins = super.lambdabot-haskell-plugins.override {
haskell-src-exts-simple = self.haskell-src-exts-simple_1_20_0_0;