diff options
Diffstat (limited to 'src/Data/Torrent.hs')
-rw-r--r-- | src/Data/Torrent.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs index f38732f5..d9f59626 100644 --- a/src/Data/Torrent.hs +++ b/src/Data/Torrent.hs | |||
@@ -1,3 +1,10 @@ | |||
1 | -- | | ||
2 | -- Copyright : (c) Sam T. 2013 | ||
3 | -- License : MIT | ||
4 | -- Maintainer : pxqr.sta@gmail.com | ||
5 | -- Stability : experimental | ||
6 | -- Portability : portable | ||
7 | -- | ||
1 | {-# OPTIONS -fno-warn-orphans #-} | 8 | {-# OPTIONS -fno-warn-orphans #-} |
2 | {-# LANGUAGE OverloadedStrings #-} | 9 | {-# LANGUAGE OverloadedStrings #-} |
3 | -- | This module provides torrent metainfo serialization. | 10 | -- | This module provides torrent metainfo serialization. |