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
27 other-modules: FuncTorrent.Utils
28 other-extensions: OverloadedStrings
30 ghc-options: -Wall -fwarn-incomplete-patterns -fno-warn-orphans
31 default-language: Haskell2010
47 executable functorrent
49 other-extensions: OverloadedStrings
51 ghc-options: -Wall -fwarn-incomplete-patterns -optc-Os -fno-warn-orphans
52 default-language: Haskell2010
66 test-suite functorrent-test
67 type: exitcode-stdio-1.0
68 default-language: Haskell2010
71 other-modules: BencodeTests
83 test-framework-quickcheck2