From a405c3d8eaf286548c75539425e07d4b36eaad59 Mon Sep 17 00:00:00 2001 From: Sasha Date: Wed, 18 Apr 2018 15:30:58 +0200 Subject: [PATCH] Remove unused LANGUAGE pragmas --- src/Server.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Server.hs b/src/Server.hs index f6a1450..cf0005f 100644 --- a/src/Server.hs +++ b/src/Server.hs @@ -1,8 +1,6 @@ {-# LANGUAGE NamedFieldPuns #-} {-# LANGUAGE FlexibleInstances #-} -{-# LANGUAGE TypeSynonymInstances #-} {-# LANGUAGE MultiParamTypeClasses #-} -{-# LANGUAGE DeriveGeneric #-} module Server ( T(..) , disconnect