Skip to content

Commit 4558153

Browse files
authored
IsRecord has no methods
fixes warning: ``` Data/Aeson/Types/Generic.hs:28:7: warning: [-Wdodgy-exports] The export item `IsRecord(..)' suggests that `IsRecord' has (in-scope) constructors or class methods, but it has none ```
1 parent f7e380f commit 4558153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Aeson/Types/Generic.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
module Data.Aeson.Types.Generic
2727
(
28-
IsRecord(..)
28+
IsRecord
2929
, AllNullary
3030
, Tagged2(..)
3131
, True

0 commit comments

Comments
 (0)