X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FbasicTypes%2FSrcLoc.lhs;h=f15d0da292cb50b6cdec6521b7e3205a7f6e88d0;hp=22ab915b22df35c57aa4d9393451ffb59d3e4663;hb=8fb9d66966e99beea793b695edef596ac8d5aea5;hpb=7b5b3b0cab463e108a0132435a28ef19d17cb32b diff --git a/compiler/basicTypes/SrcLoc.lhs b/compiler/basicTypes/SrcLoc.lhs index 22ab915..f15d0da 100644 --- a/compiler/basicTypes/SrcLoc.lhs +++ b/compiler/basicTypes/SrcLoc.lhs @@ -3,6 +3,12 @@ % \begin{code} +{-# OPTIONS_GHC -fno-omit-interface-pragmas #-} + -- Workaround for Trac #5252 crashes the bootstrap compiler without -O + -- When the earliest compiler we want to boostrap with is + -- GHC 7.2, we can make RealSrcLoc properly abstract + + -- | This module contains types that relate to the positions of things -- in source files, and allow tagging of those things with locations module SrcLoc (