1 -- Initial functorrent.cabal generated by cabal init. For further documentation,
2 -- see http://haskell.org/cabal/users-guide/
6 synopsis: A Bit-torrent client
7 description: A bittorrent client
10 author: Ramakrishnan Muthukrishnan
11 maintainer: ram@rkrishnan.org
15 extra-source-files: README.md
19 exposed-modules: FuncTorrent.Bencode,
20 FuncTorrent.FileSystem,
26 FuncTorrent.PieceManager,
29 FuncTorrent.Tracker.Http,
30 FuncTorrent.Tracker.Types,
31 FuncTorrent.Tracker.Udp,
32 FuncTorrent.MagnetURI,
36 other-extensions: OverloadedStrings
38 ghc-options: -Wall -fwarn-incomplete-patterns -fno-warn-orphans
39 default-language: Haskell2010
57 executable functorrent-exe
59 other-extensions: OverloadedStrings
60 hs-source-dirs: src/main
61 ghc-options: -Wall -fwarn-incomplete-patterns -optc-Os -fno-warn-orphans
62 default-language: Haskell2010
79 test-suite functorrent-test
80 type: exitcode-stdio-1.0
81 default-language: Haskell2010
84 other-modules: MagneturiTests