acgtk: 1.1 -> 1.3.1

This commit is contained in:
Vincent Laporte
2017-07-08 08:52:02 +02:00
parent 4523f0251f
commit eb2be6d97e
3 changed files with 15 additions and 13 deletions

View File

@@ -17927,6 +17927,10 @@ with pkgs;
abella = callPackage ../applications/science/logic/abella {};
acgtk = callPackage ../applications/science/logic/acgtk {
ocamlPackages = ocamlPackages_4_03;
};
alt-ergo = callPackage ../applications/science/logic/alt-ergo {
ocamlPackages = ocamlPackages_4_02;
};

View File

@@ -15,8 +15,6 @@ let
buildOcaml = callPackage ../build-support/ocaml { };
acgtk = callPackage ../applications/science/logic/acgtk { };
alcotest = callPackage ../development/ocaml-modules/alcotest {};
angstrom = callPackage ../development/ocaml-modules/angstrom { };