aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Yosys.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Yosys.hs b/app/Yosys.hs
index ff8239d..0354254 100644
--- a/app/Yosys.hs
+++ b/app/Yosys.hs
@@ -12,6 +12,7 @@ Main Yosys runner
module Main where
+import Prelude hiding (FilePath)
import Shelly
main :: IO ()