diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-12-06 21:23:05 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-12-06 21:23:05 +0100 |
commit | 263a3cef7543dfd447d5d75cc759fe95f7864105 (patch) | |
tree | 6da23b33013dbfe5315f337e443f12ecb67e9af3 | |
parent | 3e266262ebe65bd5d775711b4d05bc9670a38a47 (diff) |
Rename Compile -> CompileCu
-rw-r--r-- | chad-fast.cabal | 2 | ||||
-rw-r--r-- | src/CompileCu.hs (renamed from src/Compile.hs) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal index 0887f17..ad611e8 100644 --- a/chad-fast.cabal +++ b/chad-fast.cabal @@ -25,7 +25,7 @@ library CHAD.EnvDescr CHAD.Top CHAD.Types - -- Compile + -- CompileCu Data Example Example.Format diff --git a/src/Compile.hs b/src/CompileCu.hs index 749368a..749368a 100644 --- a/src/Compile.hs +++ b/src/CompileCu.hs |