File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
plugins/hls-cabal-project-plugin/src/Ide/Plugin/CabalProject Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,21 @@ import GHC.Generics (Generic)
15
15
import qualified Distribution.Client.ProjectConfig.Types as PC
16
16
import Ide.Plugin.Cabal.Orphans ()
17
17
18
+
19
+ orphans = undefined
18
20
-- Project Config Orphans
19
21
20
- deriving instance NFData PCPath. ProjectConfigPath
21
22
22
- instance NFData PC. ProjectConfig where
23
- rnf ! _ = ()
23
+ -- more nfdata instances i need:
24
+ -- Distribution.Client.Types.SourceRepo.SourceRepositoryPackage []
25
+ -- NFData (NubList PathTemplate)
26
+ -- NFData (InstallDirs (Flag PathTemplate))
27
+ -- NFData (NubList FilePath)
28
+
29
+ -- deriving instance NFData PCPath.ProjectConfigPath
30
+
31
+ -- instance NFData PC.ProjectConfig where
32
+ -- rnf !_ = ()
24
33
25
34
-- {-# OPTIONS_GHC -Wno-orphans #-}
26
35
-- {-# LANGUAGE FlexibleInstances #-}
You can’t perform that action at this time.
0 commit comments