aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-05-05 16:16:47 +0200
committerDaniel Gröber <dxld@darkboxed.org>2019-05-05 16:16:47 +0200
commit5824410f0d50d41d55fecfa339780389adda185a (patch)
tree091b10915742450c92379d6d213fab28a823cce6 /src
parent2458aae6cbe731baae2aea6057ec2bee1cd829f2 (diff)
Fix QueryEnv not being compatible with Ex
Diffstat (limited to 'src')
-rw-r--r--src/CabalHelper/Compiletime/Types.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CabalHelper/Compiletime/Types.hs b/src/CabalHelper/Compiletime/Types.hs
index cffa663..653497d 100644
--- a/src/CabalHelper/Compiletime/Types.hs
+++ b/src/CabalHelper/Compiletime/Types.hs
@@ -153,8 +153,7 @@ data Ex a = forall x. Ex (a x)
--
-- If you do not wish to use the built-in caching feel free to discard the
-- 'QueryEnv' value though.
-type QueryEnv (pt :: ProjType)
- = QueryEnvI QueryCache pt
+type QueryEnv = QueryEnvI QueryCache
data QueryEnvI c (pt :: ProjType) = QueryEnv
{ qeReadProcess :: !ReadProcessWithCwd