fix(stack): use stack build and exec instead of manual stack ghc
refactor: rename from Lib to Sibe
This commit is contained in:
10
test/Spec.hs
10
test/Spec.hs
@ -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
|
||||
|
Reference in New Issue
Block a user