Remove unused LANGUAGE pragmas
This commit is contained in:
parent
2b3e3bbbef
commit
a405c3d8ea
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
{-# LANGUAGE NamedFieldPuns #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
{-# LANGUAGE TypeSynonymInstances #-}
|
||||
{-# LANGUAGE MultiParamTypeClasses #-}
|
||||
{-# LANGUAGE DeriveGeneric #-}
|
||||
module Server (
|
||||
T(..)
|
||||
, disconnect
|
||||
|
|
Loading…
Reference in a new issue