diff options
Diffstat (limited to 'src/Network/Tox/Onion/Transport.hs')
-rw-r--r-- | src/Network/Tox/Onion/Transport.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Network/Tox/Onion/Transport.hs b/src/Network/Tox/Onion/Transport.hs index 2b4df5af..0e6e4954 100644 --- a/src/Network/Tox/Onion/Transport.hs +++ b/src/Network/Tox/Onion/Transport.hs | |||
@@ -12,7 +12,6 @@ | |||
12 | {-# LANGUAGE StandaloneDeriving #-} | 12 | {-# LANGUAGE StandaloneDeriving #-} |
13 | {-# LANGUAGE TupleSections #-} | 13 | {-# LANGUAGE TupleSections #-} |
14 | {-# LANGUAGE TypeFamilies #-} | 14 | {-# LANGUAGE TypeFamilies #-} |
15 | {- LANGUAGE TypeFamilyDependencies -} | ||
16 | {-# LANGUAGE TypeOperators #-} | 15 | {-# LANGUAGE TypeOperators #-} |
17 | {-# LANGUAGE UndecidableInstances #-} | 16 | {-# LANGUAGE UndecidableInstances #-} |
18 | module Network.Tox.Onion.Transport | 17 | module Network.Tox.Onion.Transport |