Skip to content

Commit

Permalink
Data.Macaw.Memory.ElfLoader: fix overlapping section and program head…
Browse files Browse the repository at this point in the history
…er 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
  • Loading branch information
danmatichuk committed Jul 18, 2023
1 parent ea65ce9 commit 7cc7787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/macaw-base.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library
exceptions,
filepath,
galois-dwarf >= 0.2.2,
IntervalMap >= 0.5,
IntervalMap >= 0.6.2.0,
lens >= 4.7,
mtl,
panic,
Expand Down

0 comments on commit 7cc7787

Please sign in to comment.