Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
a3c686dd
Commit
a3c686dd
authored
Dec 02, 2004
by
simonpj
Browse files
[project @ 2004-12-02 16:55:02 by simonpj]
Missing include
parent
58fd1877
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/Packages.lhs
View file @
a3c686dd
...
...
@@ -33,14 +33,16 @@ module Packages (
)
where
#include "../includes/ghcconfig.h"
-- Needed for mingw32_TARGET_OS defn
#include "HsVersions.h"
import PackageConfig
import DriverState ( v_Build_tag, v_RTS_Build_tag, v_Static )
import SysTools ( getTopDir, getPackageConfigPath )
import ParsePkgConf ( loadPackageConfig )
import CmdLineOpts ( DynFlags(..), PackageFlag(..), verbosity,
opt_Static )
import CmdLineOpts ( DynFlags(..), PackageFlag(..), opt_Static )
import Config ( cTARGETARCH, cTARGETOS, cProjectVersion )
import Name ( Name, nameModule_maybe )
import Module ( Module, mkModule )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment