Add a lower version bound on IntervalMap

We are using the new `containing` API that returns a map instead of a list, so
we can't use 0.4 anymore.
This commit is contained in:
Tristan Ravitch 2017-01-04 13:27:13 -08:00
parent bfcee99d58
commit f758db30a6

View File

@ -20,7 +20,7 @@ library
-- fingertree,
flexdis86 >= 0.1.1,
galois-dwarf,
IntervalMap,
IntervalMap >= 0.5,
lens >= 4.7,
-- llvm-pretty,
mtl,