Name: peparser Version: 0.6 Description: Extract the header information and sections from a file of the PE object format. Synopsis: A parser for PE object files. License: BSD3 License-File: LICENSE Author: Ian Graves Maintainer: thegravian@gmail.com Category: Data Stability: Experimental homepage: https://github.com/igraves/peparser-haskell Build-Type: Simple Cabal-Version: >= 1.10 source-repository head type: git location: git://github.com/igraves/peparser-haskell.git Library Default-Language: Haskell2010 Build-Depends: base >= 4 && <= 4.8, bytestring >= 0.9.1, binary >= 0.5.0, array >= 0.3 Exposed-modules: Data.PE.Parser, Data.PE.Structures, Data.PE.Utils, Data.PE.Tools