1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

We don’t need DerivingVia now.

This commit is contained in:
Rob Rix 2019-10-08 15:46:04 -04:00
parent a29670de49
commit 1aa33a2123
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -1,5 +1,5 @@
{-# LANGUAGE ConstraintKinds, DataKinds, DefaultSignatures, DeriveAnyClass, DeriveGeneric, DerivingStrategies,
DerivingVia, DisambiguateRecordFields, FlexibleContexts, FlexibleInstances, GeneralizedNewtypeDeriving,
DisambiguateRecordFields, FlexibleContexts, FlexibleInstances, GeneralizedNewtypeDeriving,
KindSignatures, LambdaCase, MultiParamTypeClasses, NamedFieldPuns, OverloadedLists, OverloadedStrings, PatternSynonyms,
ScopedTypeVariables, StandaloneDeriving, TypeApplications, TypeOperators, UndecidableInstances,
ViewPatterns #-}