diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-05-05 16:16:47 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-05-05 16:16:47 +0200 |
commit | 5824410f0d50d41d55fecfa339780389adda185a (patch) | |
tree | 091b10915742450c92379d6d213fab28a823cce6 /lib | |
parent | 2458aae6cbe731baae2aea6057ec2bee1cd829f2 (diff) |
Fix QueryEnv not being compatible with Ex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Distribution/Helper.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Distribution/Helper.hs b/lib/Distribution/Helper.hs index 6e97d53..167db45 100644 --- a/lib/Distribution/Helper.hs +++ b/lib/Distribution/Helper.hs @@ -54,7 +54,8 @@ module Distribution.Helper ( , allUnits -- * Query environment - , QueryEnv -- abstract + , QueryEnv + , QueryEnvI -- abstract , mkQueryEnv , qeReadProcess , qePrograms |