From f35d563694628abddb316121cea8bae449c292f8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 2 Mar 2017 10:41:41 +0100 Subject: [PATCH] Bumped syb upper bound. --- pandoc-types.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc-types.cabal b/pandoc-types.cabal index 146f2de..0857326 100644 --- a/pandoc-types.cabal +++ b/pandoc-types.cabal @@ -48,7 +48,7 @@ Library Other-modules: Paths_pandoc_types Build-depends: base >= 4 && < 5, containers >= 0.3, - syb >= 0.1 && < 0.7, + syb >= 0.1 && < 0.8, ghc-prim >= 0.2, bytestring >= 0.9 && < 0.11, aeson >= 0.6.2 && < 1.2,