cryptol2: build with old version of 'network'
This commit is contained in:
parent
e53b2ba9b2
commit
203a9fb210
|
@ -2838,7 +2838,10 @@ let
|
|||
cryptol1 = lowPrio (callPackage ../development/compilers/cryptol/1.8.x.nix {});
|
||||
cryptol2 = with haskellPackages_ghc763; callPackage ../development/compilers/cryptol/2.0.x.nix {
|
||||
Cabal = Cabal_1_18_1_3;
|
||||
cabalInstall = cabalInstall_1_18_0_3;
|
||||
cabalInstall = cabalInstall_1_18_0_3.override {
|
||||
network = network_2_5_0_0;
|
||||
HTTP = HTTP.override { network = network_2_5_0_0; };
|
||||
};
|
||||
process = process_1_2_0_0;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue