Skip to content

Commit

Permalink
Merge pull request #20 from HuStmpHrrr/feature/adapt-8.9
Browse files Browse the repository at this point in the history
adapt 8.9
  • Loading branch information
sweirich authored Mar 6, 2019
2 parents fca72de + 0f8246f commit 3b5cd76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Metalib/AssocList.v
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
Require Import Coq.FSets.FSets.
Require Import Coq.Lists.List.
Require Import Coq.Logic.Decidable.
Require Import Coq.Strings.String.

Require Import Metalib.CoqFSetDecide.
Require Import Metalib.CoqListFacts.
Expand Down
4 changes: 2 additions & 2 deletions coq-metalib.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opam-version: "1.2"
opam-version: "2.0"
name: "coq-metalib"
version: "dev"
synopsis: "Locally Nameless Metatheory Library"
Expand All @@ -9,7 +9,7 @@ tags: "org:plclub"
homepage: "https://github.com/plclub/metalib"
bug-reports: "https://github.com/plclub/metalib/issues"
depends: [
"coq" {>= "8.6" < "8.9~"}
"coq" {>= "8.6"}
]
build: [make "-j%{jobs}%" "-C" "Metalib"]
install: [make "-C" "Metalib" "install"]
Expand Down

0 comments on commit 3b5cd76

Please sign in to comment.