Remove extensions unused with GHC2024
This commit is contained in:
@@ -49,19 +49,13 @@ common dependencies
|
||||
unordered-containers ^>= 0.2.20,
|
||||
vector ^>= 0.13.0,
|
||||
word8 ^>= 0.1.3
|
||||
default-language: GHC2021
|
||||
default-language: GHC2024
|
||||
default-extensions:
|
||||
DataKinds
|
||||
DuplicateRecordFields
|
||||
ExplicitForAll
|
||||
LambdaCase
|
||||
NamedFieldPuns
|
||||
OverloadedStrings
|
||||
RecordWildCards
|
||||
QuasiQuotes
|
||||
TemplateHaskell
|
||||
TupleSections
|
||||
TypeApplications
|
||||
|
||||
library
|
||||
import: dependencies
|
||||
|
Reference in New Issue
Block a user