blob: f2343b66c9d739e8f3417d0b7ff8b8f499b38ef8 (
plain)
1
2
3
4
5
6
|
module Packages where
-- Well, this is kind of stupid...
import {-# SOURCE #-} Module (PackageKey)
import {-# SOURCE #-} DynFlags (DynFlags)
data PackageState
packageKeyPackageIdString :: DynFlags -> PackageKey -> Maybe String
|