From e73362e0650b20281ee43a246d97e1bbe9e34b3b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 28 Dec 2018 19:19:46 +0100 Subject: Add executable for Yosys --- app/Yosys.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Yosys.hs b/app/Yosys.hs index ff8239d..0354254 100644 --- a/app/Yosys.hs +++ b/app/Yosys.hs @@ -12,6 +12,7 @@ Main Yosys runner module Main where +import Prelude hiding (FilePath) import Shelly main :: IO () -- cgit