diff options
Diffstat (limited to 'compiler/utils/Json.hs')
-rw-r--r-- | compiler/utils/Json.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/utils/Json.hs b/compiler/utils/Json.hs index ffbff50641..2bf00d3851 100644 --- a/compiler/utils/Json.hs +++ b/compiler/utils/Json.hs @@ -1,6 +1,8 @@ {-# LANGUAGE GADTs #-} module Json where +import GhcPrelude + import Outputable import Data.Char import Numeric |