remote: common - add RecordWildCards, ScopedTypeVariables

This commit is contained in:
Richard Marko 2023-11-14 16:39:22 +01:00
parent b98fb44d7f
commit 2a6fd965f6

View File

@ -13,7 +13,7 @@ category: Nix
build-type: Simple
extra-source-files: ChangeLog.md, README.md
Common commons
common commons
if impl(ghc >= 8.10)
ghc-options: -Wall -Wunused-packages
else
@ -28,6 +28,8 @@ Common commons
, DeriveLift
, FlexibleContexts
, FlexibleInstances
, RecordWildCards
, ScopedTypeVariables
, StandaloneDeriving
, TypeApplications
, TypeSynonymInstances