Skip to content

Commit

Permalink
add bounds on zipperposition
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed May 1, 2017
1 parent 3a06352 commit aa9214c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/zipperposition/zipperposition.1.0/opam
Expand Up @@ -41,4 +41,8 @@ depopts: [
"menhir" {build}
"qcheck" {test}
]
conflicts: [
"containers" { >= "1.2" }
"sequence" { >= "0.9" }
]
available: [ocaml-version >= "4.02.3"]
3 changes: 3 additions & 0 deletions packages/zipperposition/zipperposition.1.1/opam
Expand Up @@ -43,4 +43,7 @@ depends: [
depopts: [
"qcheck" {test}
]
conflicts: [
"containers" { >= "1.2" }
]
available: [ocaml-version >= "4.02.1"]

0 comments on commit aa9214c

Please sign in to comment.