diff options
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index c1c4b6dc24..f33a98358f 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -65,6 +65,7 @@ Library process >= 1 && < 1.7, bytestring >= 0.9 && < 0.11, binary == 0.8.*, + exceptions, time >= 1.4 && < 1.10, containers >= 0.5 && < 0.7, array >= 0.1 && < 0.6, @@ -168,6 +169,7 @@ Library NoImplicitPrelude Exposed-Modules: + OpenTelemetry GHC.Iface.Ext.Types GHC.Iface.Ext.Debug GHC.Iface.Ext.Binary |