From 6e003096f95a0cc40fb0aca9bc6d1255cb3d8808 Mon Sep 17 00:00:00 2001 From: Artem Kanev Date: Wed, 16 Jun 2021 14:29:14 +0300 Subject: [PATCH] Downgrade network package --- ftphs.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftphs.cabal b/ftphs.cabal index 25a83c8..36e9bad 100644 --- a/ftphs.cabal +++ b/ftphs.cabal @@ -42,7 +42,7 @@ Library Network.FTP.Server.Parser Extensions: ExistentialQuantification, OverlappingInstances, UndecidableInstances, CPP, ScopedTypeVariables - Build-Depends: network, parsec, base >= 3 && < 5, + Build-Depends: network == 2.8.0.1, parsec, base >= 3 && < 5, mtl, regex-compat, hslogger, MissingH>=1.0.0, bytestring GHC-Options: -O2