aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/Test.hs19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/Test.hs b/app/Test.hs
deleted file mode 100644
index c67852c..0000000
--- a/app/Test.hs
+++ /dev/null
@@ -1,19 +0,0 @@
-{-|
-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"