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:
parent
297932bf4b
commit
ecf33c1ebe
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user