3
0
Fork 0
forked from mirrors/nixpkgs

cryptol2: build with old version of 'network'

This commit is contained in:
Peter Simons 2014-10-14 15:25:21 +02:00
parent e53b2ba9b2
commit 203a9fb210

View file

@ -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;
};