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,
34 other-extensions: OverloadedStrings
36 ghc-options: -Wall -fwarn-incomplete-patterns -fno-warn-orphans
37 default-language: Haskell2010
55 executable functorrent
57 other-extensions: OverloadedStrings
58 hs-source-dirs: src/main
59 ghc-options: -Wall -fwarn-incomplete-patterns -optc-Os -fno-warn-orphans
60 default-language: Haskell2010
77 test-suite functorrent-test
78 type: exitcode-stdio-1.0
79 default-language: Haskell2010
82 other-modules: BencodeTests
94 test-framework-quickcheck2