Skip to content

Commit 2a6fd96

Browse files
committed
remote: common - add RecordWildCards, ScopedTypeVariables
1 parent b98fb44 commit 2a6fd96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hnix-store-remote/hnix-store-remote.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ category: Nix
1313
build-type: Simple
1414
extra-source-files: ChangeLog.md, README.md
1515

16-
Common commons
16+
common commons
1717
if impl(ghc >= 8.10)
1818
ghc-options: -Wall -Wunused-packages
1919
else
@@ -28,6 +28,8 @@ Common commons
2828
, DeriveLift
2929
, FlexibleContexts
3030
, FlexibleInstances
31+
, RecordWildCards
32+
, ScopedTypeVariables
3133
, StandaloneDeriving
3234
, TypeApplications
3335
, TypeSynonymInstances

0 commit comments

Comments
 (0)