diff options
Diffstat (limited to 'compiler/utils/Outputable.hs-boot')
-rw-r--r-- | compiler/utils/Outputable.hs-boot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/utils/Outputable.hs-boot b/compiler/utils/Outputable.hs-boot new file mode 100644 index 0000000000..1c15a6982a --- /dev/null +++ b/compiler/utils/Outputable.hs-boot @@ -0,0 +1,3 @@ +module Outputable where + +data SDoc |