Skip to content

Commit

Permalink
Fix the version of dose for opam.0.7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Oct 16, 2012
1 parent ce19758 commit 25cf6ba
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 6 deletions.
8 changes: 7 additions & 1 deletion packages/opam.0.7.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ build: [
["%{make}%" "compile"]
["%{make}%" "install"]
]
depends: ["ocamlgraph" "ocaml-arg" {= "0.3"} "dose" "cudf" "re"]
depends: [
"ocamlgraph"
"ocaml-arg" {= "0.3"}
"dose" {= "2.9.15"}
"cudf"
"re"
]
8 changes: 7 additions & 1 deletion packages/opam.0.7.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ build: [
["%{make}%" "compile"]
["%{make}%" "install"]
]
depends: ["ocamlgraph" "ocaml-arg" {= "0.3"} "dose" "cudf" "re"]
depends: [
"ocamlgraph"
"ocaml-arg" {= "0.3"}
"dose" {= "2.9.15"}
"cudf"
"re"
]
8 changes: 7 additions & 1 deletion packages/opam.0.7.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ build: [
["make" "compile"]
["make" "install"]
]
depends: ["ocamlgraph" "ocaml-arg" {= "0.3"} "dose" "cudf" "re"]
depends: [
"ocamlgraph"
"ocaml-arg" {= "0.3"}
"dose" {= "2.9.15"}
"cudf"
"re"
]
8 changes: 7 additions & 1 deletion packages/opam.0.7.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ build: [
["make" "compile"]
["make" "install"]
]
depends: ["ocamlgraph" "ocaml-arg" {= "0.3"} "dose" "cudf" "re"]
depends: [
"ocamlgraph"
"ocaml-arg" {= "0.3"}
"dose" {= "2.9.15"}
"cudf"
"re"
]
8 changes: 7 additions & 1 deletion packages/opam.0.7.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ build: [
["make" "compile"]
["make" "install"]
]
depends: ["ocamlgraph" "ocaml-arg" {= "0.3"} "dose" "cudf" "re"]
depends: [
"ocamlgraph"
"ocaml-arg" {= "0.3"}
"dose" {= "2.9.15"}
"cudf"
"re"
]
8 changes: 7 additions & 1 deletion packages/opam.0.7.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@ build: [
["make" "compile"]
["make" "install"]
]
depends: ["ocamlgraph" "ocaml-arg" {= "0.3"} "dose" "cudf" "re"]
depends: [
"ocamlgraph"
"ocaml-arg" {= "0.3"}
"dose" {= "2.9.15"}
"cudf"
"re"
]
patches: ["fix-install.diff"]

0 comments on commit 25cf6ba

Please sign in to comment.