Navigation Menu

Skip to content

Commit

Permalink
Hide genericToJSON and genericFromJSON.
Browse files Browse the repository at this point in the history
--HG--
rename : Data/Aeson/Types.hs => Data/Aeson/Types/Internal.hs
  • Loading branch information
bos committed Sep 19, 2011
1 parent 3ef2a6d commit 7b678a2
Show file tree
Hide file tree
Showing 4 changed files with 1,138 additions and 1,098 deletions.
2 changes: 1 addition & 1 deletion Data/Aeson/Generic.hs
Expand Up @@ -20,7 +20,7 @@ module Data.Aeson.Generic
, toJSON
) where

import Data.Aeson.Types (Value, Result, genericFromJSON, genericToJSON)
import Data.Aeson.Types.Internal (Value, Result, genericFromJSON, genericToJSON)
import Data.Data (Data)

fromJSON :: (Data a) => Value -> Result a
Expand Down

0 comments on commit 7b678a2

Please sign in to comment.