aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-18 10:53:38 -0700
committerAdelyn Breelove <[email protected]>2019-01-18 10:53:38 -0700
commit0967f1b2ebabd89c88ca49310dc5f8e84b779c4c (patch)
treeac7c7ca3b880d0db1560b73532d41dfca845052a
parentupdate opam file, bump to 0.2.0 (diff)
downloaddisml-0967f1b2ebabd89c88ca49310dc5f8e84b779c4c.tar.xz
disml-0967f1b2ebabd89c88ca49310dc5f8e84b779c4c.zip
fix opam linting errors
-rw-r--r--disml.opam5
1 files changed, 1 insertions, 4 deletions
diff --git a/disml.opam b/disml.opam
index d4b822c..260108f 100644
--- a/disml.opam
+++ b/disml.opam
@@ -32,8 +32,5 @@ depends: [
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
-]
-build-doc: [
- ["dune" "subst"] {pinned}
- ["dune" "build" "-p" "@doc" "-j" jobs]
+ ["dune" "build" "-p" "@doc" "-j" jobs] {with-doc}
] \ No newline at end of file