Skip to content

Commit 1a3db21

Browse files
committed
Update opam and Nix files; release 1.0
1 parent b33a5aa commit 1a3db21

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

coq-category-theory.opam

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
maintainer: "johnw@newartisans.com"
3-
version: "dev"
3+
version: "1.0"
44

55
homepage: "https://github.com/jwiegley/category-theory"
66
dev-repo: "git+https://github.com/jwiegley/category-theory.git"
@@ -16,11 +16,20 @@ practical work.
1616
build: [make "JOBS=%{jobs}%" ]
1717
install: [make "install"]
1818
depends: [
19-
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
19+
"coq" {(>= "8.14" & < "8.16~") | (= "dev")}
2020
"coq-equations" {(>= "1.2" & < "1.4~") | (= "dev")}
2121
]
2222

23+
url {
24+
src: "https://github.com/jwiegley/category-theory/archive/refs/tags/1.0.0.tar.gz"
25+
checksum: "sha256=66243d54a6ff551a9ec762d69e5ff6a09869e7d5ce6504fa3a63350efde03720"
26+
}
27+
2328
tags: [
29+
"keyword: category theory"
30+
"category: Mathematics/Category Theory"
31+
"date: 2022-07-22"
32+
"logpath: Category"
2433
]
2534
authors: [
2635
"John Wiegley"

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let category-theory = coqPackages:
2020
else ./.;
2121

2222
buildInputs = [
23-
coq coq.ocaml coq.camlp5 coq.findlib equations # coqhammer pkgs.z3-tptp
23+
coq coq.ocaml coq.camlp5 coq.findlib equations
2424
];
2525
enableParallelBuilding = true;
2626

0 commit comments

Comments
 (0)