Skip to content

Commit 7cc7787

Browse files
committed
Data.Macaw.Memory.ElfLoader: fix overlapping section and program header error
This error is caused by a bug in the IntervalMap implementation prior to 0.6.2, which had inconsistent semantics for empty intervals (see: bokesan/IntervalMap#9) fixes #302
1 parent ea65ce9 commit 7cc7787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/macaw-base.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ library
3838
exceptions,
3939
filepath,
4040
galois-dwarf >= 0.2.2,
41-
IntervalMap >= 0.5,
41+
IntervalMap >= 0.6.2.0,
4242
lens >= 4.7,
4343
mtl,
4444
panic,

0 commit comments

Comments
 (0)