ben
390d6b63d9
Merge branch 'fix-stack-containers-version' into 'master'
...
Update stack.yaml to match cabal requirement on containers version
See merge request !4
2017-01-18 11:47:35 -08:00
Ben Davis
72c8ff19d5
Update stack.yaml to match cabal requirement on containers version
...
macaw.cabal requires 'containers >= 0.5.8.1', but this is newer than the version
available via the stack lts-6.23 resolver. Specifying acceptable versions of
containers (and lens and kan-extensions) in stack.yaml lets us 'stack build'.
2017-01-18 14:26:48 -05:00
jhendrix
49c10bbc00
Merge branch 'add-deps-checkout-script' into 'master'
...
Add a script to clone/pull dependencies
See merge request !3
2017-01-18 11:15:16 -08:00
Ben Davis
e8b6c3a0ad
Add a script to clone/pull dependencies
2017-01-18 11:17:59 -05:00
Joe Hendrix
3014a23a70
Fix 64-bit dependency in Macaw.
2017-01-17 02:09:23 -08:00
Joe Hendrix
1b878ee6d6
Cleanup classifyBlock return value.
2017-01-17 01:19:55 -08:00
tristan
edcea3eb28
Merge branch 'fix/intervalmap-bound' into 'master'
...
Add a version bound on IntervalMap
See merge request !2
2017-01-06 16:13:44 -08:00
Tristan Ravitch
37a38954eb
Add a version bound on IntervalMap
...
Macaw uses the API from 0.5, which is incompatible with 0.4 for the contains
function.
2017-01-06 16:10:23 -08:00
Joe Hendrix
074383b3a1
Simplify ParsedSyscall
2017-01-05 12:51:56 -08:00
Joe Hendrix
53bca3285a
Minor comment changes
2017-01-04 23:08:52 -08:00
Tristan Ravitch
84689e9861
Fix a haddock syntax error
2017-01-04 13:27:51 -08:00
Tristan Ravitch
f758db30a6
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.
2017-01-04 13:27:13 -08:00
Joe Hendrix
bfcee99d58
Various changes; Better support for tracking why code location has been
...
identified; Improved error reporting.
2017-01-03 16:17:41 -08:00
Joe Hendrix
48a41a7d21
Fix undefined function in AbsState
2016-12-27 14:32:26 -08:00
Joe Hendrix
e27d3ee0ef
Additional support for relocations; GHC 8.0.1 compat
2016-12-27 13:59:21 -08:00
Joe Hendrix
cf1619b8ab
Cleanup memory segment insertion
2016-12-13 18:05:36 -08:00
Joe Hendrix
850057d767
Add variable declaration field
2016-12-13 11:55:53 -08:00
Joe Hendrix
0c84749ead
Add additional dwarf parsing
2016-12-12 16:37:55 -08:00
Joe Hendrix
82d9527b5b
Update to reflect dwarf library changes
2016-11-29 18:47:28 -08:00
Joe Hendrix
7b568edc0c
Initial commit of macaw
2016-11-28 23:14:04 -08:00