aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Compiletime/Data.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-10-10 21:42:13 +0200
committerDaniel Gröber <dxld@darkboxed.org>2018-10-26 04:33:07 +0200
commitc8f1af5397c8a95b6522d44857c146f9aacfc540 (patch)
tree45814f55bd54b8020511298fe235e3b4b8153c9a /src/CabalHelper/Compiletime/Data.hs
parent2968c76b2c4bf60a273f2da161b1552cb1e15fe9 (diff)
Move compat code out of Runtime/Main.hs
Diffstat (limited to 'src/CabalHelper/Compiletime/Data.hs')
-rw-r--r--src/CabalHelper/Compiletime/Data.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CabalHelper/Compiletime/Data.hs b/src/CabalHelper/Compiletime/Data.hs
index 76019fa..9fb5a53 100644
--- a/src/CabalHelper/Compiletime/Data.hs
+++ b/src/CabalHelper/Compiletime/Data.hs
@@ -85,6 +85,7 @@ runtimeSources :: (String, [(FilePath, FilePath)])
runtimeSources = $(
let files = map (\f -> (f, ("src/CabalHelper" </> f))) $ sort $
[ ("Runtime/Main.hs")
+ , ("Runtime/Compat.hs")
, ("Shared/Common.hs")
, ("Shared/Sandbox.hs")
, ("Shared/InterfaceTypes.hs")