Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax Aeson upper bound (see fpco/stackage/issues/2177 ) #42

Merged
merged 1 commit into from
Jan 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ the [Mandrill](http://mandrillapp.com) transactional email service.

# Changelog

## Version 0.5.3.1

* Relaxed upper bound on Aeson (see: fpco/stackage/issues/2177 )

## Version 0.5.3.0

* Added support for webhooks (thanks to @mwotton).
Expand Down
4 changes: 2 additions & 2 deletions mandrill-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ flags:
packages:
- '.'
extra-deps:
- aeson-1.0.0.0
- aeson-1.1.0.0
- semigroups-0.18.2
resolver: lts-6.9
resolver: lts-7.14
4 changes: 2 additions & 2 deletions mandrill.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mandrill
version: 0.5.3.0
version: 0.5.3.1
synopsis: Library for interfacing with the Mandrill JSON API
description: Pure Haskell client for the Mandrill JSON API
license: MIT
Expand Down Expand Up @@ -41,7 +41,7 @@ library
, http-types >= 0.8.0
, http-client >= 0.3.0
, http-client-tls >= 0.2.0.0
, aeson >= 0.7.0.3 && < 1.1.0.0
, aeson >= 0.7.0.3 && < 1.2.0.0
, lens >= 4.0
, blaze-html >= 0.5.0.0
, QuickCheck >= 2.6 && < 3.0
Expand Down