Skip to content

Commit

Permalink
Merge pull request #19 from GaloisInc/jhx/low-level-exports
Browse files Browse the repository at this point in the history
Reorganize module structure for self-contained low-level interface.
  • Loading branch information
Joe Hendrix authored Nov 18, 2020
2 parents 3a59609 + 10fe6e8 commit a24700f
Show file tree
Hide file tree
Showing 29 changed files with 4,437 additions and 3,989 deletions.
24 changes: 16 additions & 8 deletions elf-edit.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: elf-edit
Version: 0.35
Version: 0.39
License: BSD3
License-file: LICENSE
Category: Data
Expand Down Expand Up @@ -34,21 +34,29 @@ library
hs-source-dirs: src
exposed-modules:
Data.ElfEdit
Data.ElfEdit.ByteString
Data.ElfEdit.Prim
other-modules:
Data.ElfEdit.Dynamic
Data.ElfEdit.Dynamic.Tag
Data.ElfEdit.Enums
Data.ElfEdit.Get
Data.ElfEdit.Layout
Data.ElfEdit.Relocations
Data.ElfEdit.HighLevel.Get
Data.ElfEdit.HighLevel.GOT
Data.ElfEdit.HighLevel.Layout
Data.ElfEdit.HighLevel.Sections
Data.ElfEdit.HighLevel.Types
Data.ElfEdit.Relocations.Common
Data.ElfEdit.Relocations.Android
Data.ElfEdit.Relocations.ARM32
Data.ElfEdit.Relocations.AArch64
Data.ElfEdit.Relocations.I386
Data.ElfEdit.Relocations.X86_64
Data.ElfEdit.Sections
Data.ElfEdit.SymbolEnums
Data.ElfEdit.Types
Data.ElfEdit.Prim.Ehdr
Data.ElfEdit.Prim.File
Data.ElfEdit.Prim.HeaderInfo
Data.ElfEdit.Prim.Phdr
Data.ElfEdit.Prim.Shdr
Data.ElfEdit.Prim.StringTable
Data.ElfEdit.Prim.SymbolTable
Data.ElfEdit.Utils

test-suite test-elf
Expand Down
Loading

0 comments on commit a24700f

Please sign in to comment.