summaryrefslogtreecommitdiff
path: root/src/Data
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-21 13:29:37 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-21 13:29:37 +0400
commit87c20d81619b09b2e3c5d6f00b7b2cad900a67fe (patch)
tree120555bbaa2290ccd77ef3165aa43d0b3d20cd25 /src/Data
parent24803024ed05ded57a8cd18df610dfdb12813392 (diff)
~ Move some extensions to cabal.
Diffstat (limited to 'src/Data')
-rw-r--r--src/Data/Torrent.hs2
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 #-}