diff options
Diffstat (limited to 'src/Data/Torrent.hs')
-rw-r--r-- | src/Data/Torrent.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs index 90ec0cc4..36b9de50 100644 --- a/src/Data/Torrent.hs +++ b/src/Data/Torrent.hs | |||
@@ -23,7 +23,6 @@ | |||
23 | {-# LANGUAGE DeriveDataTypeable #-} | 23 | {-# LANGUAGE DeriveDataTypeable #-} |
24 | {-# LANGUAGE TemplateHaskell #-} | 24 | {-# LANGUAGE TemplateHaskell #-} |
25 | {-# OPTIONS -fno-warn-orphans #-} | 25 | {-# OPTIONS -fno-warn-orphans #-} |
26 | -- TODO refine interface | ||
27 | module Data.Torrent | 26 | module Data.Torrent |
28 | ( -- * Info dictionary | 27 | ( -- * Info dictionary |
29 | InfoDict (..) | 28 | InfoDict (..) |