From 7da420a73632b8e3b24536da73ad7020be584849 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 23 Mar 2016 22:17:52 +0100 Subject: [PATCH] Bump to 0.11.1.4 --- aeson.cabal | 2 +- changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/aeson.cabal b/aeson.cabal index 20c5ea410..8e0c9af3b 100644 --- a/aeson.cabal +++ b/aeson.cabal @@ -1,5 +1,5 @@ name: aeson -version: 0.11.1.3 +version: 0.11.1.4 license: BSD3 license-file: LICENSE category: Text, Web, JSON diff --git a/changelog.md b/changelog.md index cb6d8e1c0..764201e57 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ For the latest version of this document, please see [https://github.com/bos/aeson/blob/master/changelog.md](https://github.com/bos/aeson/blob/master/changelog.md). +#### 0.11.1.4 + +* Fix build with `base >= 4.8` and `unordered-containers < 0.2.6`. + #### 0.11.1.3 * Fix build on TH-less GHCs