1
0
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:
krasimir
2016-02-05 08:37:51 +00:00
parent db523ff200
commit 4d0b813b40

View File

@@ -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