diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-07-02 20:52:51 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-25 00:45:08 -0400 |
commit | 342a01af624840ba94f22256079ff4f3cee09ca2 (patch) | |
tree | 7b6ed819b10bd6bd08992d5fdca5ea94504ccb3d /compiler/ghc.cabal.in | |
parent | 15b2b44fe35292dc3ac93ec215c44fba42165f67 (diff) | |
download | haskell-342a01af624840ba94f22256079ff4f3cee09ca2.tar.gz |
Add GHC.Platform.Profile
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index db48f60105..5c153817e7 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -182,6 +182,7 @@ Library GHC.Driver.Hooks GHC.Driver.Flags GHC.Platform.Ways + GHC.Platform.Profile GHC.Types.Id GHC.Types.Id.Info GHC.Core.Predicate |