Skip to content
Snippets Groups Projects
Commit 31f7636a authored by sof's avatar sof
Browse files

[project @ 1998-02-18 09:27:43 by sof]

inserted missing semicolons.
parent 6d38b6e8
No related merge requests found
......@@ -379,7 +379,7 @@ require special handling.
# We need to look in ghc/ and glaExts/ when searching for implicitly needed .hi files, but
# we should really *not* look there for explicitly imported modules.
$GhcVersionInfo = $ProjectVersionInt
$GhcVersionInfo = $ProjectVersionInt;
$Haskell1Version = 4; # i.e., Haskell 1.4
@Cpp_define = ();
......
......@@ -87,7 +87,7 @@ $Begin_magic_str = "# DO NOT DELETE: Beginning of Haskell dependencies\n";
$End_magic_str = "# DO NOT DELETE: End of Haskell dependencies\n";
@Obj_suffix = ("o");
@File_suffix = ();
$ghc_version_info = ${ProjectVersionInt}
$ghc_version_info = ${ProjectVersionInt};
$Import_dirs = '.';
%Syslibs = ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment