diff options
Diffstat (limited to 'src/Data/Torrent.hs')
-rw-r--r-- | src/Data/Torrent.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs index 1dab1541..36974ccf 100644 --- a/src/Data/Torrent.hs +++ b/src/Data/Torrent.hs | |||
@@ -16,8 +16,6 @@ | |||
16 | -- <http://www.bittorrent.org/beps/bep_0003.html#metainfo-files>, | 16 | -- <http://www.bittorrent.org/beps/bep_0003.html#metainfo-files>, |
17 | -- <https://wiki.theory.org/BitTorrentSpecification#Metainfo_File_Structure> | 17 | -- <https://wiki.theory.org/BitTorrentSpecification#Metainfo_File_Structure> |
18 | -- | 18 | -- |
19 | {-# LANGUAGE OverloadedStrings #-} | ||
20 | {-# LANGUAGE RecordWildCards #-} | ||
21 | {-# LANGUAGE CPP #-} | 19 | {-# LANGUAGE CPP #-} |
22 | {-# LANGUAGE FlexibleInstances #-} | 20 | {-# LANGUAGE FlexibleInstances #-} |
23 | {-# LANGUAGE BangPatterns #-} | 21 | {-# LANGUAGE BangPatterns #-} |