From 8270961bd6b233491638b22fdbb145887beb01bc Mon Sep 17 00:00:00 2001 From: Luke Randall Date: Wed, 12 Aug 2015 21:50:49 +0200 Subject: [PATCH 1/2] Remove upper bound on aeson --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dedfeee4..0fe7a676 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -13,7 +13,7 @@ packages: - keter - markdown - mime-mail - - mime-mail-ses + - mime-mail-sesa - monadcryptorandom - network-conduit-tls - persistent @@ -1287,7 +1287,6 @@ packages: # https://github.com/fpco/stackage/issues/572 - attoparsec < 0.13 - - aeson < 0.8.1.0 # https://github.com/fpco/stackage/issues/682 - vector < 0.11 From 4b0837e729d2d80b9b008db757f12b15d5751b5c Mon Sep 17 00:00:00 2001 From: Luke Randall Date: Thu, 13 Aug 2015 09:11:09 +0200 Subject: [PATCH 2/2] Remove upper bound on attoparsec --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0fe7a676..e395b728 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1285,9 +1285,6 @@ packages: # https://github.com/fpco/stackage/issues/537 - zlib < 0.6 - # https://github.com/fpco/stackage/issues/572 - - attoparsec < 0.13 - # https://github.com/fpco/stackage/issues/682 - vector < 0.11