fix(stack): use stack build and exec instead of manual stack ghc

refactor: rename from Lib to Sibe
This commit is contained in:
Mahdi Dibaiee
2016-07-18 16:33:34 +04:30
parent 4397f5203a
commit 23851a85f5
11 changed files with 39 additions and 63 deletions

View File

@ -1,2 +1,8 @@
main :: IO ()
main = putStrLn "Test suite not yet implemented"
module Main where
import System.Exit (exitFailure)
import Sibe
main = do
putStrLn "Hey"
exitFailure