From c6786209fca23c06285011b2d23d51df4434e8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Thu, 15 Dec 2016 15:26:40 +0100 Subject: [PATCH] Allow pipes-4.3 --- ghc-mod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index caf42fc..0a07139 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -199,7 +199,7 @@ Library , djinn-ghc < 0.1 && >= 0.0.2.2 , fclabels < 2.1 && >= 2.0 , extra < 1.6 && >= 1.4 - , pipes < 4.3 && >= 4.1 + , pipes < 4.4 && >= 4.1 , safe < 0.4 && >= 0.3.9 , optparse-applicative <0.13.0 && >=0.11.0 , template-haskell