diff options
author | Daniel Rogozin <daniel.rogozin@serokell.io> | 2021-04-20 19:22:56 +0300 |
---|---|---|
committer | Daniel Rogozin <daniel.rogozin@serokell.io> | 2021-04-23 19:59:16 +0300 |
commit | 62fbbe95ad21af5a1db3292622d39f1444f52b75 (patch) | |
tree | 4543825759492a9bd7636a8489fccb9c6e9cbf59 /compiler/GHC/Hs/Expr.hs | |
parent | d1acda985696f2e828452e246686fb35294bb7fa (diff) | |
download | haskell-wip/T17594.tar.gz |
wipwip/T17594
Diffstat (limited to 'compiler/GHC/Hs/Expr.hs')
-rw-r--r-- | compiler/GHC/Hs/Expr.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Hs/Expr.hs b/compiler/GHC/Hs/Expr.hs index 436da995a7..09d22102e2 100644 --- a/compiler/GHC/Hs/Expr.hs +++ b/compiler/GHC/Hs/Expr.hs @@ -31,6 +31,7 @@ module GHC.Hs.Expr #include "HsVersions.h" import Language.Haskell.Syntax.Expr +import Language.Haskell.Syntax.Pat -- friends: import GHC.Prelude |