name: linux-namespaces version: 0.1.3.1 synopsis: Work with linux namespaces: create new or enter existing ones description: This library provides bindings to the @unshare(2)@ and @setns(2)@ linux system calls. homepage: https://github.com/redneb/hs-linux-namespaces bug-reports: https://github.com/redneb/hs-linux-namespaces/issues license: BSD3 license-file: LICENSE author: Marios Titas maintainer: Marios Titas category: System build-type: Simple cabal-version: >=1.10 extra-source-files: ChangeLog.md source-repository head type: git location: https://github.com/redneb/hs-linux-namespaces.git library exposed-modules: System.Linux.Namespaces build-depends: base >=4.6 && <5, unix >=2.8 && <3.0, bytestring >=0.10 && <1.0 build-tools: hsc2hs default-language: Haskell2010 ghc-options: -Wall