Skip to content

Commit

Permalink
Increase version of fileutils.
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor478 committed Sep 15, 2019
1 parent 422d9a1 commit 3919459
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ environment:
FORK_USER: ocaml
FORK_BRANCH: master
CYG_ROOT: C:\cygwin64
PINS: fileutils:https://github.com/gildor478/ocaml-fileutils.git

install:
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/$env:FORK_USER/ocaml-ci-scripts/$env:FORK_BRANCH/appveyor-install.ps1"))
Expand Down
4 changes: 1 addition & 3 deletions oasis.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ depends: [
"ocamlify" {build}
"ocamlmod" {build}
"ounit" {with-test & >= "2.0.0"}
# Avoid dependency cycle with oasis on version 0.6.0.
# "fileutils" {with-test & >= "0.4.2" & != "0.6.0"}
"fileutils" {with-test & >= "0.4.2"}
"fileutils" {with-test & >= "0.6.1"}
"expect" {with-test & >= "0.0.4"}
]
depopts: [
Expand Down

0 comments on commit 3919459

Please sign in to comment.