diff options
author | Phil de Joux <philderbeast@gmail.com> | 2022-07-19 03:32:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 09:32:55 +0200 |
commit | 90c38242e54d1a742426e2b1b3c7d71e226811bd (patch) | |
tree | 1e31e341fced1b7492b25376a06827aaa5cc3fb7 /haddock-api | |
parent | 06b1f629a9210f9d92dea1cc6111087181c688ff (diff) |
Follow hlint suggestion: unused LANGUAGE pragma. (#1504)
* Follow hlint suggestion: unused LANGUAGE pragma.
* Ignore within modules to pass linting and pass tests.
Diffstat (limited to 'haddock-api')
-rw-r--r-- | haddock-api/src/Haddock.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/haddock-api/src/Haddock.hs b/haddock-api/src/Haddock.hs index 664168f1..7eba7b92 100644 --- a/haddock-api/src/Haddock.hs +++ b/haddock-api/src/Haddock.hs @@ -4,7 +4,6 @@ {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE Rank2Types #-} {-# LANGUAGE ScopedTypeVariables #-} -{-# LANGUAGE TupleSections #-} {-# OPTIONS_GHC -Wwarn #-} ----------------------------------------------------------------------------- -- | |