summaryrefslogtreecommitdiff
path: root/compiler/main/Packages.lhs-boot
blob: 3fd0fd54223597121a99a9c2e9efb3e9ea2b1bbd (plain)
1
2
3
4
5
6
7
8
\begin{code}
module Packages where
-- Well, this is kind of stupid...
import {-# SOURCE #-} Module (PackageKey)
import {-# SOURCE #-} DynFlags (DynFlags)
data PackageState
packageKeyPackageIdString :: DynFlags -> PackageKey -> String
\end{code}