cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: heystone version: 0.1.0 synopsis: Haskell bindings for the Keystone assembler framework description: Please see README.md. category: Bindings, Compilers/Interpreters, Assembler homepage: https://github.com/raehik/heystone#readme bug-reports: https://github.com/raehik/heystone/issues author: Adrian Herrera, Ben Orchard maintainer: Ben Orchard license: GPL-2 license-file: LICENSE build-type: Simple tested-with: GHC ==8.0.2, GHC ==9.2.3 extra-source-files: README.md CHANGELOG.md cbits/include/keystone_wrapper.h source-repository head type: git location: https://github.com/raehik/heystone library exposed-modules: Heystone Heystone.CPU.Arm Heystone.CPU.Arm64 Heystone.CPU.Hexagon Heystone.CPU.Mips Heystone.CPU.Ppc Heystone.CPU.Sparc Heystone.CPU.SystemZ Heystone.CPU.X86 Heystone.Internal.Core Heystone.Internal.Keystone Heystone.Internal.Util other-modules: Paths_heystone hs-source-dirs: src default-extensions: EmptyCase LambdaCase InstanceSigs BangPatterns ExplicitNamespaces StandaloneDeriving DeriveAnyClass DeriveGeneric DeriveDataTypeable DeriveFunctor DeriveFoldable DeriveTraversable DeriveLift FlexibleContexts FlexibleInstances MultiParamTypeClasses GADTs PolyKinds RoleAnnotations RankNTypes TypeApplications DefaultSignatures TypeFamilies DataKinds MagicHash ScopedTypeVariables TypeOperators ghc-options: -Wall include-dirs: cbits/include c-sources: cbits/src/keystone_wrapper.c pkgconfig-depends: keystone build-tools: c2hs >=0.28.8 && <0.29 build-depends: base >=4.9 && <5 , bytestring >=0.11.3.1 && <0.12 , transformers >=0.5 && <0.7 default-language: Haskell2010