Skip to content

Commit

Permalink
remove bigarray/unix from evtchn library
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Feb 12, 2019
1 parent 0e31de5 commit a56087c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name xen_evtchn)
(public_name xen-evtchn)
(libraries unix bigarray lwt lwt-dllist)
(libraries lwt lwt-dllist)
(modules Eventchn Generation)
(wrapped false))

Expand Down

0 comments on commit a56087c

Please sign in to comment.