aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-28 19:19:46 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-12-28 19:19:46 +0100
commite73362e0650b20281ee43a246d97e1bbe9e34b3b (patch)
treec8fa8faa194228df66d117647115d9092aeb695b /app
parent984152fb9fe9f01e5dc774b20eb467be551724c1 (diff)
downloadverismith-e73362e0650b20281ee43a246d97e1bbe9e34b3b.tar.gz
verismith-e73362e0650b20281ee43a246d97e1bbe9e34b3b.zip
Add executable for Yosys
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 ()