Skip to content

Commit

Permalink
Merge pull request #250 from fendor/template-haskell-future-proof
Browse files Browse the repository at this point in the history
Order of TH splices will matter more with the next release
  • Loading branch information
lukel97 authored Aug 12, 2020
2 parents 71e4b5e + c2421c9 commit 403519a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1181,8 +1181,8 @@ instance A.FromJSON WatchKind where
| otherwise = mempty
parseJSON _ = mempty

deriveJSON lspOptions ''DidChangeWatchedFilesRegistrationOptions
deriveJSON lspOptions ''FileSystemWatcher
deriveJSON lspOptions ''DidChangeWatchedFilesRegistrationOptions

-- ---------------------------------------------------------------------
{-
Expand Down

0 comments on commit 403519a

Please sign in to comment.