Skip to content

Commit 7cb9ac8

Browse files
RyanGlScottphadej
authored andcommitted
Generics and TH support for lifted typeclasses
1 parent 88a4dd9 commit 7cb9ac8

File tree

7 files changed

+1949
-669
lines changed

7 files changed

+1949
-669
lines changed

Data/Aeson.hs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,14 @@ module Data.Aeson
7777
, GFromJSON(..)
7878
, GToJSON(..)
7979
, GToEncoding(..)
80+
, Zero
81+
, One
8082
, genericToJSON
83+
, genericLiftToJSON
8184
, genericToEncoding
85+
, genericLiftToEncoding
8286
, genericParseJSON
87+
, genericLiftParseJSON
8388
, defaultOptions
8489

8590
-- * Inspecting @'Value's@

0 commit comments

Comments
 (0)