From d12c63a9436f6486e5977ec99fb65b4dc6c205b1 Mon Sep 17 00:00:00 2001 From: Heeren Date: Mon, 28 Oct 2019 16:03:06 +0100 Subject: [PATCH] Upper constraint for network package --- ideas.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ideas.cabal b/ideas.cabal index 1ab0e0dc..f9521a06 100644 --- a/ideas.cabal +++ b/ideas.cabal @@ -60,7 +60,7 @@ Library filepath, http-types, mtl, - network, + network < 3.0, parsec, random, streaming-commons < 0.2,