diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-11-27 15:34:44 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-12-11 22:42:09 -0500 |
commit | 690c894616a539c59cb8e58d2bba8b9c02c5ad4c (patch) | |
tree | 95a3861b5c2e9f379c19cfc2650e1a9b744e4b3d /compiler/ghc.cabal.in | |
parent | b4a929a1e54272ff6ba67c1a2baba635bae93b0b (diff) | |
download | haskell-690c894616a539c59cb8e58d2bba8b9c02c5ad4c.tar.gz |
Parser: move parser utils into their own module
Move code unrelated to runtime evaluation out of GHC.Runtime.Eval
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 273678e3f4..ab97f3b0ef 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -480,6 +480,7 @@ Library GHC.Parser.PostProcess GHC.Parser.PostProcess.Haddock GHC.Parser.Types + GHC.Parser.Utils GHC.Platform GHC.Platform.ARM GHC.Platform.AArch64 |