name: uni-posixutil version: 2.2.0.0 build-type: Simple license: LGPL license-file: LICENSE author: uniform@informatik.uni-bremen.de maintainer: Christian.Maeder@dfki.de homepage: http://www.informatik.uni-bremen.de/uniform/wb/ category: Uniform synopsis: Posix utilities for the uniform workbench description: posix utilities cabal-version: >= 1.4 tested-with: GHC==6.8.3, GHC==6.10.4, GHC==6.12.3 library exposed-modules: Posixutil.CopyFile, Posixutil.SafeSystem, Posixutil.ProcessClasses, Posixutil.ChildProcess, Posixutil.BlockSigPIPE build-depends: base >=3 && < 4, directory, process, uni-util, uni-events if os(windows) cpp-options: -DWINDOWS else build-Depends: unix if impl(ghc > 6.10) ghc-options: -fwarn-unused-imports -fno-warn-warnings-deprecations