From 2509dd246a8c90687d9d13b0161c0284eb0647b4 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 6 Jan 2019 00:29:20 +0000 Subject: remove Test.hs, will all be in Main.hs --- app/Test.hs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 app/Test.hs 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" -- cgit