Skip to content

Commit 0a9e943

Browse files
committed
Delete extension options relating to dead build system
1 parent d9308bb commit 0a9e943

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.hlint.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,6 @@
5151
- extensions:
5252
- default: true
5353

54-
# Extensions enabled by `bazel` and `da-ghci` by default. We ban them here
55-
# to avoid useless pragmas piling up on the top of files.
56-
- {name: BangPatterns, within: []}
57-
- {name: DeriveDataTypeable, within: []}
58-
- {name: DeriveFoldable, within: []}
59-
- {name: DeriveFunctor, within: []}
60-
- {name: DeriveGeneric, within: []}
61-
- {name: DeriveTraversable, within: []}
62-
- {name: FlexibleContexts, within: []}
63-
- {name: GeneralizedNewtypeDeriving, within: []}
64-
- {name: LambdaCase, within: []}
65-
- {name: NamedFieldPuns, within: []}
66-
- {name: RecordWildCards, within: []}
67-
- {name: ScopedTypeVariables, within: []}
68-
- {name: StandaloneDeriving, within: []}
69-
- {name: TupleSections, within: []}
70-
- {name: TypeApplications, within: []}
71-
- {name: ViewPatterns, within: []}
72-
7354
# Shady extensions
7455
- name: CPP
7556
within:

0 commit comments

Comments
 (0)