summaryrefslogtreecommitdiff
path: root/src/Data/Torrent/InfoHash.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-01 13:12:05 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-01 13:12:05 +0400
commit50f03abc7b4e05f38d64851ca8c6724b4fb0c4d1 (patch)
tree0a51f14b18f2b7123e04e01664291863111882b1 /src/Data/Torrent/InfoHash.hs
parent74f2cf6141d2a9aebe8bd5c7fdb5c116f38ef4a1 (diff)
Document Tree module
Diffstat (limited to 'src/Data/Torrent/InfoHash.hs')
-rw-r--r--src/Data/Torrent/InfoHash.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Data/Torrent/InfoHash.hs b/src/Data/Torrent/InfoHash.hs
index 5ec429b5..ac13aa6c 100644
--- a/src/Data/Torrent/InfoHash.hs
+++ b/src/Data/Torrent/InfoHash.hs
@@ -1,3 +1,12 @@
1-- |
2-- Copyright : (c) Sam Truzjan 2013
3-- License : BSD3
4-- Maintainer : pxqr.sta@gmail.com
5-- Stability : experimental
6-- Portability : portable
7--
8-- Infohash is a unique identifier of torrent.
9--
1{-# LANGUAGE FlexibleInstances #-} 10{-# LANGUAGE FlexibleInstances #-}
2{-# LANGUAGE GeneralizedNewtypeDeriving #-} 11{-# LANGUAGE GeneralizedNewtypeDeriving #-}
3module Data.Torrent.InfoHash 12module Data.Torrent.InfoHash