Skip to content

Commit c96a6dd

Browse files
committed
before release of 0.0.7
1 parent 3545133 commit c96a6dd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
*** Last stable version:
1515

16-
Version 0.0.6:
16+
Version 0.0.7:
1717
3. ~opam install coq-infotheo~
1818

1919
**** Requirements
2020

2121
- [[https://coq.inria.fr][Coq]] 8.10
22-
- [[https://github.com/math-comp/math-comp][Mathematical Components library]] 1.9.0 or 1.10.0
22+
- [[https://github.com/math-comp/math-comp][Mathematical Components library]] 1.10.0
2323
- [[https://github.com/math-comp/analysis][MathComp-Analysis]] 0.2.2 or 0.2.3
2424
which requires
2525
+ [[https://github.com/math-comp/finmap][finmap]] 1.2.0 or greater

changelog.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--------------------------
2-
from 0.0.6 to 0.0.7 (wip):
3-
--------------------------
1+
---------------------
2+
from 0.0.6 to 0.0.7 :
3+
---------------------
44
renamings:
55
- Module jtype -> Module JType
66
+ jtype.jtype -> JType.t

opam

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install: [
2626
]
2727
depends: [
2828
"coq" {>= "8.10~"}
29-
"coq-mathcomp-field" {>= "1.9.0" & <= "1.10.0"}
29+
"coq-mathcomp-field" {>= "1.10.0"}
3030
"coq-mathcomp-analysis" {(>= "0.2.0" & <= "0.2.3")}
3131
]
3232
synopsis: "Infotheo"
@@ -39,5 +39,5 @@ tags: [
3939
"keyword: probability"
4040
"keyword: error-correcting codes"
4141
"logpath:infotheo"
42-
"date:2019-11-09"
42+
"date:2020-02-06"
4343
]

0 commit comments

Comments
 (0)