From 469b33630eca3cfc418a423ffe146e85436a73d2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 2 Jan 2017 10:10:55 +0200 Subject: [PATCH] Allow aeson 1.1 --- persistent-template/persistent-template.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistent-template/persistent-template.cabal b/persistent-template/persistent-template.cabal index e853e7238..2bb7839e2 100644 --- a/persistent-template/persistent-template.cabal +++ b/persistent-template/persistent-template.cabal @@ -23,7 +23,7 @@ library , text >= 0.5 , transformers >= 0.2 && < 0.6 , containers - , aeson >= 0.7 && < 1.1 + , aeson >= 0.7 && < 1.2 , aeson-compat >= 0.3.2.0 && < 0.4 , monad-logger , unordered-containers