packages feed

linux-ptrace-0.1.2: linux-ptrace.cabal

name:                linux-ptrace
version:             0.1.2
synopsis:            Wrapping of Linux' ptrace(2).
description:         An interface for using ptrace to inspect the state of other processes, under Linux.
category:            System
license:             MIT
license-file:        LICENSE
author:              Richard Smith
maintainer:          zygoloid@metafoo.co.uk
build-type:          Simple
cabal-version:       >= 1.6
build-depends:       base == 4.*, posix-waitpid == 0.1.*, unix, bytestring == 0.9.*, process, template-haskell, mmap == 0.*
exposed-modules:     System.Linux.Ptrace, System.Linux.Ptrace.Syscall, System.Linux.Ptrace.Types, System.Linux.Ptrace.X86Regs, System.Linux.Ptrace.X86_64Regs
other-modules:       System.Linux.Ptrace.GenStruct
extensions:          TemplateHaskell, GeneralizedNewtypeDeriving, ForeignFunctionInterface, PatternGuards