mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2025-01-06 03:06:58 +03:00
remote: common - add RecordWildCards, ScopedTypeVariables
This commit is contained in:
parent
b98fb44d7f
commit
2a6fd965f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user