From 0f8561a997952a76a92919e527b6bc05ade8ee65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 19 Oct 2019 23:07:04 +0200 Subject: Network rewrite with data request and ack Packet header is now composed of individual header items, which can be combined in various ways. Received data is properly acknowledged and missing objects can be requested using hashes. --- erebos.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'erebos.cabal') diff --git a/erebos.cabal b/erebos.cabal index fe60f87..391584b 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -32,6 +32,7 @@ executable erebos default-extensions: FlexibleContexts, FlexibleInstances, FunctionalDependencies, + GeneralizedNewtypeDeriving LambdaCase, MultiWayIf, RankNTypes, -- cgit v1.2.3