Skip to content

Commit

Permalink
dune: add explicit bigarray dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mor1 committed Apr 25, 2019
1 parent 2cf912a commit 7657760
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.3.1 (2019-04-25)

* Add explicit dependency on `bigarray`

### 0.3.0 (2018-04-18)

* Extensive additions to BGP parsing support from @jimyuan1995
Expand Down
8 changes: 7 additions & 1 deletion lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@
(preprocess
(pps ppx_cstruct))
(flags :standard -w A-27-32-4-39-8-44-3-6)
(libraries cstruct ipaddr logs result))
(libraries
bigarray
cstruct
ipaddr
logs
result
))

0 comments on commit 7657760

Please sign in to comment.