summaryrefslogtreecommitdiff
path: root/src/Run.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-02-27 16:39:04 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2025-02-27 21:00:40 +0100
commit13f549d68fb235522ae98bf04d2e09abdb1442ea (patch)
tree0d7c3c7e4ac58d6f8ee55a3e98ecac0ca0b1a317 /src/Run.hs
parent461a67cf2e6bea76dd7ad3e1636b68d061002e0d (diff)
Refactor script/expression related code to multiple modules
Diffstat (limited to 'src/Run.hs')
-rw-r--r--src/Run.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Run.hs b/src/Run.hs
index 1b2f448..fcd1d0d 100644
--- a/src/Run.hs
+++ b/src/Run.hs
@@ -31,6 +31,7 @@ import Network.Ip
import Output
import Process
import Run.Monad
+import Script.Expr
import Test
import Test.Builtins