Skip to content

Commit

Permalink
Make OPAM files compatible with OPAM 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuenzli committed Aug 9, 2016
1 parent 99127e8 commit e498b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion topkg-care.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ depends: [
build:[
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
"--pinned" pinned
"--pinned" "%{pinned}%"
]
2 changes: 1 addition & 1 deletion topkg.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ depends: [
build: [
"ocaml" "pkg/pkg.ml" "build"
"--pkg-name" name
"--pinned" pinned ]
"--pinned" "%{pinned}%" ]

0 comments on commit e498b5d

Please sign in to comment.