Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Jun 26, 2018
1 parent 0b9a583 commit 12b5163
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
9 changes: 1 addition & 8 deletions lwt.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
version: "dev"
version: "4.1.0"
maintainer: [
"Anton Bachin <[email protected]>"
"Mauricio Fernandez <[email protected]>"
Expand All @@ -21,9 +21,6 @@ build: [
]

depends: [
# Bisect_ppx is used only during development. This dependency should be
# removed when preparing a release.
"bisect_ppx" {>= "1.3.0"}
"cppo" {build & >= "1.1.0"}
"jbuilder" {build & >= "1.0+beta14"}
# We are only using ocamlfind during configuration of the Unix binding.
Expand Down Expand Up @@ -55,7 +52,3 @@ messages: [
"For Lwt_log and Lwt_daemon, please install package lwt_log"
{!lwt_log:installed}
]
post-messages: [
"Lwt 4.0.0 has made some breaking changes. See
https://github.com/ocsigen/lwt/issues/453"
]
2 changes: 1 addition & 1 deletion lwt_ppx.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "1.2"
version: "dev"
version: "1.2.1"
maintainer: [
"Anton Bachin <[email protected]>"
]
Expand Down
1 change: 0 additions & 1 deletion src/core/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
(public_name lwt)
(synopsis "Monadic promises and concurrent I/O")
(wrapped false)
(preprocess (pps (bisect_ppx -conditional)))
(ocamlopt_flags (:standard (:include flambda.flag)))
(libraries (bytes result))
(flags (:standard -w +A-29))))
1 change: 0 additions & 1 deletion src/react/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
(synopsis "Reactive programming helpers for Lwt")
(wrapped false)
(libraries (lwt react))
(preprocess (pps (bisect_ppx -conditional)))
(flags (:standard -w +A))))
1 change: 0 additions & 1 deletion src/unix/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
(optional)
(wrapped false)
(libraries (bigarray lwt unix threads))
(preprocess (pps (bisect_ppx -conditional)))
(flags (:standard -w +A-29))
(c_names (
lwt_unix_stubs
Expand Down

0 comments on commit 12b5163

Please sign in to comment.