mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-04 15:52:08 +03:00
language: upgrades: no generics for data types having the instances already (#1840)
language: upgrades: dont derive generics for data types having the instances already We only derive generic instances on the fly for data types that don't have them already.
This commit is contained in:
parent
7870ee8043
commit
067af9b356
@ -13,6 +13,7 @@ module Development.IDE.Core.Compile
|
||||
, compileModule
|
||||
, getSrcSpanInfos
|
||||
, parseModule
|
||||
, parseFileContents
|
||||
, typecheckModule
|
||||
, computePackageDeps
|
||||
) where
|
||||
|
Loading…
Reference in New Issue
Block a user