mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
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
|
-- 3. $ runghc ../MkLang.hs Ger Dut
|
||||||
-- AR 6/11/2009
|
-- AR 6/11/2009
|
||||||
|
|
||||||
import System
|
import System.Cmd
|
||||||
import List
|
import System.Environment
|
||||||
|
import Data.List
|
||||||
|
|
||||||
main = do
|
main = do
|
||||||
xx <- getArgs
|
xx <- getArgs
|
||||||
|
|||||||
Reference in New Issue
Block a user