-- Initial hsseccomp.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: hsseccomp version: 0.1.0.1 synopsis: Haskell bindings to libseccomp description: Bindings to libseccomp. See "System.Linux.Seccomp" for docs. license: LGPL license-file: LICENSE author: Tom Hunger maintainer: tehunger@gmail.com -- copyright: category: System build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: System.Linux.Seccomp -- other-modules: -- other-extensions: build-depends: base >=4.8 && <5 hs-source-dirs: lib default-language: Haskell2010 build-tools: hsc2hs ghc-options: -Wall extra-libraries: seccomp Test-Suite seccomp-test type: exitcode-stdio-1.0 main-is: Tests.hs build-depends: base >=4.8 && <5 , tasty , tasty-hunit , hsseccomp , unix hs-source-dirs: tests default-language: Haskell2010 ghc-options: -Wall