From dfd27445308d1ed2df8826c2a045130e918e8192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate?= Date: Sat, 10 Oct 2020 21:15:36 +0200 Subject: Add the proper HLint rules and remove redundant keywords from compiler --- compiler/GHC/Unit/Module/ModIface.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/GHC/Unit/Module') diff --git a/compiler/GHC/Unit/Module/ModIface.hs b/compiler/GHC/Unit/Module/ModIface.hs index 83bc565b6f..b7e0235730 100644 --- a/compiler/GHC/Unit/Module/ModIface.hs +++ b/compiler/GHC/Unit/Module/ModIface.hs @@ -1,9 +1,7 @@ -{-# LANGUAGE KindSignatures #-} {-# LANGUAGE DataKinds #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} -{-# LANGUAGE TypeSynonymInstances #-} {-# LANGUAGE UndecidableInstances #-} module GHC.Unit.Module.ModIface -- cgit v1.2.1