cabal-version: 2.4 -- Initial package description 'processmemory.cabal' generated by 'cabal -- init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: processmemory version: 0.1.0.0 synopsis: C bindings for the gnu-extension functions process_vm_readv and process_vm_writev -- description: -- bug-reports: license: BSD-3-Clause license-file: LICENSE author: martijn maintainer: martijn@mafl.me -- copyright: category: System extra-source-files: CHANGELOG.md library exposed-modules: Data.Memory.Debug, Data.Memory.Debug.FFI, Data.Memory.Debug.IOVec, Data.Memory.Debug.Serialize, Data.Memory.Debug.Wrapper -- other-modules: -- other-extensions: build-depends: base ^>=4.12.0.0, process >= 1.6.5, binary >= 0.8.6, bytestring >= 0.10.8 hs-source-dirs: src default-language: Haskell2010 ghc-options: -O2