diff options
author | joe <joe@jerkface.net> | 2017-09-23 18:47:37 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-09-23 18:47:37 -0400 |
commit | a89c59ed151a41f46355187363957c3c292b60bc (patch) | |
tree | 23685755a27fe6cdea8af25742e0fa7ebb72372b /src/Network/Tox/Onion/Transport.hs | |
parent | 210b728fea751b7963323578a727eb173149c8d0 (diff) |
Removed unused extension.
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 |