diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-01 11:04:42 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-01 11:04:42 +0400 |
commit | 09fbfdacd0b160459baf7827c0d7342bd2ca5983 (patch) | |
tree | 41d12dd6a2c67a0f4ef0c747969521d32deaee26 /src/Data/Torrent.hs | |
parent | 0853bc857b370ed5f7a453a18a7b03b28cd3b410 (diff) |
Add documentation to Layout module
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 (..) |