From a75e9b09d0c7b09eb64813b285ee100fd0439e5d Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Tue, 18 Jul 2017 23:39:31 +0300 Subject: [PATCH] Relax syb constraint to <0.8 --- ghc-mod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 5edabcc..e0b4823 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -198,7 +198,7 @@ Library , safe < 0.4 && >= 0.3.9 , semigroups < 0.19 && >= 0.10.0 , split < 0.3 && >= 0.2.2 - , syb < 0.7 && >= 0.5.1 + , syb < 0.8 && >= 0.5.1 , temporary < 1.3 && >= 1.2.0.3 , text < 1.3 && >= 1.2.1.3 , transformers-base < 0.5 && >= 0.4.4