Skip to content

Commit 66b0b0d

Browse files
authored
Merge pull request #974 from haskell/pr-973-since-key
Add `@since` documentation (#882)
2 parents eee0729 + 4d2d74d commit 66b0b0d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/Data/Aeson/Key.hs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
{-# LANGUAGE GADTs #-}
44
{-# LANGUAGE TemplateHaskellQuotes #-}
55

6+
-- |
7+
-- Strong type for JSON keys.
8+
--
9+
-- @since 2.0.0.0
10+
611
module Data.Aeson.Key (
712
Key,
813
fromString,

src/Data/Aeson/KeyMap.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
-- |
1010
-- An abstract interface for maps from JSON keys to values.
11+
--
12+
-- @since 2.0.0.0
1113

1214
module Data.Aeson.KeyMap (
1315
-- * Map Type

0 commit comments

Comments
 (0)