diff options
| author | Michael Soegtrop | 2019-05-10 13:58:31 +0200 |
|---|---|---|
| committer | Michael Soegtrop | 2019-05-10 13:58:31 +0200 |
| commit | 73f921f9634b9ccb587b2f85869d88eb12983d0f (patch) | |
| tree | d8e17412e42f9085fbaf000484f83ea98c6e65ea /dev/ci/nix/default.nix | |
| parent | c659b96eaa7bb5e401786546bb293a31e5f3c3d4 (diff) | |
| parent | 281e6657c7fe5033a13c7a2fd2b6cc6f51cb6911 (diff) | |
Merge PR #9854: Improve field_simplify on fractions with constant denominator
Reviewed-by: MSoegtropIMC
Ack-by: Zimmi48
Reviewed-by: amahboubi
Reviewed-by: vbgl
Diffstat (limited to 'dev/ci/nix/default.nix')
| -rw-r--r-- | dev/ci/nix/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ci/nix/default.nix b/dev/ci/nix/default.nix index 17070e66ee..a9cc91170f 100644 --- a/dev/ci/nix/default.nix +++ b/dev/ci/nix/default.nix @@ -72,6 +72,7 @@ let projects = { CoLoR = callPackage ./CoLoR.nix {}; CompCert = callPackage ./CompCert.nix {}; coq_dpdgraph = callPackage ./coq_dpdgraph.nix {}; + coquelicot = callPackage ./coquelicot.nix {}; Corn = callPackage ./Corn.nix {}; cross_crypto = callPackage ./cross_crypto.nix {}; Elpi = callPackage ./Elpi.nix {}; |
