Skip to content

Commit 1424b36

Browse files
committed
Remove usused coq-record-update dependency
1 parent 2f4a6c2 commit 1424b36

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CoqMakefile: Makefile _CoqProject
1414
invoke-coqmakefile: CoqMakefile
1515
$(MAKE) --no-print-directory -f CoqMakefile $(filter-out $(KNOWNTARGETS),$(MAKECMDGOALS))
1616

17-
.PHONY: invoke-coqmakefile record-update $(KNOWNFILES)
17+
.PHONY: invoke-coqmakefile $(KNOWNFILES)
1818

1919
####################################################################
2020
## Your targets here ##

coq-libtx-storage.opam

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: "https://github.com/libtx/Storage"
55
dev-repo: "git+https://github.com/libtx/Storage.git"
66
license: "GPL3"
77
maintainer: "noreply@example.com"
8-
synopsis: "Formal model of storage backend"
8+
synopsis: "Axiomatic abstraction of storage container"
99
description: """
1010
"""
1111

@@ -14,14 +14,12 @@ build: [
1414
]
1515
install: [make "install"]
1616
depends: [
17-
"coq" {(>= "8.19") | (= "dev")}
18-
"coq-record-update" {(>= "0.3" & < "0.4~")}
17+
"coq" {(>= "8.19")}
1918
"coq-hammer"
2019
]
2120

2221
tags: [
23-
"keyword:program verification"
24-
"keyword:distributed algorithms"
22+
"keyword:containers"
2523
]
2624
authors: [
2725
"k32"

0 commit comments

Comments
 (0)