aboutsummaryrefslogtreecommitdiffstats
path: root/app/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Test.hs')
-rw-r--r--app/Test.hs19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/Test.hs b/app/Test.hs
new file mode 100644
index 0000000..c67852c
--- /dev/null
+++ b/app/Test.hs
@@ -0,0 +1,19 @@
+{-|
+Module : Main
+Description : Main Yosys runner
+Copyright : (c) 2018-2019, Yann Herklotz Grave
+License : BSD-3
+Maintainer : ymherklotz [at] gmail [dot] com
+Stability : experimental
+Portability : POSIX
+
+Main Yosys runner
+-}
+
+module Main where
+
+import Prelude hiding (FilePath)
+import Shelly
+
+main :: IO ()
+main = putStrLn "Hello"