summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-11-27 15:34:44 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-12-11 22:42:09 -0500
commit690c894616a539c59cb8e58d2bba8b9c02c5ad4c (patch)
tree95a3861b5c2e9f379c19cfc2650e1a9b744e4b3d /compiler/ghc.cabal.in
parentb4a929a1e54272ff6ba67c1a2baba635bae93b0b (diff)
downloadhaskell-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.in1
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