From 13a5ef95d42d53b84c6ae46fb132e46b6fcdced4 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 11 Jan 2017 22:56:11 -0500 Subject: [PATCH] Bump upper bound on vector --- pinch.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinch.cabal b/pinch.cabal index 48d560b..7fd26fe 100644 --- a/pinch.cabal +++ b/pinch.cabal @@ -53,7 +53,7 @@ library containers >= 0.5 && < 0.6, text >= 1.2 && < 1.3, unordered-containers >= 0.2 && < 0.3, - vector >= 0.10 && < 0.12, + vector >= 0.10 && < 0.13, array >= 0.5, deepseq >= 1.3 && < 1.5, ghc-prim,