aboutsummaryrefslogtreecommitdiffstats
path: root/app/Yosys.hs
blob: c67852cf95cdc9ed2ea0b026a6c9f5209c835897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"