mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
agda: change defaults to latest version
This commit is contained in:
parent
3fd519822f
commit
2d92adcc1a
@ -2602,7 +2602,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
Agda_2_3_2_2 = callPackage ../development/compilers/agda/2.3.2.2.nix {};
|
||||
Agda_2_4_0_1 = callPackage ../development/compilers/agda/2.4.0.1.nix {};
|
||||
Agda = self.Agda_2_3_2_2;
|
||||
Agda = self.Agda_2_4_0_1;
|
||||
|
||||
AgdaStdlib_0_7 = callPackage ../development/compilers/agda/stdlib-0.7.nix {
|
||||
Agda = self.Agda_2_3_2_2;
|
||||
@ -2610,7 +2610,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
AgdaStdlib_0_8 = callPackage ../development/compilers/agda/stdlib-0.8.nix {
|
||||
Agda = self.Agda_2_4_0_1;
|
||||
};
|
||||
AgdaStdlib = self.AgdaStdlib_0_7;
|
||||
AgdaStdlib = self.AgdaStdlib_0_8;
|
||||
|
||||
uhc = callPackage ../development/compilers/uhc {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user