Skip to content

Commit 4cec1e0

Browse files
committed
Merge pull request #415 from phadej/fromjson1-th-generics-backup-no-orphans
Fromjson1 th generics backup no orphans
2 parents e2a8831 + 7cb9ac8 commit 4cec1e0

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)