Skip to content

Commit 550b03d

Browse files
authored
Merge pull request #648 from ggreif/patch-1
IsRecord has no methods
2 parents f7e380f + 56f0cba commit 550b03d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

Data/Aeson/Types/ToJSON.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import Control.Monad.ST (ST)
6666
import Data.Aeson.Encoding (Encoding, Encoding', Series, dict, emptyArray_)
6767
import Data.Aeson.Encoding.Internal ((>*<))
6868
import Data.Aeson.Internal.Functions (mapHashKeyVal, mapKeyVal)
69-
import Data.Aeson.Types.Generic (AllNullary, False, IsRecord(..), One, ProductSize, Tagged2(..), True, Zero, productSize)
69+
import Data.Aeson.Types.Generic (AllNullary, False, IsRecord, One, ProductSize, Tagged2(..), True, Zero, productSize)
7070
import Data.Aeson.Types.Internal
7171
import Data.Attoparsec.Number (Number(..))
7272
import Data.Bits (unsafeShiftR)

0 commit comments

Comments
 (0)