diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-08-13 14:35:48 +0200 |
---|---|---|
committer | Daniel Gröber (dxld) <dxld@darkboxed.org> | 2019-09-17 17:48:26 +0200 |
commit | f73498e8c861871294e9472a261b66884df8ca7e (patch) | |
tree | 1e2ad6cdd1c06c1ecd98ea605cb80d29b38dedf1 | |
parent | 5f48445b81607132f6a5770c7d5130fa9ef94b8f (diff) |
Export qeCallProcess
Seems to have been missed when it was added.
-rw-r--r-- | lib/Distribution/Helper.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Distribution/Helper.hs b/lib/Distribution/Helper.hs index 8ce5f94..0e7bd07 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -64,6 +64,7 @@ module Distribution.Helper ( , QueryEnvI -- abstract , mkQueryEnv , qeReadProcess + , qeCallProcess , qePrograms , qeProjLoc , qeDistDir |