aboutsummaryrefslogtreecommitdiffstats
path: root/app/Yosys.hs
blob: 035425424dbe3182ef7d89ccc39dff8144b9c8c5 (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) Yann Herklotz Grave 2018
License     : GPL-3
Maintainer  : ymherklotz@gmail.com
Stability   : experimental
Portability : POSIX

Main Yosys runner
-}

module Main where

import           Prelude hiding (FilePath)
import           Shelly

main :: IO ()
main = putStrLn "Hello"