summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ghc/compiler/parser/binding.ugn11
1 files changed, 6 insertions, 5 deletions
diff --git a/ghc/compiler/parser/binding.ugn b/ghc/compiler/parser/binding.ugn
index b03ba07394..25c78021bb 100644
--- a/ghc/compiler/parser/binding.ugn
+++ b/ghc/compiler/parser/binding.ugn
@@ -51,11 +51,12 @@ type binding;
nullbind : < >;
- import : < gibindimod : stringId;
- gibindqual : long;
- gibindas : maybe;
- gibindspec : maybe;
- gibindline : long; >;
+ import : < gibindimod : stringId;
+ gibindqual : long;
+ gibindas : maybe;
+ gibindspec : maybe;
+ gibindsource : long;
+ gibindline : long; >;
/* user-specified pragmas:XXXX */