forked from GitHub/gf-core
fix MkLang.hs to work with contemporary GHC versions. Haskell 98 doesn't seem to be supported anymore
This commit is contained in:
@@ -6,8 +6,9 @@ module Main where
|
||||
-- 3. $ runghc ../MkLang.hs Ger Dut
|
||||
-- AR 6/11/2009
|
||||
|
||||
import System
|
||||
import List
|
||||
import System.Cmd
|
||||
import System.Environment
|
||||
import Data.List
|
||||
|
||||
main = do
|
||||
xx <- getArgs
|
||||
|
||||
Reference in New Issue
Block a user