From 4cea6fee1f62af5477c5b2414d6df1c2f33f9cdc Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Thu, 14 Jun 2018 16:23:06 -0400 Subject: [PATCH] require newest major release of colonnade to use siphon --- siphon/siphon.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/siphon/siphon.cabal b/siphon/siphon.cabal index 5a67dbb..93f0be7 100644 --- a/siphon/siphon.cabal +++ b/siphon/siphon.cabal @@ -19,7 +19,7 @@ library Siphon.Types build-depends: base >= 4.9 && < 5 - , colonnade >= 1.1.1 && < 1.3 + , colonnade >= 1.2 && < 1.3 , text >= 1.0 && < 1.3 , bytestring , vector