diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-10-11 11:03:10 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-10-14 21:40:49 -0700 |
commit | b92a51f5e235fc22a9ae0d76735b50f095665fb7 (patch) | |
tree | 27eb41de475255206185e68c535c2d899012fa1b /compiler/main/Packages.hs-boot | |
parent | 5b0191f74ab05b187f81ea037623338a615b1619 (diff) | |
download | haskell-b92a51f5e235fc22a9ae0d76735b50f095665fb7.tar.gz |
Rename package key to unit ID, and installed package ID to component ID.
Comes with Haddock submodule update.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'compiler/main/Packages.hs-boot')
-rw-r--r-- | compiler/main/Packages.hs-boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/main/Packages.hs-boot b/compiler/main/Packages.hs-boot index bac04bc20a..1197fadb57 100644 --- a/compiler/main/Packages.hs-boot +++ b/compiler/main/Packages.hs-boot @@ -1,7 +1,7 @@ module Packages where -- Well, this is kind of stupid... -import {-# SOURCE #-} Module (PackageKey) +import {-# SOURCE #-} Module (UnitId) import {-# SOURCE #-} DynFlags (DynFlags) data PackageState -packageKeyPackageIdString :: DynFlags -> PackageKey -> Maybe String +unitIdPackageIdString :: DynFlags -> UnitId -> Maybe String emptyPackageState :: PackageState |