summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/SrcLoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/SrcLoc.hs')
-rw-r--r--compiler/GHC/Types/SrcLoc.hs10
1 files changed, 2 insertions, 8 deletions
diff --git a/compiler/GHC/Types/SrcLoc.hs b/compiler/GHC/Types/SrcLoc.hs
index 30db87d827..38c7872358 100644
--- a/compiler/GHC/Types/SrcLoc.hs
+++ b/compiler/GHC/Types/SrcLoc.hs
@@ -1,17 +1,11 @@
--- (c) The University of Glasgow, 1992-2006
-
{-# LANGUAGE DeriveDataTypeable #-}
-{-# LANGUAGE StandaloneDeriving #-}
-{-# LANGUAGE DeriveFunctor #-}
-{-# LANGUAGE DeriveFoldable #-}
{-# LANGUAGE DeriveTraversable #-}
+{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE TypeFamilies #-}
-{-# LANGUAGE ViewPatterns #-}
-{-# LANGUAGE FlexibleContexts #-}
-{-# LANGUAGE PatternSynonyms #-}
+-- (c) The University of Glasgow, 1992-2006
-- | This module contains types that relate to the positions of things
-- in source files, and allow tagging of those things with locations