summaryrefslogtreecommitdiff
path: root/src/Data/Torrent.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-01 11:04:42 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-01 11:04:42 +0400
commit09fbfdacd0b160459baf7827c0d7342bd2ca5983 (patch)
tree41d12dd6a2c67a0f4ef0c747969521d32deaee26 /src/Data/Torrent.hs
parent0853bc857b370ed5f7a453a18a7b03b28cd3b410 (diff)
Add documentation to Layout module
Diffstat (limited to 'src/Data/Torrent.hs')
-rw-r--r--src/Data/Torrent.hs1
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
27module Data.Torrent 26module Data.Torrent
28 ( -- * Info dictionary 27 ( -- * Info dictionary
29 InfoDict (..) 28 InfoDict (..)