Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 0c639db

Browse files
author
Patrick Thomson
committed
And these named fields.
1 parent c368c43 commit 0c639db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Language.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ data Language
3636
| TypeScript
3737
| PHP
3838
| TSX
39-
deriving (Eq, Generic, Ord, Read, Show, Bounded, Hashable, ToJSON, Named, Enum, MessageField, NFData)
39+
deriving (Eq, Generic, Ord, Read, Show, Bounded, Hashable, ToJSON, Enum, NFData)
4040

4141
class SLanguage (lang :: Language) where
4242
reflect :: proxy lang -> Language

0 commit comments

Comments
 (0)