Skip to content

Commit 5968342

Browse files
authored
Merge pull request #14 from proux01/mc1415
Adapt to math-comp/math-comp#1415
2 parents 5a5ff27 + b1c8ebb commit 5968342

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

bigenough.v

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *)
22
(* Distributed under the terms of CeCILL-B. *)
3-
Require Import mathcomp.ssreflect.ssreflect.
4-
From mathcomp
5-
Require Import ssrfun ssrbool eqtype ssrnat seq choice fintype.
3+
From mathcomp Require Import ssreflect ssrfun ssrbool.
4+
From mathcomp Require Import eqtype ssrnat seq choice fintype.
65

76
(****************************************************************************)
87
(* This is a small library to do epsilon - N reasoning. *)

coq-mathcomp-bigenough.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ library."""
2121
build: [make "-j%{jobs}%"]
2222
install: [make "install"]
2323
depends: [
24-
"coq" {(>= "8.10" & < "8.15~") | (= "dev")}
24+
"coq" {(>= "8.10" & < "9.1~") | (= "dev")}
2525
"coq-mathcomp-ssreflect" {>= "1.6"}
2626
]
2727

0 commit comments

Comments
 (0)