aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/DefaultAssociatedTypes.hs
diff options
context:
space:
mode:
authorPhil de Joux <philderbeast@gmail.com>2022-07-19 03:32:55 -0400
committerGitHub <noreply@github.com>2022-07-19 09:32:55 +0200
commit90c38242e54d1a742426e2b1b3c7d71e226811bd (patch)
tree1e31e341fced1b7492b25376a06827aaa5cc3fb7 /html-test/src/DefaultAssociatedTypes.hs
parent06b1f629a9210f9d92dea1cc6111087181c688ff (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 'html-test/src/DefaultAssociatedTypes.hs')
-rw-r--r--html-test/src/DefaultAssociatedTypes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/html-test/src/DefaultAssociatedTypes.hs b/html-test/src/DefaultAssociatedTypes.hs
index 340742d3..68a587ef 100644
--- a/html-test/src/DefaultAssociatedTypes.hs
+++ b/html-test/src/DefaultAssociatedTypes.hs
@@ -1,5 +1,5 @@
{-# LANGUAGE Haskell2010 #-}
-{-# LANGUAGE DefaultSignatures, TypeFamilies #-}
+{-# LANGUAGE TypeFamilies #-}
module DefaultAssociatedTypes where