-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelf.cabal
More file actions
25 lines (23 loc) · 733 Bytes
/
elf.cabal
File metadata and controls
25 lines (23 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Name: elf
Version: 0.26
License: BSD3
License-file: LICENSE
Category: Data
Author: Erik Charlebois
Copyright: Erik Charlebois
Maintainer: Erik Charlebois <erikcharlebois@gmail.com>
Stability: unstable
Cabal-Version: >= 1.6
Homepage: http://github.com/erikcharlebois/elf
Build-Depends: base
Build-Type: Custom
Synopsis: Parser for ELF object format.
Description: Parser for ELF object format.
Data-Files: tests/empty.elf tests/Test.hs
source-repository head
type: git
location: http://github.com/erikcharlebois/elf
library
build-depends: base >= 2 && < 5, bytestring, binary
hs-source-dirs: src
exposed-modules: Data.Elf