From f271c010dc09a327d94f46f48b9078fbe1ef31c8 Mon Sep 17 00:00:00 2001 From: Tail Red Date: Mon, 15 Apr 2019 15:58:00 +0100 Subject: [PATCH] Export isEmptyArray from Data.Aeson.Types --- Data/Aeson/Types.hs | 1 + changelog.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Data/Aeson/Types.hs b/Data/Aeson/Types.hs index 26e21e085..d9eaf9114 100644 --- a/Data/Aeson/Types.hs +++ b/Data/Aeson/Types.hs @@ -20,6 +20,7 @@ module Data.Aeson.Types , Series , Array , emptyArray + , isEmptyArray , Pair , Object , emptyObject diff --git a/changelog.md b/changelog.md index e2d8eabb5..532b3aee8 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ For the latest version of this document, please see [https://github.com/bos/aeso ## Upcoming * Exposes internal helper functions like ``, `JSONPath`, and `parseIndexedJSON` from `Data.Aeson` module. Does not include any breaking changes. +* Exposes `isEmptyArray` from `Data.Aeson.Types` module. ### 1.4.2.0