Skip to content

Commit 27495b0

Browse files
authored
Merge pull request #946 from haskell/pr942
Export Key from KeyMap module
2 parents c28895f + 30bbadc commit 27495b0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ For the latest version of this document, please see [https://github.com/haskell/
44

55
- Change time instances of types with year (`Day`, `UTCTime`) to require years with at least 4 digits.
66
- Change `KeyValue` instances to be more general (and use equality to constraint them) instead of being more lax flexible instances.
7+
- Export `Key` type also from `Data.Aeson.KeyMap` module
78

89
### 2.0.3.0
910

src/Data/Aeson/KeyMap.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ module Data.Aeson.KeyMap (
8585
filterWithKey,
8686
mapMaybe,
8787
mapMaybeWithKey,
88+
89+
-- * Key Type
90+
Key,
8891
) where
8992

9093
-- Import stuff from Prelude explicitly

0 commit comments

Comments
 (0)