Skip to content

Commit

Permalink
Update lwt.ppx invocation for lwt >= 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Oct 26, 2017
1 parent dc6dc1a commit f365f17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(executable
((name query)
(modules (query))
(flags (-ppx ppx_lwt))
(preprocess (pps (lwt.ppx)))
(libraries (caqti caqti-lwt))))

(install
Expand Down
8 changes: 4 additions & 4 deletions tests/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(executable
((name test_pool_lwt)
(modules (Test_pool_lwt))
(flags (-ppx ppx_lwt))
(preprocess (pps (lwt.ppx)))
(libraries (caqti_lwt testkit))))

; Tests Using DBs
Expand All @@ -35,7 +35,7 @@
(executable
((name bikereg)
(modules (Bikereg))
(flags (-ppx ppx_lwt))
(preprocess (pps (lwt.ppx)))
(libraries (caqti caqti_lwt testkit))))

(alias
Expand All @@ -56,7 +56,7 @@
(executable
((name test_parallel_lwt)
(modules (Test_parallel_lwt))
(flags (-ppx ppx_lwt))
(preprocess (pps (lwt.ppx)))
(libraries (caqti caqti_lwt testkit))))

(alias
Expand All @@ -67,7 +67,7 @@
(executable
((name test_sql_lwt)
(modules (Test_sql_lwt))
(flags (-ppx ppx_lwt))
(preprocess (pps (lwt.ppx)))
(libraries (caqti caqti_lwt testkit))))

; Fake META Files
Expand Down

0 comments on commit f365f17

Please sign in to comment.