name: hapstone version: 0.2.0.1 synopsis: Capstone bindings for Haskell description: Please see README.md homepage: http://github.com/ibabushkin/hapstone license: BSD3 license-file: LICENSE author: Inokentiy Babushkin maintainer: inokentiy.babushkin@googlemail.com copyright: 2016 Inokentiy Babushkin category: Disassembler build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Hapstone.Capstone, Hapstone.Internal.Capstone, Hapstone.Internal.Util, Hapstone.Internal.Arm64, Hapstone.Internal.Arm, Hapstone.Internal.M68K, Hapstone.Internal.Mips, Hapstone.Internal.Ppc, Hapstone.Internal.Sparc, Hapstone.Internal.SystemZ, Hapstone.Internal.X86, Hapstone.Internal.XCore build-depends: base >= 4.7 && < 6 default-language: Haskell2010 extra-libraries: capstone extra-lib-dirs: /home/thewormkill/clones/forks/capstone/tests include-dirs: /home/thewormkill/clones/forks/capstone/include build-tools: c2hs test-suite hapstone-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs other-modules: Internal.Arm64.StorableSpec, Internal.Arm64.Default, Internal.Arm.StorableSpec, Internal.Arm.Default, Internal.M68K.StorableSpec, Internal.M68K.Default, Internal.Mips.StorableSpec, Internal.Mips.Default, Internal.Ppc.StorableSpec, Internal.Ppc.Default, Internal.Sparc.StorableSpec, Internal.Sparc.Default, Internal.SystemZ.StorableSpec, Internal.SystemZ.Default Internal.X86.StorableSpec, Internal.X86.Default, Internal.XCore.StorableSpec, Internal.XCore.Default, Internal.CapstoneSpec, Internal.Default build-depends: base, hapstone, hspec, QuickCheck, quickcheck-instances ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/ibabushkin/hapstone