Skip to content

Commit

Permalink
Added OPAM availability condition to attempt to satisfy CI condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Palmer committed Jul 18, 2015
1 parent 5f3694f commit 216b12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opam/opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "1.2"
name: "ocaml-monadic"
version: "0.1.0"
available: [ocaml-version >= "4.02.0"]
available: [ocaml-version >= "4.02.0" & opam-version >= "1.2"]
maintainer: "JHU PL Lab <[email protected]>"
authors: "JHU PL Lab <[email protected]>"
license: "BSD-3-clause"
Expand Down

0 comments on commit 216b12d

Please sign in to comment.