mirror of
https://github.com/anoma/juvix.git
synced 2024-11-27 12:42:36 +03:00
minimize language extensions
This commit is contained in:
parent
81c88597ed
commit
be416e5a0b
26
package.yaml
26
package.yaml
@ -41,39 +41,13 @@ ghc-options:
|
||||
- -Wmissing-deriving-strategies
|
||||
|
||||
default-extensions:
|
||||
- ApplicativeDo
|
||||
- BlockArguments
|
||||
- DataKinds
|
||||
- DeriveDataTypeable
|
||||
- DeriveLift
|
||||
- DerivingStrategies
|
||||
- ExistentialQuantification
|
||||
- FlexibleContexts
|
||||
- FlexibleInstances
|
||||
- GADTs
|
||||
- InstanceSigs
|
||||
- KindSignatures
|
||||
- LambdaCase
|
||||
- MultiParamTypeClasses
|
||||
- NamedFieldPuns
|
||||
- NoImplicitPrelude
|
||||
- OverloadedStrings
|
||||
- PolyKinds
|
||||
- QuasiQuotes
|
||||
- RankNTypes
|
||||
- RecordWildCards
|
||||
- Safe
|
||||
- ScopedTypeVariables
|
||||
- StandaloneDeriving
|
||||
- StandaloneKindSignatures
|
||||
- TupleSections
|
||||
- TypeApplications
|
||||
- TypeFamilies
|
||||
- TypeOperators
|
||||
- TypeSynonymInstances
|
||||
- UndecidableInstances
|
||||
- UnicodeSyntax
|
||||
- ViewPatterns
|
||||
|
||||
library:
|
||||
source-dirs: src
|
||||
|
Loading…
Reference in New Issue
Block a user