1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00

Perserve order of Language constructors and add CodeQL to end

Co-Authored-By: Patrick Thomson <patrickt@users.noreply.github.com>
This commit is contained in:
Rick Winfrey 2020-03-23 13:07:42 -07:00
parent 297932bf4b
commit ecf33c1ebe

View File

@ -26,7 +26,6 @@ import qualified System.Path.PartClass as Path.PartClass
-- | The various languages we support.
data Language
= Unknown
| CodeQL
| Go
| Haskell
| Java
@ -39,6 +38,7 @@ data Language
| Ruby
| TypeScript
| TSX
| CodeQL
deriving (Eq, Generic, Ord, Read, Show, Bounded, Hashable, ToJSON, Enum)
-- | Reifies a proxied type-level 'Language' to a value.