Fixes for GHC 8.x, archive loading, -dynamic, and file generation
This commit is contained in:
10
testsuite/load/plain/api/API.hs
Normal file
10
testsuite/load/plain/api/API.hs
Normal file
@ -0,0 +1,10 @@
|
||||
module API(CLIInterface(..), testio) where
|
||||
|
||||
import Data.Typeable
|
||||
|
||||
data CLIInterface = CLIInterface {
|
||||
repl :: IO ()
|
||||
} deriving Typeable
|
||||
|
||||
testio :: CLIInterface
|
||||
testio = CLIInterface { repl = return () }
|
Reference in New Issue
Block a user