Skip to content

Commit 729712e

Browse files
authored
constraint ocurl version to 0.7.7 (#556)
It looks like that ocurl.0.7.8 doesn't compile on Ubuntu Precise, although it works fine at least on the Trusty.
1 parent fa68193 commit 729712e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opam/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ depends: [
151151
"ounit" {build}
152152
"ocamlgraph"
153153
"ocamlfind" {>= "1.5.6" & < "2.0"}
154-
"ocurl" {>= "0.7.7"}
154+
"ocurl" {= "0.7.7"}
155155
"optcomp"
156156
"re"
157157
"uri" {>= "1.9.0"}

0 commit comments

Comments
 (0)