From f758db30a6bf1c01a11dd68dea9d55fccf062282 Mon Sep 17 00:00:00 2001 From: Tristan Ravitch Date: Wed, 4 Jan 2017 13:27:13 -0800 Subject: [PATCH] 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. --- macaw.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macaw.cabal b/macaw.cabal index 64e04a0a..62ed9936 100644 --- a/macaw.cabal +++ b/macaw.cabal @@ -20,7 +20,7 @@ library -- fingertree, flexdis86 >= 0.1.1, galois-dwarf, - IntervalMap, + IntervalMap >= 0.5, lens >= 4.7, -- llvm-pretty, mtl,