]> git.rkrishnan.org Git - functorrent.git/blob - src/FuncTorrent/Config.hs
new experimental Config module to hold input data
[functorrent.git] / src / FuncTorrent / Config.hs
1 -- | Configuration/Environment read from either the .torrent file or
2 -- | from Magnet URI.
3
4 module FuncTorrent.Config where
5
6 data Config = Metainfo
7             | Magnetinfo
8             deriving (Eq, Show)