aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-06 00:29:20 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-06 00:29:20 +0000
commit2509dd246a8c90687d9d13b0161c0284eb0647b4 (patch)
treefbb594f866e1c5ffc936373585e2adc607a0c865 /app
parent8e749e9548209d131bd91b32d31dfff56d997a37 (diff)
downloadverismith-2509dd246a8c90687d9d13b0161c0284eb0647b4.tar.gz
verismith-2509dd246a8c90687d9d13b0161c0284eb0647b4.zip
remove Test.hs, will all be in Main.hs
Diffstat (limited to 'app')
-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"