aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-11-10 21:49:45 +0100
committerTom Smeding <tom@tomsmeding.com>2025-11-10 21:50:25 +0100
commit174af2ba568de66e0d890825b8bda930b8e7bb96 (patch)
tree5a20f52662e87ff7cf6a6bef5db0713aa6c7884e /example
parent92bca235e3aaa287286b6af082d3fce585825a35 (diff)
Move module hierarchy under CHAD.
Diffstat (limited to 'example')
-rw-r--r--example/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Main.hs b/example/Main.hs
index 6c36857..28cb7e8 100644
--- a/example/Main.hs
+++ b/example/Main.hs
@@ -1,6 +1,6 @@
module Main where
-import Example
+import CHAD.Example
main :: IO ()