explict export lists
A small amount of dead code removed. All of Utility/ done now. This commit was sponsored by Brock Spratlen on Patreon.
This commit is contained in:
parent
960f62a564
commit
1ff889e456
16 changed files with 126 additions and 25 deletions
|
@ -7,7 +7,23 @@
|
|||
|
||||
{-# OPTIONS_GHC -fno-warn-tabs #-}
|
||||
|
||||
module Utility.SafeCommand where
|
||||
module Utility.SafeCommand (
|
||||
CommandParam(..),
|
||||
toCommand,
|
||||
boolSystem,
|
||||
boolSystem',
|
||||
boolSystemEnv,
|
||||
safeSystem,
|
||||
safeSystem',
|
||||
safeSystemEnv,
|
||||
shellWrap,
|
||||
shellEscape,
|
||||
shellUnEscape,
|
||||
segmentXargsOrdered,
|
||||
segmentXargsUnordered,
|
||||
prop_isomorphic_shellEscape,
|
||||
prop_isomorphic_shellEscape_multiword,
|
||||
) where
|
||||
|
||||
import System.Exit
|
||||
import Utility.Process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue