Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
essdotteedot committed Mar 25, 2018
1 parent 3fb31cc commit 30d0529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion distributed.opam
Expand Up @@ -14,7 +14,8 @@ build: [
]

depends: [
"jbuilder" {build & >= "1.0+beta16"}
"jbuilder" {build & >= "1.0+beta16"}
"base-unix"
# remove following line before release
# "bisect_ppx"
]
Expand Down
3 changes: 2 additions & 1 deletion src/jbuild
Expand Up @@ -3,7 +3,8 @@
(library
((name distributed)
(public_name distributed)
(synopsis "Library to provide Erlang style distributed computations. This library is inspired by Cloud Haskell.")
(synopsis "Library to provide Erlang style distributed computations. This library is inspired by Cloud Haskell.")
(libraries (unix))
(wrapped false)))
; remember to remove this line before release
; (preprocess (pps (bisect_ppx)))))

0 comments on commit 30d0529

Please sign in to comment.