From 46e93af4fe47dc808ea5117bfe9e772dfa9ce1b3 Mon Sep 17 00:00:00 2001 From: Corey O'Connor Date: Tue, 3 Jun 2014 23:14:26 -0700 Subject: [PATCH] limit lens to < 4.2. 4.2 appears to have a too-low dependency on transformers --- vty.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vty.cabal b/vty.cabal index a61ca2f..861dfe6 100644 --- a/vty.cabal +++ b/vty.cabal @@ -50,7 +50,7 @@ library deepseq >= 1.1 && < 1.4, directory, filepath >= 1.0 && < 2.0, - lens >= 3.9.0.2 && < 5.0, + lens >= 3.9.0.2 && < 4.2, -- required for nice installation with yi hashable >= 1.2, mtl >= 1.1.1.0 && < 2.2,