diff options
author | Ben Gamari <ben@well-typed.com> | 2022-03-01 16:26:23 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-03-11 19:57:03 -0500 |
commit | 62caaa9b381b07208c8a2fae20fb7fee9e951004 (patch) | |
tree | ac90f58f4c605b95c0f340b0fbb7c6983bd00ce4 /compiler/GHC/Driver/Main.hs | |
parent | 24b6af26e2e03c93e274ba15c6ead897d884fdd4 (diff) | |
download | haskell-62caaa9b381b07208c8a2fae20fb7fee9e951004.tar.gz |
gitlab-ci: Use the linters image in hlint job
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.hs | 1 |
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 #-} |