aboutsummaryrefslogtreecommitdiffstats
path: root/app/Yosys.hs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-02 11:41:00 +0100
committerYann Herklotz <ymherklotz@gmail.com>2019-01-02 11:41:00 +0100
commit40a635407db6187734188508cd11699eec0221a4 (patch)
tree462599f4f53ebbbc3d4cb10957fd8a2164684caa /app/Yosys.hs
parentfed03f4cac43cb41e2e4fa756a43ccaf7e4ed22b (diff)
downloadverismith-40a635407db6187734188508cd11699eec0221a4.tar.gz
verismith-40a635407db6187734188508cd11699eec0221a4.zip
Renaming testing file
Diffstat (limited to 'app/Yosys.hs')
-rw-r--r--app/Yosys.hs19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/Yosys.hs b/app/Yosys.hs
deleted file mode 100644
index c67852c..0000000
--- a/app/Yosys.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"