aboutsummaryrefslogtreecommitdiff
path: root/Utility/Process
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-28 00:18:01 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-28 00:18:01 -0400
commit4ce18891016582bea926ca4b9b1af8d748f8188c (patch)
tree97ade40092b379fcd12c1a834de9445606767a15 /Utility/Process
parent87b4716ded485f51c391cd5bcdc7009ba6a61926 (diff)
merge from propellor
Diffstat (limited to 'Utility/Process')
-rw-r--r--Utility/Process/Shim.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Utility/Process/Shim.hs b/Utility/Process/Shim.hs
new file mode 100644
index 000000000..09312c7f7
--- /dev/null
+++ b/Utility/Process/Shim.hs
@@ -0,0 +1,3 @@
+module Utility.Process.Shim (module X) where
+
+import System.Process as X