summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Main.hs
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2022-03-01 16:26:23 +0000
committerHécate Moonlight <hecate+gitlab@glitchbra.in>2022-03-06 20:17:14 +0100
commitbbc2326f7d7288f861867e681d461b8a471de3e1 (patch)
treec4b9088e80fbcb1ab4e080383b4f387f3ffd3db0 /compiler/GHC/Driver/Main.hs
parent706deee0524ca6af26c8b8d5cff17a6e401a2c18 (diff)
downloadhaskell-wip/T21146.tar.gz
gitlab-ci: Use the linters image in hlint jobwip/T21146
As the `hlint` executable is only available in the linters image. Fixes #21146.
Diffstat (limited to 'compiler/GHC/Driver/Main.hs')
-rw-r--r--compiler/GHC/Driver/Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Main.hs b/compiler/GHC/Driver/Main.hs
index da8ef86d1f..62187d573f 100644
--- a/compiler/GHC/Driver/Main.hs
+++ b/compiler/GHC/Driver/Main.hs
@@ -1,7 +1,6 @@
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE NondecreasingIndentation #-}
-{-# LANGUAGE TupleSections #-}
{-# LANGUAGE GADTs #-}
{-# OPTIONS_GHC -fprof-auto-top #-}